Browse Source

会员类型选择

master
453530270@qq.com 3 years ago
parent
commit
544fbc6c97
  1. 31
      pages/verfiy/vnfee.vue

31
pages/verfiy/vnfee.vue

@ -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>

Loading…
Cancel
Save