|
@@ -92,8 +92,8 @@
|
|
|
.tabs-content,.rechargeGear-footer{
|
|
|
padding: 30rpx 30rpx 0 70rpx;
|
|
|
background-color: #fff;
|
|
|
- border-bottom-left-radius: 10rpx;
|
|
|
- border-bottom-right-radius: 10rpx;
|
|
|
+ border-bottom-left-radius: 20rpx;
|
|
|
+ border-bottom-right-radius: 20rpx;
|
|
|
}
|
|
|
|
|
|
.rechargeGear-footer {
|
|
@@ -139,11 +139,15 @@
|
|
|
margin-bottom: 0
|
|
|
}
|
|
|
|
|
|
+.rechargeGear {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
/* 充值挡位 */
|
|
|
.rechargeGear-title{
|
|
|
height: 84rpx;
|
|
|
line-height: 84rpx;
|
|
|
- background-color: #fff;
|
|
|
+ /* background-color: #fff; */
|
|
|
color: #1e242e;
|
|
|
padding-left: 30rpx;
|
|
|
border-top-left-radius: 10rpx;
|
|
@@ -154,7 +158,7 @@
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
- background-color: #fff;
|
|
|
+ /* background-color: #fff; */
|
|
|
box-sizing: border-box;
|
|
|
padding: 0 30rpx;
|
|
|
}
|
|
@@ -172,6 +176,7 @@
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 30rpx;
|
|
|
font-weight: bolder;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.rechargeGear-content__item.active {
|
|
@@ -195,8 +200,8 @@
|
|
|
}
|
|
|
|
|
|
.border-top-radius{
|
|
|
- border-top-left-radius: 10rpx;
|
|
|
- border-top-right-radius: 10rpx;
|
|
|
+ border-top-left-radius: 20rpx;
|
|
|
+ border-top-right-radius: 20rpx;
|
|
|
}
|
|
|
|
|
|
|