This commit is contained in:
weipengfei 2024-03-20 17:00:28 +08:00
parent 561f525dd1
commit 149de63487
2 changed files with 8 additions and 0 deletions
pages
goods_details
store/home

@ -119,6 +119,10 @@
<view class='iconfont icon-jiantou'></view>
</view>
</view>
<view class='wrapper' v-if="storeInfo.store_info" style="padding: 28rpx;">
<view style="padding-bottom: 20rpx;">基础信息</view>
<view style="white-space: pre-wrap;padding: 16rpx;color: #666666;font-size: 26rpx;background-color: #f8f8f8;border-radius: 14rpx;">{{storeInfo.store_info}}</view>
</view>
<view class='attribute acea-row row-between-wrapper skeleton-rect' @click="selecAttr">
<view class="acea-row row-between-wrapper">{{attrTxt}}
<text class='atterTxt'>{{attrValue}}</text>

@ -1686,12 +1686,15 @@
.tag {
margin-bottom: 10rpx;
display: flex;
flex-wrap: wrap;
.tag-item {
padding: 2rpx 6rpx;
border-radius: 6rpx;
border: 1rpx solid #40AE36;
font-size: 18rpx;
margin-right: 7rpx;
color: #40AE36;
}
}
@ -1711,6 +1714,7 @@
text-overflow: ellipsis;
-webkit-line-clamp: 3;
/* 控制显示的行数 */
white-space: pre-wrap;
.brand {
&::after {