diff --git a/pages/index/index.vue b/pages/index/index.vue index 15157d4..eee05fd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -855,7 +855,8 @@ } .content_bj{ height:100%; - background:#fff url(../../static/background-img.png)no-repeat top; + background:#fff url(../../static/background-img2.png)no-repeat; + background-size: 100%; } .index-card-view-title{ position: relative; @@ -928,13 +929,13 @@ } .swiper-item span:nth-child(1){ font-weight: bold; - font-size: 32rpx; + font-size: 28rpx; color: #333333; - margin:10px 0px; + margin:10px 0px 0px 0px; } .swiper-item span:nth-child(2){ ont-weight: 400; - font-size: 25rpx; + font-size: 21rpx; color: #999999; } .swiper-item{ @@ -948,6 +949,7 @@ width: 337rpx; display: flex; flex-direction: column; + margin-top: 16rpx; } .swiper-back-img{ width: 100%; @@ -978,10 +980,12 @@ flex-direction: row; justify-content: space-between; white-space: nowrap; - background: linear-gradient(180deg,rgba(217, 240, 237,0.6),rgba(255, 255, 255,0.6)); + background: linear-gradient(180deg,rgba(238, 250, 246,0.6),rgba(255, 255, 255,0.9)); background-color:rgba(1, 156, 136, 0.2); height: 108rpx; line-height: 108rpx; + margin-top: 10rpx; + } .menu-topic-text { font-size: 32rpx; @@ -1041,21 +1045,21 @@ .index-card-mian-biao-left,.index-card-mian-biao-right{ - padding: 5px 10px; + padding: 4px 6px; } .index-card-mian-biao-right{ background-color:rgba(4, 184, 119, 0.12); - border-radius: 3rpx; + border-radius: 5rpx; font-weight: 400; - font-size: 21rpx; + font-size: 18rpx; color: #0EBE80; margin-left: 10px; } .index-card-mian-biao-left{ background-color:rgba(253, 197, 128, 0.2); - border-radius: 3rpx; + border-radius: 5rpx; font-weight: 400; - font-size: 21rpx; + font-size: 18rpx; color: #FFA12D; } .index-card-mian-biao{ @@ -1065,19 +1069,17 @@ align-items: center; } .index-card-mian-title{ - font-weight: bold; - font-size: 31rpx; - color: #333333; - text-align: center; + font-size: 28rpx; + color: #333333; } .marginTop{ - margin-bottom: 10px; + margin-bottom: 5px; } .index-card-mian{ width: 100%; display: flex; flex-direction: column; - margin-top: 10px; + margin-top: 5px; } .index-card-view-title-right{ width: 65px; @@ -1088,9 +1090,11 @@ border-bottom-right-radius: 10px; text-align: center; font-weight: 400; - font-size: 21rpx; + font-size: 22rpx; color: #fff; position: absolute; + top:15rpx; + left:10rpx; /* margin-left: 85px; */ } .index-card-view-title-left{ @@ -1348,7 +1352,7 @@ display: flex; flex-direction: row; flex-wrap: wrap; - margin:0 10px 15px 10px; + margin:5px 10px 20px 10px; } .index-project-content image{ width: 68.75rpx; diff --git a/pages/my/index.vue b/pages/my/index.vue index 8a6021f..dbbdd77 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -645,9 +645,8 @@ } .my-head-top-id{ margin-top: 10px; - font-weight: bold; - font-size: 19rpx; - color: #0E050A; + font-size: 23rpx; + color: #666; } .my-head-top-text{ display: flex; diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index 62cd885..ad0700e 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -1063,7 +1063,7 @@ margin-left: 10px; } .jieshao{ - margin-top: 15px; + margin-top: 8px; font-weight: 400; font-size: 22rpx; color: #8D9194; @@ -1075,7 +1075,7 @@ } .view-head{ padding-bottom: 15px; - margin: 10px 15px 0px 15px; + margin: 15px 24px 0px 24px; } .jian-view-right span{ font-weight: bold; diff --git a/static/background-img2.png b/static/background-img2.png new file mode 100644 index 0000000..7bb80cf Binary files /dev/null and b/static/background-img2.png differ