This commit is contained in:
kbing1981 2024-07-03 19:21:35 +08:00
parent 86ae73e7ca
commit d4dd473ff4
1 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@
</view>
</view>
<view class="padding-lr radius fuqian" style="margin-top: 20rpx;">
<view class="padding-lr radius fuqian" style="margin-top: 24rpx;">
<view>
<view class="flex align-center justify-between" style="height: 100upx;padding: 20upx 0;"
v-for="(item,index) in openLists" :key='index'>
@ -59,7 +59,7 @@
<radio-group name="openWay" style="margin-left: 20upx;" @tap='selectWay(item)'>
<label class="tui-radio">
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
<radio color="#019c88" :checked="openWay === item.id ? true : false" />
</label>
</radio-group>
</view>
@ -1039,9 +1039,9 @@
height: 76rpx;
}
/deep/uni-radio .uni-radio-input{
width: 31.86rpx;
height: 31.86rpx;
margin: -4px 4px 0px -8px;
width: 38.86rpx;
height: 38.86rpx;
margin: -1px 2px 0px -8px;
}
.chong-list-radio{
width: 29.86rpx;
@ -1189,7 +1189,7 @@
/deep/.fuqian{
background: #fff;
border-radius: 15px;
width: 95%;
width: 94%;
margin: 9px auto 70px auto;
}
.chongzhi span:nth-child(2){
@ -1284,7 +1284,7 @@
.content{
width: 100%;
/* 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-position: center center;
background-repeat: no-repeat;