|
@@ -96,18 +96,32 @@
|
|
|
border-bottom-right-radius: 10rpx;
|
|
|
}
|
|
|
|
|
|
-.btn-rechargeNow{
|
|
|
- width: 85%;
|
|
|
- padding: 22rpx;
|
|
|
- margin: 0 auto 30rpx;
|
|
|
+.rechargeGear-footer {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-evenly;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-rechargeNow {
|
|
|
+ width: 328rpx;
|
|
|
+ height: 70rpx;
|
|
|
+ line-height: 70rpx;
|
|
|
+ text-align: center;
|
|
|
background-color: #fe7124;
|
|
|
- background: linear-gradient(to right, #ff7a21 0%,#feb25a 100%);
|
|
|
+ background: linear-gradient(to right, #ff7a21 0%, #feb25a 100%);
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
- border-radius: 10rpx;
|
|
|
+ border-radius: 16rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-rechargeNow___share {
|
|
|
+ background: #fff;
|
|
|
+ color: #EE7530;
|
|
|
+ border: 1rpx solid #EE7530;
|
|
|
}
|
|
|
|
|
|
-.btn-rechargeNow:active{
|
|
|
+.btn-rechargeNow:active {
|
|
|
opacity: .8;
|
|
|
}
|
|
|
|