diff --git a/pages/my/index.vue b/pages/my/index.vue index da9fe92..8f2ef8c 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -15,7 +15,7 @@ - {{ userName }}1111 + {{ userName }} @@ -29,13 +29,13 @@ 暂未实名认证 - + 审核中 - + 已实名认证 - + 已拒绝 @@ -66,10 +66,10 @@ - + - 账户余额(元) - + 账户余额(元) + {{ money ? money : '0' }} @@ -198,7 +198,7 @@ 常用功能 - + - - + + + + + - + - - {{ userName }} + + {{ userName }} 已上线 已离线 - - + + 暂未实名认证 - + 实名审核中 - + 已实名认证 - + 实名已拒绝 @@ -885,16 +889,7 @@ font-size: 26rpx; padding: 8rpx 20rpx; } - .back-img{ - background-repeat: no-repeat; - background-size: 100%; - width: 84px; - height: 84px; - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - } + /deep/.u-scroll-box{ margin-top: 26rpx; } @@ -1022,7 +1017,6 @@ .popup-img{ width: 55rpx; height: 55rpx; - position: absolute; right:22rpx; } .popup-head{ @@ -1034,7 +1028,7 @@ align-items: center; justify-content: space-between; padding: 0 15px; - position: relative; + position:relative; } .popup-content{ width: 100%; @@ -1066,7 +1060,7 @@ height: 220rpx; // background: #F7F7F7 !important; border-radius: 21rpx 21rpx 0 0; - margin: -113px auto 8px auto; + margin: -180px auto 8px auto; position: relative; } @@ -1178,10 +1172,9 @@ } } .head-port{ - width: 55px; - height: 55px; + width:64px; + height:64px; border-radius: 50%; - margin-bottom: 5px; } /deep/.radius { border-radius: 20rpx; @@ -1229,9 +1222,9 @@ } .jishi-index{ width: 100%; - height: 230px; + height: 286px; padding: 0 20px; - background:url('../../static/index/technician15.png'); + background-image: url('../../static/index/technician15.png'); background-repeat: no-repeat; background-size: 100%; } @@ -1278,4 +1271,37 @@ .padding-sm{ padding: 11px 11px 0px 11px; } + .avatar-section{ + padding:30rpx 0 50rpx 0; + position: relative; + } + .back-img{ + padding: 15rpx; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + position: relative; + } + .popop-kuang{ + width: 150rpx; + height: 150rpx; + position: absolute; + } + .avatar-section-text{ + font-size: 32rpx; + color: #019c88; + font-weight: bold; + } + .money_text1{ + font-size:46rpx; + font-weight: bold; + } + .money_text2{ + font-size:26rpx; + } + .online-tag { + color: #019c88; + font-size: 26rpx; + } \ No newline at end of file diff --git a/static/grade3.gif b/static/grade3.gif new file mode 100644 index 0000000..8f0c2d3 Binary files /dev/null and b/static/grade3.gif differ