This commit is contained in:
parent
86ae73e7ca
commit
d4dd473ff4
|
@ -47,7 +47,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="padding-lr radius fuqian" style="margin-top: 20rpx;">
|
<view class="padding-lr radius fuqian" style="margin-top: 24rpx;">
|
||||||
<view>
|
<view>
|
||||||
<view class="flex align-center justify-between" style="height: 100upx;padding: 20upx 0;"
|
<view class="flex align-center justify-between" style="height: 100upx;padding: 20upx 0;"
|
||||||
v-for="(item,index) in openLists" :key='index'>
|
v-for="(item,index) in openLists" :key='index'>
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
<radio-group name="openWay" style="margin-left: 20upx;" @tap='selectWay(item)'>
|
<radio-group name="openWay" style="margin-left: 20upx;" @tap='selectWay(item)'>
|
||||||
<label class="tui-radio">
|
<label class="tui-radio">
|
||||||
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
|
<radio color="#019c88" :checked="openWay === item.id ? true : false" />
|
||||||
</label>
|
</label>
|
||||||
</radio-group>
|
</radio-group>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1039,9 +1039,9 @@
|
||||||
height: 76rpx;
|
height: 76rpx;
|
||||||
}
|
}
|
||||||
/deep/uni-radio .uni-radio-input{
|
/deep/uni-radio .uni-radio-input{
|
||||||
width: 31.86rpx;
|
width: 38.86rpx;
|
||||||
height: 31.86rpx;
|
height: 38.86rpx;
|
||||||
margin: -4px 4px 0px -8px;
|
margin: -1px 2px 0px -8px;
|
||||||
}
|
}
|
||||||
.chong-list-radio{
|
.chong-list-radio{
|
||||||
width: 29.86rpx;
|
width: 29.86rpx;
|
||||||
|
@ -1189,7 +1189,7 @@
|
||||||
/deep/.fuqian{
|
/deep/.fuqian{
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
width: 95%;
|
width: 94%;
|
||||||
margin: 9px auto 70px auto;
|
margin: 9px auto 70px auto;
|
||||||
}
|
}
|
||||||
.chongzhi span:nth-child(2){
|
.chongzhi span:nth-child(2){
|
||||||
|
@ -1284,7 +1284,7 @@
|
||||||
.content{
|
.content{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* height: 100vh; */
|
/* height: 100vh; */
|
||||||
padding-bottom: 20rpx;
|
padding-bottom: 10rpx;
|
||||||
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
|
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7), url('../../static/background-img.png');
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in New Issue