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

Loading…
Cancel
Save