diff --git a/pages/my/index.vue b/pages/my/index.vue index 7c10b3a..0bf207f 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -553,17 +553,17 @@ .my-use-list-text{ color: #6C6C6C; - margin-top: 3px; - font-size: 12px; + margin-top: 5px; + font-size: 14px; } .my-use-list image{ - width: 62rpx; - height: 62rpx; + width: 70rpx; + height: 70rpx; } .my-use{ background: #FFFFFF; border-radius: 21rpx; - padding: 16px; + padding: 12px 14px; display: flex; flex-direction: column; margin: 0px auto 10px auto; @@ -577,8 +577,8 @@ flex-wrap: wrap; } .my-serve-view{ - width: 90%; - margin: 15px auto; + width: 86%; + margin: 16px auto; display: flex; flex-direction: row; align-items: center; @@ -598,13 +598,13 @@ justify-content: center; } .my-serve-list image{ - width: 80rpx; - height: 80rpx; + width: 90rpx; + height: 90rpx; } .my-serve-list-text{ color: #6C6C6C; margin-top: 5px; - font-size: 24rpx;; + font-size: 26rpx;; } .my-serve-title,.my-use-title{ @@ -612,7 +612,8 @@ font-weight: bold; font-size: 30rpx; color: #333333; - margin-left: 5px; + margin-left: 8px; + margin-top: 5px; } .width{ width: 94%; @@ -630,7 +631,7 @@ height: 260rpx; background: #FFFFFF; border-radius: 21rpx; - padding: 16px; + padding: 12px 14px; display: flex; flex-direction: column; } @@ -646,7 +647,7 @@ height: 95rpx; } .my-head-mian-bottom-list-text{ - font-size: 24rpx; + font-size: 26rpx; color: #6C6C6C; } .my-head-mian-bottom-list{ @@ -679,10 +680,10 @@ .my-head-mian-top-view-chong{ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); color: #fff; - margin: 0px 5px; + margin: 2px 8px; } .my-head-mian-top-view-ming{ - background: #F5F7FB; + background: #efefef; color: #333; } .my-head-mian-top-view-qian{ @@ -706,7 +707,7 @@ } .my-head-mian{ width: 100%; - height: 298rpx; + height: 280rpx; display: flex; flex-direction: column; justify-content: space-between; diff --git a/pages/my/servicePackage.vue b/pages/my/servicePackage.vue index cf6f1b2..fc84e8b 100644 --- a/pages/my/servicePackage.vue +++ b/pages/my/servicePackage.vue @@ -365,7 +365,7 @@ height: 32px !important; } /deep/.uni-searchbar__box-icon-search,.search-btn{ - width: 101rpx; + width: 120rpx; height: 60rpx; background: #18A689; border-radius: 31rpx; @@ -375,7 +375,7 @@ height: 31px; border-radius: 15px !important; background-color: #fff !important; - border: 2px solid #E5E5E5; + border: 1px solid #E5E5E5; padding: 0px; display: flex; flex-direction: row; @@ -393,7 +393,7 @@ } .service-head-top-left span{ font-weight: bold; - font-size: 44rpx; + font-size: 36rpx; color: #171717; } .service-head-top-left{ diff --git a/pages/my/userinfo.vue b/pages/my/userinfo.vue index 7559f1d..9a17acf 100644 --- a/pages/my/userinfo.vue +++ b/pages/my/userinfo.vue @@ -1,5 +1,5 @@