Browse Source

锦水档案主页面样式优化

master
ZhaoTongYao 5 years ago
parent
commit
3eb847048e
  1. 4
      project.config.json
  2. 2
      subpages/oneKeyService/pages/archives/archives.wxml
  3. 6
      subpages/oneKeyService/pages/archives/archives.wxss

4
project.config.json

@ -10,8 +10,8 @@
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"coverView": true,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkInvalidKey": true,
@ -24,7 +24,7 @@
"outputPath": ""
},
"useIsolateContext": true,
"useCompilerModule": false,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false
},
"compileType": "miniprogram",

2
subpages/oneKeyService/pages/archives/archives.wxml

@ -24,7 +24,7 @@
</view>
</view>
<load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more>
<!-- <load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more> -->
<no-data isShow="{{nodata}}"></no-data>

6
subpages/oneKeyService/pages/archives/archives.wxss

@ -93,10 +93,10 @@ button::after {
gap: 30rpx 0;
width: 690rpx;
padding: 20rpx 0;
margin: 0 auto;
position: absolute;
margin: 296rpx auto 0rpx;
/* position: absolute;
top: 296rpx;
left: 30rpx;
left: 30rpx; */
}
.list-item {
width: 100%;

Loading…
Cancel
Save