样式修改
This commit is contained in:
parent
c6145d36af
commit
a8bd46ccd5
|
@ -18,7 +18,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view style="margin-top: 30rpx;height: 1rpx;background-color: #f7f7f7;margin-bottom: 10upx;"></view>
|
<view style="margin-top: 30rpx;height: 1rpx;background-color: #f7f7f7;margin-bottom: 10upx;"></view>
|
||||||
<view style="display: flex;padding: 0 5upx 0 0;font-size: 26upx;">
|
<view style="display: flex;padding: 0 5upx 0 0;font-size: 26upx;">
|
||||||
<radio-group name="openWay" style="text-align: left;width: 70%;">
|
<radio-group name="openWay" style="text-align: left;width: 70%; margin-top:15rpx;">
|
||||||
<label class="tui-radio">
|
<label class="tui-radio">
|
||||||
<radio :checked="item.isDefault == 1 ? true : false" color="#019c88" :disabled='item.isDefault == 1 ? false : true'
|
<radio :checked="item.isDefault == 1 ? true : false" color="#019c88" :disabled='item.isDefault == 1 ? false : true'
|
||||||
style="transform:scale(0.6);" />
|
style="transform:scale(0.6);" />
|
||||||
|
@ -190,14 +190,15 @@
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.delete-view{
|
.delete-view{
|
||||||
width: 85rpx;
|
width: 120rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #FFFFFF;
|
background: #e5e7eb;
|
||||||
border-radius: 18rpx;
|
border-radius: 30rpx;
|
||||||
border: 1px solid #4D4D4D;
|
border: 1px solid #cdd2db;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 23rpx;
|
font-size: 30rpx;
|
||||||
color: #4D4D4D;
|
color: #666;
|
||||||
|
padding: 8rpx 10rpx;
|
||||||
}
|
}
|
||||||
.address-list-img{
|
.address-list-img{
|
||||||
width: 91rpx;
|
width: 91rpx;
|
||||||
|
@ -231,12 +232,12 @@
|
||||||
.shouhuo{
|
.shouhuo{
|
||||||
margin: 16rpx 30upx;
|
margin: 16rpx 30upx;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: -7upx;
|
bottom: -2upx;
|
||||||
width: 92%;
|
width: 92%;
|
||||||
height: 92rpx;
|
height: 80rpx;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
border-radius: 46rpx;
|
border-radius: 46rpx;
|
||||||
line-height: 92rpx;
|
line-height: 80rpx;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
Loading…
Reference in New Issue