@@ -2,7 +2,7 @@
<view class="container">
<view wx:for="{{xunjianItems}}" wx:for-item="value">
<view class="xj_nav">
- <text class="nav_text1">{{value[0][0]}}</text>
+ <text class="nav_text2">{{value[0][0]}}</text>
<text class="iconfont icon-dian"></text>
<text class="nav_text2">{{value[0][1]}}</text>
</view>
@@ -3,7 +3,7 @@
<view style="display: flex; flex-direction: column;" wx:for="{{mapdata}}" wx:for-index="key" wx:for-item="value">
@@ -20,10 +20,9 @@
<view class="time_qx">
<view class="ttbtn">
- <view class="section__title">期限:</view>
<picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
<view class="picker">
- <text>{{array[index]}}</text> 天
+ 期限:<text>{{array[index]}}</text> 天
</picker>
@@ -1,6 +1,6 @@
/* pages/zhenggaijindu/zhenggaijindu.wxss */
.container{
- margin: 30rpx;
+ margin: 30rpx 60rpx;
}
.zgjd_x{
border-left: 2rpx solid rgb(241, 241, 241);