diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue
index 64c163f..619c28b 100644
--- a/my/order/payModifyTc.vue
+++ b/my/order/payModifyTc.vue
@@ -83,8 +83,10 @@
+
+ 去支付
+
- 去支付
@@ -2073,16 +2075,27 @@
/* #endif */
}
-
+ .push-button{
+ width: 100%;
+ height: 48px;
+ position: fixed;
+ bottom: 0px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin: 0 auto;
+ }
.pay_btn {
- width: 100%;
- height: 50px;
- position: fixed;
- bottom: 0px;
- display: flex;
- flex-direction: column;
- align-items: center;
- z-index: 666;
+ display: inline-block;
+ width: 92%;
+ text-align: center;
+ background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
+ height: 40px;
+ border-radius: 28px;
+ color: #ffffff;
+ line-height: 40px;
+ margin-top: 4px;
+ font-size: 34rpx;
}
.pay-btns{
display: inline-block;
diff --git a/pages/my/serviceOderDrtail.vue b/pages/my/serviceOderDrtail.vue
index df5f598..babe558 100644
--- a/pages/my/serviceOderDrtail.vue
+++ b/pages/my/serviceOderDrtail.vue
@@ -93,10 +93,14 @@
服务项目{{index+1}}
+
+
-
- 立即购买
+
+
+ 立即购买
+
@@ -805,19 +809,27 @@
color: #ffffff;
line-height: 80rpx;
}
+ .push-button{
+ width: 100%;
+ height: 48px;
+ position: fixed;
+ bottom: 0px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin: 0 auto;
+ }
.detail-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: 36rpx;
- position: fixed;
- bottom: 0;
- margin-bottom: 10px;
+ display: inline-block;
+ width: 92%;
+ text-align: center;
+ background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
+ height: 40px;
+ border-radius: 28px;
+ color: #ffffff;
+ line-height: 40px;
+ margin-top: 4px;
+ font-size: 34rpx;
}
.header-top image{
width: 706.25rpx;
@@ -900,7 +912,6 @@
flex-direction: column;
align-items: center;
padding: 15px 0px;
- margin-bottom: 50px;
}
.tese span:nth-child(1){
@@ -919,7 +930,6 @@
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden;
text-overflow: ellipsis;
- margin-top: 8px;
}
.detail-foot-list-top span:nth-child(1){
font-weight: bold;
@@ -1114,13 +1124,14 @@
}
.service-more{
width: 50px;
- height: 28px;
+ height: 26px;
font-size: 13px;
- background: linear-gradient(-90deg, #0CA891, #23BBA2);
border-radius: 15px;
- line-height: 28px;
- color: #fff;
+ line-height: 26px;
+ border: 1px #2dbe93 solid ;
+ color: #019c88;
text-align: center;
justify-content: fex-end;
+ background: #eefffa;
}
\ No newline at end of file