Commit 685ea4fc211e38f4305b292df9212453ce6d410b
1 parent
128fab16
商品详情,拼单列表,拼团参团
Showing
3 changed files
with
4 additions
and
5 deletions
pages/goods/goodsInfo/goodsInfo.wxss
@@ -2207,8 +2207,10 @@ padding:0 20rpx; | @@ -2207,8 +2207,10 @@ padding:0 20rpx; | ||
2207 | height:56rpx; | 2207 | height:56rpx; |
2208 | } | 2208 | } |
2209 | .xc-person-number{ | 2209 | .xc-person-number{ |
2210 | - width:122rpx; | 2210 | + width:120rpx; |
2211 | color: #999999; | 2211 | color: #999999; |
2212 | + padding-left:8rpx; | ||
2213 | + text-align: left | ||
2212 | } | 2214 | } |
2213 | 2215 | ||
2214 | .xc-miaosha-time{ | 2216 | .xc-miaosha-time{ |
pages/team/team_ping/team_ping.wxss
@@ -123,10 +123,7 @@ height:222rpx; | @@ -123,10 +123,7 @@ height:222rpx; | ||
123 | .pd-list-image .xc-list .frame image{ | 123 | .pd-list-image .xc-list .frame image{ |
124 | width: 182rpx; | 124 | width: 182rpx; |
125 | height: 182rpx; | 125 | height: 182rpx; |
126 | - | ||
127 | - background-color: red; | ||
128 | margin-right:20rpx; | 126 | margin-right:20rpx; |
129 | - | ||
130 | } | 127 | } |
131 | 128 | ||
132 | .pd-img-wz1{ | 129 | .pd-img-wz1{ |
pages/team/team_show/team_show.wxml
@@ -62,7 +62,7 @@ | @@ -62,7 +62,7 @@ | ||
62 | </view> | 62 | </view> |
63 | </view> | 63 | </view> |
64 | <view class='d' wx:for="{{sf_arr}}" > | 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 | </view> | 66 | </view> |
67 | <view class='xc-ellipsis-img' wx:if="{{ordertx.length>5}}"> | 67 | <view class='xc-ellipsis-img' wx:if="{{ordertx.length>5}}"> |
68 | <image style='width:56rpx;height:56rpx;margin-left:10rpx;' src="{{imageurl}}/miniapp/images/xc_ellipsis.png"></image> | 68 | <image style='width:56rpx;height:56rpx;margin-left:10rpx;' src="{{imageurl}}/miniapp/images/xc_ellipsis.png"></image> |