This commit is contained in:
kbing1981 2024-06-28 15:55:10 +08:00
parent 50756556dd
commit ebd20833b8
2 changed files with 16 additions and 12 deletions

View File

@ -1166,7 +1166,7 @@
background-color:rgba(4, 184, 119, 0.12); background-color:rgba(4, 184, 119, 0.12);
border-radius: 8rpx; border-radius: 8rpx;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 23rpx;
color: #0EBE80; color: #0EBE80;
margin-left: 10px; margin-left: 10px;
} }
@ -1174,7 +1174,7 @@
background-color:rgba(253, 197, 128, 0.2); background-color:rgba(253, 197, 128, 0.2);
border-radius: 8rpx; border-radius: 8rpx;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 23rpx;
color: #FFA12D; color: #FFA12D;
} }
.index-card-mian-biao{ .index-card-mian-biao{

View File

@ -36,7 +36,8 @@
<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></span>
<span>{{item.oldPrice}}</span> <span>{{item.oldPrice}}</span>
</view> </view>
<view class="item-view-bottom-btn"> <view class="item-view-bottom-btn">
@ -173,21 +174,25 @@
.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){
font-weight: bold; font-size: 28rpx;
font-size: 31rpx;
color: #848484; color: #848484;
text-decoration-line: line-through; text-decoration-line: line-through;
margin-left: 5px; 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){ .item-view-bottom-qian span:nth-child(1){
font-weight: 400; font-weight: 400;
font-size: 25rpx; font-size: 25rpx;
@ -199,7 +204,6 @@
color: #F95900; color: #F95900;
} }
.item-view-bottom-qian span:nth-child(3){ .item-view-bottom-qian span:nth-child(3){
font-weight: 400;
font-size: 25rpx; font-size: 25rpx;
color: #F95900; color: #F95900;
} }
@ -251,12 +255,12 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
font-weight: 400; font-weight: 400;
font-size: 21rpx; font-size: 25rpx;
margin-top: 5px; margin-top: 5px;
} }
.item-view-title{ .item-view-title{
font-weight: bold; font-weight: bold;
font-size: 33rpx; font-size: 32rpx;
color: #333333; color: #333333;
} }
.item-view{ .item-view{
@ -368,7 +372,7 @@
height: 32px !important; height: 32px !important;
} }
/deep/.uni-searchbar__box-icon-search,.search-btn{ /deep/.uni-searchbar__box-icon-search,.search-btn{
width: 101rpx; width: 150rpx;
height: 60rpx; height: 60rpx;
background: #18A689; background: #18A689;
border-radius: 31rpx; border-radius: 31rpx;