This commit is contained in:
kbing1981 2024-07-12 09:09:37 +08:00
parent ae3e5a6f64
commit a4b7dc7e1f
1 changed files with 5 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<view class="item-view">
<view class="view-cata">
<view class="item-view-title">{{item.title}}门店名称</view>
<span class="xiaoer item-view-biao">{{item.classifyName}}</span>
<span class="xiaoer">{{item.classifyName}}</span>
</view>
<view class="item-view-bottom-qian">
@ -289,7 +289,6 @@
text-overflow: ellipsis;
}
.item-view-biao{
padding: 1px 5px;
border-radius: 15rpx 3rpx 15rpx 3rpx;
}
.tuina{
@ -299,6 +298,9 @@
.xiaoer{
background-color:#f1f8d7;
color: #58b314;
font-size: 22rpx;
padding: 3rpx 3rpx;
border-radius: 15rpx 15rpx 2rpx 2rpx;
}
.taishi{
background-color:#e5d5c6;
@ -326,7 +328,7 @@
align-items: flex-end;
}
.item-view-title{
width: 76%;
width: 75%;
font-weight: bold;
font-size: 32rpx;
color: #333333;