This commit is contained in:
parent
f1146937ec
commit
6671923915
|
@ -379,7 +379,7 @@
|
||||||
</view>
|
</view>
|
||||||
<radio-group name="openWay" style="margin-left: 45upx;" @tap='selectWay(item)'>
|
<radio-group name="openWay" style="margin-left: 45upx;" @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>
|
||||||
|
@ -2067,11 +2067,12 @@
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(to right, #223845, #00a85b);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height: 80rpx;
|
height:80rpx;
|
||||||
border-radius: 60rpx;
|
border-radius: 80rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
|
font-size: 32rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serverAddress {
|
.serverAddress {
|
||||||
|
|
Loading…
Reference in New Issue