Browse Source

修改数据店铺样式

master
liaoxinyu 2 years ago
parent
commit
db2f99e1e5
  1. 37
      pages/goods/list.vue

37
pages/goods/list.vue

@ -24,16 +24,16 @@
<view class="goods-item_right">
<!-- 名称 -->
<view class="goods-name">
<text class="twoline-hide">{{ userList.name }}</text>
<view class="twoline-hide">{{ userList.name }}</view>
</view>
<view class="goods-auth-type" v-if="userList.name">
<view class="twoline-hide">
<view class="twoline-hide goods-auth-box">
<image class="twoline-hide-image" src="../../static/tabbar/shopping-type.png" mode="widthFix" />
<text>{{ userList.authType }}</text>
<view class="goods-auth-text">{{ userList.authType }}</view>
</view>
</view>
<view class="goods-auth-num" v-if="total != ''">
<text class="twoline-hide">标的数量{{ total }}</text>
<view class="twoline-hide">标的数量{{ total }}</view>
</view>
</view>
</view>
@ -372,27 +372,36 @@
}
.goods-auth-type {
float: left;
// float: left;
margin-top: 0rpx;
font-size: 26rpx;
color: #fbb154;
font-weight: bold;
image {
float: left;
// float: left;
width: 40rpx;
}
text {
float: left;
margin-top: -3rpx;
margin-left: 20rpx;
}
// text {
// // float: left;
// margin-top: -3rpx;
// margin-left: 20rpx;
// }
.goods-auth-box{
display: flex;
.goods-auth-text{
margin-top: -3rpx;
margin-left: 10rpx;
}
}
}
.goods-auth-num {
float: left;
margin-left: -135rpx;
margin-top: 70rpx;
// float: left;
// margin-left: -135rpx;
margin-top: 35rpx;
font-size: 24rpx;
color: #d7d7d7;
}

Loading…
Cancel
Save