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 @@