From 3b69fa7ee1339a96203648a791043e9b33fec6ab Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Tue, 25 Jun 2024 21:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/address/Endaddress.vue | 19 +++--- my/address/address.vue | 10 ++-- my/setting/index.vue | 6 +- my/wallet/index.vue | 74 +++++++++++++---------- pages/index/index.vue | 99 +++++++++++++++++-------------- pages/my/cikarDrtail.vue | 2 +- pages/my/fuwuliaochengDetail.vue | 2 +- pages/my/fuwuxiangm.vue | 29 +++++---- pages/my/index.vue | 80 ++++++++++++------------- pages/my/indextaociliaoList.vue | 7 ++- pages/my/invitationUser.vue | 84 +++++++++----------------- pages/my/myteam.vue | 14 ++--- pages/my/serviceOderDrtail.vue | 2 +- pages/public/login.vue | 16 ++--- pages/public/loginmsg.vue | 2 +- pages/public/loginphone.vue | 4 +- pages/public/register.vue | 4 +- static/address/map.png | Bin 54310 -> 42584 bytes static/duihao.png | Bin 1773 -> 1856 bytes static/fanhui.png | Bin 273 -> 166 bytes static/index-fenglei1.png | Bin 12756 -> 6956 bytes static/index-fenglei10.png | Bin 7819 -> 5820 bytes static/index-fenglei2.png | Bin 6907 -> 6610 bytes static/index-fenglei3.png | Bin 11588 -> 5520 bytes static/index-fenglei4.png | Bin 8059 -> 6657 bytes static/index-fenglei5.png | Bin 8472 -> 6194 bytes static/index-fenglei6.png | Bin 6414 -> 4506 bytes static/index-fenglei7.png | Bin 8176 -> 6146 bytes static/index-fenglei8.png | Bin 7938 -> 5846 bytes static/index-fenglei9.png | Bin 6433 -> 5884 bytes static/index-nav-1.png | Bin 1055 -> 1552 bytes static/index-nav-2.png | Bin 92777 -> 1816 bytes static/index-nav-3.png | Bin 1041 -> 1575 bytes static/liliao-1.png | Bin 1810 -> 2887 bytes static/my-cika.png | Bin 34808 -> 37169 bytes static/my-fuwu.png | Bin 28306 -> 32811 bytes static/my-gong-1.png | Bin 11180 -> 5935 bytes static/my-gong-2.png | Bin 12396 -> 7196 bytes static/my-gong-3.png | Bin 10875 -> 5748 bytes static/my-gong-4.png | Bin 11305 -> 6127 bytes static/my-gong-5.png | Bin 9020 -> 4727 bytes static/my-gong-6.png | Bin 8007 -> 4083 bytes static/my-gong-7.png | Bin 11480 -> 6084 bytes static/my-gong-8.png | Bin 10845 -> 5739 bytes static/my-gong-9.png | Bin 14118 -> 7352 bytes static/my-jifen.png | Bin 5144 -> 6278 bytes static/my-juanma.png | Bin 3505 -> 3947 bytes static/my-kaitonghuiyuan.png | Bin 34691 -> 32991 bytes static/my-liaocheng.png | Bin 29797 -> 29500 bytes static/my-yuehui.png | Bin 3876 -> 4459 bytes 50 files changed, 226 insertions(+), 228 deletions(-) diff --git a/my/address/Endaddress.vue b/my/address/Endaddress.vue index 2962ef2..81f305b 100644 --- a/my/address/Endaddress.vue +++ b/my/address/Endaddress.vue @@ -59,9 +59,9 @@ - 设为默认地址 + 设为默认地址 + style="padding: 20upx;transform:scale(0.8)" color="#019c88" /> @@ -272,11 +272,13 @@ width: 100%; height: 100vh; background: #f7f7f7; + } .part1-bottom{ width: 100%; padding:10px; - background: #FFFFFF; + background: #FFFFFF url(../../static/address/map.png)no-repeat top right; + background-size: 60%; border-radius: 24rpx; } .mobile /deep/.u-field{ @@ -285,10 +287,9 @@ .part1-top{ width: 100%; padding: 0px 10px; - height: 115px; background: #FFFFFF; border-radius: 24rpx; - margin: 20px 0px; + margin: 15px 0px; } page{ background: #f7f7f7; @@ -300,17 +301,17 @@ } .btn { - width: 90%; + width: 92%; height: 92rpx; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); border-radius: 46rpx; - margin: 0 auto; + margin: 6px auto; color: white; text-align: center; line-height: 92rpx; letter-spacing: 2upx; font-weight: 400; - font-size: 42rpx; + font-size: 36rpx; color: #FFFFFF; } .u-icon__icon{ @@ -318,7 +319,7 @@ color: #096f4b !important; } .u-field{ - padding: 35rpx 0 !important; + padding: 35rpx 10px !important; } .u-field__input-wrap { font-size: 30rpx !important; diff --git a/my/address/address.vue b/my/address/address.vue index d9b27df..b29e4cd 100644 --- a/my/address/address.vue +++ b/my/address/address.vue @@ -20,7 +20,7 @@ @@ -191,8 +191,6 @@ } .delete-view{ width: 85rpx; - height: 37rpx; - line-height: 37rpx; text-align: center; background: #FFFFFF; border-radius: 18rpx; @@ -233,14 +231,14 @@ .shouhuo{ margin: 16rpx 30upx; position: fixed; - bottom: 0upx; - width: 90%; + bottom: -7upx; + width: 92%; height: 92rpx; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); border-radius: 46rpx; line-height: 92rpx; font-weight: 400; - font-size: 42rpx; + font-size: 36rpx; color: #FFFFFF; } page { diff --git a/my/setting/index.vue b/my/setting/index.vue index 342e858..c99098a 100644 --- a/my/setting/index.vue +++ b/my/setting/index.vue @@ -158,8 +158,8 @@ } .shezhi-list-img-text{ font-weight: 400; - font-size: 32rpx; - color: #202020; + font-size: 28rpx; + color: #666; } .shezhi-list-left{ display: flex; @@ -182,7 +182,7 @@ .shezhi-list-img-icon{ width: 39.58rpx; height: 40.28rpx; - margin-right: 5px; + margin-right: 10px; } .shezhi-list-img-jiantou{ width: 10.76rpx; diff --git a/my/wallet/index.vue b/my/wallet/index.vue index 882b7b4..56bd887 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -36,8 +36,8 @@ 赠¥{{item.sumMoney}} - 赠送 {{item.remarks}} - + 赠送 {{item.remarks}} + @@ -90,10 +90,11 @@ 为TA充值 我的理疗师 --> - - - 确定充值 - + + + 确定充值 @@ -116,7 +117,7 @@ @@ -126,7 +127,7 @@ @@ -141,7 +142,7 @@ @@ -155,7 +156,7 @@ @@ -939,8 +940,8 @@ margin-top: 10px; } .chong-title image{ - width: 50rpx; - height: 22.22rpx; + width: 66rpx; + height: 32.22rpx; } .chong-title span{ font-weight: 400; @@ -963,16 +964,14 @@ height: 76rpx; } /deep/uni-radio .uni-radio-input{ - /* width: 29.86rpx; - height: 29.86rpx; - margin: -3px 0px 0px -20px; - background-color: rgba(4, 159, 137, 1) !important; - border-color: rgba(4, 159, 137, 1) !important; */ + width: 31.86rpx; + height: 31.86rpx; + margin: -4px 0px 0px -8px; } .chong-list-radio{ - margin-right: 5px; width: 29.86rpx; height: 29.86rpx; + border-radius: 50%; } .chong-list-left{ display: flex; @@ -1051,6 +1050,9 @@ font-size: 32rpx; color: #FFFEFE; border-radius: 39rpx; + margin-left: 10px; + + } .popup-mian-btn{ width: 100%; @@ -1062,20 +1064,19 @@ } .popup-mian{ - width: 88%; display: flex; flex-direction: column; - margin: 5px auto 0px auto; + margin: 10px auto 0px auto; } .popup-head span:nth-child(2){ width: 50rpx; height: 50rpx; - line-height: 19px; + line-height: 21px; text-align: center; - font-size: 24px; - color: #15AB8D; + font-size: 25px; + color: #019c88; border-radius: 50%; - border: 3px solid #15AB8D; + border: 1px solid #019c88; } .popup-head span:nth-child(1){ font-weight: bold; @@ -1090,13 +1091,13 @@ flex-direction: row; align-items: center; justify-content: space-between; - padding: 0 15px; + padding: 0 20px; } .popup-content{ width: 613rpx; padding-bottom: 10px; background: #FFFFFF; - border-radius: 56rpx; + border-radius: 40rpx; display: flex; flex-direction: column; } @@ -1117,12 +1118,12 @@ margin: 0 auto; } .chongzhi span:nth-child(2){ - color: #00a85b; + color: #019c88; background-color: #fff; - padding: 2px 5px; + padding: 3px 8px; font-weight: bold; - font-size: 35rpx; - border:1px solid #00a85b; + font-size: 24rpx; + border:1px solid #019c88; border-radius: 30px; } .chongzhi{ @@ -1140,6 +1141,7 @@ .money-miao{ width: 95%; height: 49rpx; + line-height: 49rpx; background-color: rgba(93, 191, 157, 0.28); border-radius: 24rpx; margin: 0 auto; @@ -1175,7 +1177,7 @@ flex-direction: column; } .bgimg-top-view{ - width: 78%; + width: 80%; display: flex; flex-direction: row; justify-content: space-between; @@ -1259,4 +1261,14 @@ color: #096f4b; font-weight: bold; } + .bgimg-top-tou{ + margin-left: 10px; + margin-top: 2px; + border:2px solid #fff; + border-radius: 50%; + } + .align-line{ + border: solid 1px #000000; + ; + } \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 2d3c03c..15157d4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,5 @@