From ceb37fe2d11d432ad1ec1285070be77dc042f4e0 Mon Sep 17 00:00:00 2001
From: kbing1981 <549711992@qq.com>
Date: Mon, 8 Jul 2024 11:18:56 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
my/order/payModifyDd.vue | 49 ++++++++++++++++++++++++++--------------
1 file changed, 32 insertions(+), 17 deletions(-)
diff --git a/my/order/payModifyDd.vue b/my/order/payModifyDd.vue
index 2ae395e..3eedeac 100644
--- a/my/order/payModifyDd.vue
+++ b/my/order/payModifyDd.vue
@@ -62,7 +62,7 @@
{{province}}/{{city}}/{{district}}/{{detailaddress}}
-
+
@@ -1382,7 +1382,7 @@
.header-bottom-money-zhen span{
color: #F95900 !important;
font-weight: bold !important;
- font-size: 22rpx !important;
+ font-size: 30rpx !important;
}
.header-bottom-money-zhen{
display: flex;
@@ -1514,7 +1514,7 @@
justify-content: space-between !important;
}
.liliao{
- margin-top: 17px;
+ margin-top: 17px;
}
.fuwu-time-view{
text-align: right;
@@ -1535,7 +1535,6 @@
font-weight: 400;
font-size: 29rpx;
color: #888;
- margin-right: 5px;
}
.fuwu-time-view,.liliao-top{
width: 70%;
@@ -1558,8 +1557,12 @@
margin-top: 5px;
}
.xuanzhe{
- margin-left: 5px;
- border: 1px solid;
+ background: linear-gradient(90deg, #029d88, #2fc094);
+ color: #ffffff;
+ margin-left: 5px;
+ border-radius: 15px;
+ padding: 3px 8px;
+ font-size: 13px;
}
.header-view-data{
display: flex;
@@ -1576,6 +1579,16 @@
flex-direction: row;
position: relative;
}
+ .view-more{
+ display:inline-block;
+ border-top:1px solid;
+ border-right:1px solid;
+ width: 15rpx;
+ height: 15rpx;
+ border-color:#999;
+ transform:rotate(45deg);
+ margin-top: 14rpx;
+ }
.header-view-text{
width: 170rpx;
font-size: 29rpx;
@@ -1975,14 +1988,16 @@
}
.pay_btn {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
- height:68rpx;
- border-radius: 60rpx;
- color: #ffffff;
- line-height: 68rpx;
+ width: 96%;
+ margin-left: 2%;
+ text-align: center;
+ background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
+ height: 40px;
+ border-radius: 40px;
+ color: #ffffff;
+ line-height: 40px;
+ font-size: 16px;
+ position: fixed;
}
.serverAddress {