diff --git a/pages/my/index.vue b/pages/my/index.vue index 072cb73..7b2624f 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -28,10 +28,13 @@ - 我的钱包 + + 我的钱包 + 钱包明细 + - + {{money}} @@ -39,7 +42,7 @@ 充值 - 明细 + @@ -105,7 +108,7 @@ 新人拼团 - + 秒杀 @@ -903,8 +906,8 @@ height: 100%; } .my-head-mian-bottom-list image{ - width: 95rpx; - height: 95rpx; + width: 80rpx; + height: 80rpx; } .my-head-mian-bottom-list-text{ font-size: 26rpx; @@ -922,21 +925,21 @@ display: flex; flex-direction: row; justify-content: space-between; - padding-bottom: 12px; + padding-bottom: 30rpx; margin-top:30rpx; border-top: 1px #F6F6F6 solid; - padding-top: 30rpx; + padding-top: 20rpx; } .my-head-mian-top-yuE{ - font-size: 70rpx; - color: #333; + font-size: 60rpx; + color: #111111; margin-top: 30rpx; font-weight: bold; } .my-head-mian-top-view-chong,.my-head-mian-top-view-ming{ width: 136rpx; height: 58rpx; - line-height: 60rpx; + line-height: 58rpx; text-align: center; border-radius: 60rpx; font-size: 28rpx; @@ -944,23 +947,38 @@ .my-head-mian-top-view-chong{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); color: #fff; - margin: 5px 10px; } .my-head-mian-top-view-ming{ background: #e6f6f3; color: #019c88; } .my-head-mian-top-view-qian{ - width: 360rpx; - font-size: 26rpx; - color: #999; - background: linear-gradient(90deg, #019C88, #28BA92, #35C495); - text-align: center; + width: 100%; + color: #019c88; + background: linear-gradient(90deg, #e8f7f3, #e5f7f3); margin: 0 auto; - border-radius: 0 0 50rpx 50rpx; - height: 55rpx; - line-height: 55rpx; - color: #ffffff; + border-radius:20rpx 20rpx 0 0; + height: 64rpx; + line-height: 66rpx; + display: flex; + flex-direction: row; + justify-content: space-between; + padding: 0 20rpx; + font-size: 26rpx; + } + .view-more{ + display:inline-block; + border-top:1px solid; + border-right:1px solid; + width: 15rpx; + height: 15rpx; + border-color:#019c88; + transform:rotate(45deg); + margin-top: 10rpx; + } + .wallet3{ + width: 38rpx; + height: 34rpx; } .my-head-mian-top-view{ display: flex; diff --git a/static/wallet3.png b/static/wallet3.png new file mode 100644 index 0000000..ee220c6 Binary files /dev/null and b/static/wallet3.png differ