This commit is contained in:
kbing1981 2024-06-28 16:10:50 +08:00
parent ebd20833b8
commit b2167da8bf
1 changed files with 12 additions and 9 deletions

View File

@ -62,7 +62,7 @@
<view class="item-view-bottom-qian"> <view class="item-view-bottom-qian">
<span></span> <span></span>
<span>{{item.price}}</span> <span>{{item.price}}</span>
<span>/</span> <span>/</span>
<span>{{item.oldPrice}}</span> <span>{{item.oldPrice}}</span>
</view> </view>
<view class="item-view-bottom-btn"> <view class="item-view-bottom-btn">
@ -184,12 +184,12 @@
.item-view-bottom-btn{ .item-view-bottom-btn{
text-align: center; text-align: center;
width: 131rpx; width: 131rpx;
height: 50rpx; height: 55rpx;
line-height: 50rpx; line-height: 55rpx;
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495); background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
border-radius: 10rpx; border-radius: 10rpx;
font-weight: bold; font-weight: bold;
font-size: 24rpx; font-size: 28rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.item-view-bottom-qian span:nth-child(4){ .item-view-bottom-qian span:nth-child(4){
@ -223,14 +223,15 @@
} }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
font-size: 22rpx; font-size: 24rpx;
color: #848484; color: #999;
margin:5px 0px; margin:5px 0px;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
padding: 10rpx 0;
} }
.item-view-biao{ .item-view-biao{
padding: 1px 2px; padding: 1px 2px;
@ -256,6 +257,7 @@
font-weight: normal; font-weight: normal;
color: #666666; color: #666666;
margin-left: 5px; margin-left: 5px;
font-size: 25rpx;
} }
.item-view-xiangmu{ .item-view-xiangmu{
width: 100%; width: 100%;
@ -286,6 +288,7 @@
.item-img image{ .item-img image{
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 14rpx;
} }
.item { .item {
width: 100%; width: 100%;
@ -295,9 +298,9 @@
height: 140px; height: 140px;
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
margin-top:20px; margin-top:12px;
align-items: center; align-items: center;
padding: 0px 5px; padding:10px;
} }
.item-detail { .item-detail {
@ -365,7 +368,7 @@
height: 32px !important; height: 32px !important;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 120rpx; width: 150rpx;
height: 60rpx; height: 60rpx;
background: #18A689; background: #18A689;
border-radius: 31rpx; border-radius: 31rpx;