Commit 685ea4fc211e38f4305b292df9212453ce6d410b

Authored by F5VT98DI7XY4X12\Administrator
1 parent 128fab16

商品详情,拼单列表,拼团参团

pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -2207,8 +2207,10 @@ padding:0 20rpx;
2207 2207 height:56rpx;
2208 2208 }
2209 2209 .xc-person-number{
2210   - width:122rpx;
  2210 + width:120rpx;
2211 2211 color: #999999;
  2212 + padding-left:8rpx;
  2213 + text-align: left
2212 2214 }
2213 2215  
2214 2216 .xc-miaosha-time{
... ...
pages/team/team_ping/team_ping.wxss
... ... @@ -123,10 +123,7 @@ height:222rpx;
123 123 .pd-list-image .xc-list .frame image{
124 124 width: 182rpx;
125 125 height: 182rpx;
126   -
127   - background-color: red;
128 126 margin-right:20rpx;
129   -
130 127 }
131 128  
132 129 .pd-img-wz1{
... ...
pages/team/team_show/team_show.wxml
... ... @@ -62,7 +62,7 @@
62 62 </view>
63 63 </view>
64 64 <view class='d' wx:for="{{sf_arr}}" >
65   - <image src='{{iurl}}/miniapp/images/shafa.png'></image>
  65 + <image src='{{iurl}}/miniapp/images/shafa.png' style='width:100%; height:100%'></image>
66 66 </view>
67 67 <view class='xc-ellipsis-img' wx:if="{{ordertx.length>5}}">
68 68 <image style='width:56rpx;height:56rpx;margin-left:10rpx;' src="{{imageurl}}/miniapp/images/xc_ellipsis.png"></image>
... ...