diff --git a/my/order/payModify.vue b/my/order/payModify.vue
index 17f266a..5f1f9c6 100644
--- a/my/order/payModify.vue
+++ b/my/order/payModify.vue
@@ -146,7 +146,7 @@
- 去支付
+ 去支付
@@ -1984,19 +1984,27 @@
}
.pay_btn {
- width: 96%;
- // margin-left: 2%;
+ width: 100%;
+ height: 50px;
+ position: fixed;
+ bottom: 0px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ z-index: 666;
+ }
+ .pay-btns{
+ display: inline-block;
+ width: 94%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 40px;
- border-radius: 40px;
+ border-radius: 28px;
color: #ffffff;
line-height: 40px;
- font-size: 16px;
- // position: fixed;
- justify-content: center;
+ margin-top: 5px;
+ font-size: 17px;
}
-
.serverAddress {
display: flex;
justify-content: space-between;
diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue
index 02664eb..64c163f 100644
--- a/my/order/payModifyTc.vue
+++ b/my/order/payModifyTc.vue
@@ -1,7 +1,7 @@
-
+
{{orderXm.type=='104'?'服务套餐':orderXm.type=='105'?'项目次卡':'服务疗程'}}
@@ -84,7 +84,7 @@
- 去支付
+ 去支付
@@ -1369,6 +1369,8 @@
justify-content: space-between;
}
.head-top{
+ width: 95%;
+ margin: 0 auto;
background-color: #ffffff;
border-radius: 24rpx;
padding: 29rpx;
@@ -1447,7 +1449,7 @@
display: flex;
flex-direction: column;
align-items: center;
- padding: 15px 0px;
+ padding: 15rpx 0px;
}
.tese span:nth-child(1){
@@ -1761,12 +1763,6 @@
align-items: center;
justify-content: space-between;
}
- .head-top{
- width: 100%;
- background-color: #ffffff;
- border-radius: 24rpx;
- padding: 29rpx;
- }
.d-title{
font-weight: 400;
font-size: 29rpx;
@@ -2079,15 +2075,26 @@
}
.pay_btn {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
- height:80rpx;
- border-radius: 80rpx;
- color: #ffffff;
- line-height: 80rpx;
- font-size: 32rpx;
+ width: 100%;
+ height: 50px;
+ position: fixed;
+ bottom: 0px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ z-index: 666;
+ }
+ .pay-btns{
+ display: inline-block;
+ width: 94%;
+ text-align: center;
+ background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
+ height: 40px;
+ border-radius: 28px;
+ color: #ffffff;
+ line-height: 40px;
+ margin-top: 5px;
+ font-size: 17px;
}
.serverAddress {
display: flex;