diff --git a/my/order/payModify.vue b/my/order/payModify.vue
index 149ec7a..64e11e8 100644
--- a/my/order/payModify.vue
+++ b/my/order/payModify.vue
@@ -143,7 +143,7 @@
- 去支付
+ 去支付
diff --git a/my/order/payModifyJsDetail.vue b/my/order/payModifyJsDetail.vue
index 7c25a6b..fb8f608 100644
--- a/my/order/payModifyJsDetail.vue
+++ b/my/order/payModifyJsDetail.vue
@@ -143,7 +143,7 @@
- 去支付
+ 去支付
@@ -1979,8 +1979,8 @@
}
.pay_btn {
- width: 90%;
- margin: 0 auto;
+ width: 96%;
+ margin-left:2%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height:80rpx;
@@ -1988,6 +1988,7 @@
color: #ffffff;
line-height: 80rpx;
font-size: 32rpx;
+ position: fixed;
}
.serverAddress {
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 8ffd686..d17e0e5 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -9,9 +9,12 @@
{{userName}}
- {{phone}}
+ ID:{{invitationCode}}
+
+
+ {{phone}}
+
- ID:{{invitationCode}}
登录
@@ -743,23 +746,43 @@
border-radius: 21rpx;
}
.my-head-top-id{
- margin-top: 10px;
+ width: 35%;
font-size: 23rpx;
- color: #666;
+ padding: 10rpx 20rpx;
+ background:linear-gradient(to right,#ff996b,#ff9966,#ff5e62);
+ border-radius: 0 30rpx 30rpx 0 ;
+ color: #fff;
+ position: relative;
+ }
+ .my-head-top-id span:nth-child(1){
+ margin-left: 20rpx;
+ }
+ .my-head-vip{
+ width: 26rpx;
+ height: 26rpx;
+ position: absolute;
+ left:-18rpx;
+ top:-10rpx
}
.my-head-top-text{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
- font-weight: bold;
- font-size: 33rpx;
color: #000000;
+ margin-bottom: 8rpx;
+ }
+ .my-head-top-text span:nth-child(1){
+ font-size: 32rpx;
+ font-weight: bold;
+ }
+ .my-head-top-text span:nth-child(2){
+ font-size: 26rpx;
}
.my-head-top-view{
display: flex;
flex-direction: column;
- width: 80%;
+ width: 82%;
}
.my-head-top image{
width: 106rpx;
diff --git a/static/vipstar.png b/static/vipstar.png
new file mode 100644
index 0000000..75ed55f
Binary files /dev/null and b/static/vipstar.png differ
diff --git a/static/vipster.png b/static/vipster.png
new file mode 100644
index 0000000..2201f97
Binary files /dev/null and b/static/vipster.png differ