|
|
@@ -75,7 +75,7 @@
|
|
|
color: $mainColor1;
|
|
|
}
|
|
|
.result-title {
|
|
|
- margin: 50upx 0 30upx;
|
|
|
+ margin: 40upx 0 30upx;
|
|
|
font-size: 38upx;
|
|
|
}
|
|
|
}
|
|
|
@@ -83,9 +83,8 @@
|
|
|
|
|
|
// 支付确认弹框样式
|
|
|
.pay-confirm-content {
|
|
|
- padding: 20upx 40upx 30upx 40upx;
|
|
|
+ padding: 0upx 40upx 30upx 40upx;
|
|
|
text-align: center;
|
|
|
-
|
|
|
.confirm-text {
|
|
|
margin-bottom: 60upx;
|
|
|
|
|
|
@@ -106,13 +105,13 @@
|
|
|
|
|
|
.confirm-btn-wrap {
|
|
|
.confirm-btn {
|
|
|
- width: 60%;
|
|
|
- height: 100upx;
|
|
|
+ width: 40%;
|
|
|
+ height: 90upx;
|
|
|
background: linear-gradient(135deg, #07c160 0%, #10ad6a 100%);
|
|
|
color: #fff;
|
|
|
border: none;
|
|
|
- border-radius: 50upx;
|
|
|
- font-size: 38upx;
|
|
|
+ border-radius: 20upx;
|
|
|
+ font-size: 36upx;
|
|
|
font-weight: bold;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -120,11 +119,6 @@
|
|
|
box-shadow: 0 4upx 12upx rgba(7, 193, 96, 0.3);
|
|
|
transition: all 0.3s ease;
|
|
|
margin: 0 auto 25upx;
|
|
|
-
|
|
|
- &:active {
|
|
|
- transform: scale(0.98);
|
|
|
- box-shadow: 0 2upx 8upx rgba(7, 193, 96, 0.4);
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.tech-support {
|