@@ -1,6 +1,6 @@
<!--pages/service/index.wxml-->
<view class="service">
- <view style="margin-bottom: 30rpx;" wx:for="{{info}}" wx:key="index">
+ <view style="margin-bottom: 80rpx;" wx:for="{{info}}" wx:key="index">
<van-cell-group inset>
<van-cell url="{{'/pages/news/index?type=' + item.confKey}}" center title="{{item.confName}}" is-link label="{{item.confContent}}" />
</van-cell-group>
/* pages/service/index.wxss */
.service {
- padding-top: 30rpx;
+ padding-top: 80rpx;
width: 100%;
min-height: 100vh;
padding-bottom: 15rpx;