|
|
|
@ -45,8 +45,18 @@ |
|
|
|
<view class="cdline">最高可更换绑定设备:3台(同一时间只允许1台设备登录)</view> |
|
|
|
<view class="cdline">最高可绑定登录账号:3个</view> |
|
|
|
</view> |
|
|
|
<view class="cdcross"></view> |
|
|
|
|
|
|
|
<view class="xcross"></view> |
|
|
|
<!-- 付款方式 --> |
|
|
|
<view class="pmethod"> |
|
|
|
<view class=""> |
|
|
|
<image></image> |
|
|
|
<text></text> |
|
|
|
</view> |
|
|
|
<view class=""> |
|
|
|
<radio color="#F6390D"></radio> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="xcross"></view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</template> |
|
|
|
@ -103,7 +113,7 @@ |
|
|
|
display: block; |
|
|
|
|
|
|
|
&.fire{ |
|
|
|
background: url('../../static/fire.svg') no-repeat left center; |
|
|
|
background: url('../../static/fire.svg') no-repeat 10rpx center; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -146,10 +156,15 @@ |
|
|
|
padding: 10rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.cdcross{ |
|
|
|
height: 2rpx; |
|
|
|
width: 100%; |
|
|
|
background-color: #999; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.xcross{ |
|
|
|
height: 2rpx; |
|
|
|
width: 90%; |
|
|
|
margin-left: auto; |
|
|
|
margin-right: auto; |
|
|
|
margin-top: 26rpx; |
|
|
|
background-color: #eee; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|