From ebd20833b87ad5abd83d3cd45fecb0c26698e316 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 28 Jun 2024 15:55:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 4 ++-- pages/my/indextaociliaoList.vue | 24 ++++++++++++++---------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 057f0f4..ffa69e8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1166,7 +1166,7 @@ background-color:rgba(4, 184, 119, 0.12); border-radius: 8rpx; font-weight: 400; - font-size: 20rpx; + font-size: 23rpx; color: #0EBE80; margin-left: 10px; } @@ -1174,7 +1174,7 @@ background-color:rgba(253, 197, 128, 0.2); border-radius: 8rpx; font-weight: 400; - font-size: 20rpx; + font-size: 23rpx; color: #FFA12D; } .index-card-mian-biao{ diff --git a/pages/my/indextaociliaoList.vue b/pages/my/indextaociliaoList.vue index 7511763..45b2dd8 100644 --- a/pages/my/indextaociliaoList.vue +++ b/pages/my/indextaociliaoList.vue @@ -36,7 +36,8 @@ {{item.price}} - /元套 + 元/套 + {{item.oldPrice}} @@ -173,21 +174,25 @@ .item-view-bottom-btn{ text-align: center; width: 131rpx; - height: 50rpx; - line-height: 50rpx; + height: 55rpx; + line-height: 55rpx; background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); border-radius: 10rpx; font-weight: bold; - font-size: 24rpx; + font-size: 28rpx; color: #FFFFFF; } .item-view-bottom-qian span:nth-child(4){ - font-weight: bold; - font-size: 31rpx; + font-size: 28rpx; color: #848484; text-decoration-line: line-through; margin-left: 5px; } + .item-view-bottom-qian span:nth-child(5){ + font-size: 28rpx; + color: #848484; + text-decoration-line: line-through; + } .item-view-bottom-qian span:nth-child(1){ font-weight: 400; font-size: 25rpx; @@ -199,7 +204,6 @@ color: #F95900; } .item-view-bottom-qian span:nth-child(3){ - font-weight: 400; font-size: 25rpx; color: #F95900; } @@ -251,12 +255,12 @@ display: flex; flex-direction: row; font-weight: 400; - font-size: 21rpx; + font-size: 25rpx; margin-top: 5px; } .item-view-title{ font-weight: bold; - font-size: 33rpx; + font-size: 32rpx; color: #333333; } .item-view{ @@ -368,7 +372,7 @@ height: 32px !important; } /deep/.uni-searchbar__box-icon-search,.search-btn{ - width: 101rpx; + width: 150rpx; height: 60rpx; background: #18A689; border-radius: 31rpx;