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

Merge branch 'lxl' into develop

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