diff --git a/my/vip/index.vue b/my/vip/index.vue index 454db7a..b931d09 100644 --- a/my/vip/index.vue +++ b/my/vip/index.vue @@ -46,9 +46,9 @@ - - - + + + 到期时间 {{timeVipEnd}} @@ -542,6 +542,9 @@ margin-top: -11px; margin-left: 14px; } + .bgbox-top-img{ + margin-top: 120rpx; + } .bgbox-top-show-youxiao{ width: 448rpx; height: 42rpx; @@ -565,8 +568,9 @@ } .bgbox-top-show{ width: 100%; - height: 536.11rpx; - background-image: linear-gradient(to bottom, #f9f1e7, #f7f7f7); + height: 636.11rpx; + background-image: url(../../static/vip/background-img6.png); + background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; diff --git a/static/vip/background-img6.png b/static/vip/background-img6.png new file mode 100644 index 0000000..a162f7e Binary files /dev/null and b/static/vip/background-img6.png differ