diff --git a/pages/my/servicePackage.vue b/pages/my/servicePackage.vue index fc84e8b..a49b2bd 100644 --- a/pages/my/servicePackage.vue +++ b/pages/my/servicePackage.vue @@ -62,7 +62,7 @@ {{item.price}} - /元套 + 元/套 {{item.oldPrice}} @@ -184,12 +184,12 @@ .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){ @@ -223,14 +223,15 @@ } .item-view-jianjie{ font-weight: 400; - font-size: 22rpx; - color: #848484; + font-size: 24rpx; + color: #999; margin:5px 0px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ overflow: hidden; text-overflow: ellipsis; + padding: 10rpx 0; } .item-view-biao{ padding: 1px 2px; @@ -256,6 +257,7 @@ font-weight: normal; color: #666666; margin-left: 5px; + font-size: 25rpx; } .item-view-xiangmu{ width: 100%; @@ -286,6 +288,7 @@ .item-img image{ width: 100%; height: 100%; + border-radius: 14rpx; } .item { width: 100%; @@ -295,9 +298,9 @@ height: 140px; background: #FFFFFF; border-radius: 21rpx; - margin-top:20px; + margin-top:12px; align-items: center; - padding: 0px 5px; + padding:10px; } .item-detail { @@ -365,7 +368,7 @@ height: 32px !important; } /deep/.uni-searchbar__box-icon-search,.search-btn{ - width: 120rpx; + width: 150rpx; height: 60rpx; background: #18A689; border-radius: 31rpx;