页面优化
This commit is contained in:
parent
9ba3c901e3
commit
5e8609ac05
4
app.json
4
app.json
@ -36,8 +36,7 @@
|
||||
"custom": true,
|
||||
"color": "#515151",
|
||||
"selectedColor": "#FE9944",
|
||||
"list": [
|
||||
{
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/static/images/ic_home_normal.png",
|
||||
@ -54,7 +53,6 @@
|
||||
"style": "v2",
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"useExtendedLib": {
|
||||
"weui": true
|
||||
}
|
||||
|
@ -32,13 +32,13 @@
|
||||
|
||||
|
||||
.title {
|
||||
flex: 0.3;
|
||||
flex: .3;
|
||||
font-size: 14px;
|
||||
color: var(--black-color);
|
||||
}
|
||||
|
||||
.content {
|
||||
flex: 0.7;
|
||||
flex: .7;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
@ -52,6 +52,11 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.weui-uploader {
|
||||
padding: 0rpx;
|
||||
margin-left: -40rpx;
|
||||
}
|
||||
|
||||
.weui-uploader__title {
|
||||
font-size: 14px;
|
||||
color: var(--black-color);
|
||||
@ -65,9 +70,6 @@
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.weui-uploader {
|
||||
width: 65vw;
|
||||
}
|
||||
|
||||
.weui-uploader__bd {
|
||||
display: flex;
|
||||
|
@ -5,5 +5,5 @@
|
||||
"compileHotReLoad": true,
|
||||
"urlCheck": false
|
||||
},
|
||||
"libVersion": "3.5.8"
|
||||
"libVersion": "3.8.3"
|
||||
}
|
Loading…
Reference in New Issue
Block a user