diff --git a/pages/my/index.vue b/pages/my/index.vue index 8ffd686..a75700b 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -9,9 +9,12 @@ {{userName}} - {{phone}} + ID:{{invitationCode}} + + + {{phone}} + - ID:{{invitationCode}} 登录 @@ -743,19 +746,39 @@ 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; } + .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; 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