Compare commits

..

No commits in common. "b1cdfa5becadf48382d3f4e44a00a52c4ff04292" and "e5915c1a40a435493ccc8ef0413eb3de2eba4b51" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -481,7 +481,7 @@
</view>
<radio-group name="openWay" style="margin-left: 45upx;" @tap='selectWay(item)'>
<label class="tui-radio">
<radio color="#019c88" :checked="openWay === item.id ? true : false" />
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
</label>
</radio-group>
</view>
@ -2213,12 +2213,11 @@
width: 90%;
margin: 0 auto;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
background: linear-gradient(to right, #223845, #00a85b);
height: 80rpx;
border-radius: 60rpx;
color: #ffffff;
line-height: 80rpx;
font-size: 36rpx;
}
.serverAddress {