提交 a2b565c1 编写于 作者: 小刘28's avatar 小刘28 💬

feat:添加flex垂直居中布局;

上级 03f07293
{
"pages": [
{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText": "登录页面",
"enablePullDownRefresh": false
}
},
// {
// "path" : "pages/login/login",
// "style" : {
// "navigationBarTitleText": "登录页面",
// "enablePullDownRefresh": false
// }
// },
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabbar-a/tabbar-a",
......@@ -87,13 +87,13 @@
"enablePullDownRefresh": false
}
},
// {
// "path" : "pages/login/login",
// "style" : {
// "navigationBarTitleText": "登录页面",
// "enablePullDownRefresh": false
// }
// },
{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText": "登录页面",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/register/register",
"style" : {
......
......@@ -79,6 +79,14 @@
height: 100%;
}
/* flex */
.f-c-c{
display: flex;
align-items: center;
justify-content: center;
}
/* 图片 */
.img-p-100{
width: 100%;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册