Commit 5267a8967d9eebd1786224af121dc8c088afba27

Authored by yvan.ni
1 parent 97f76849

拼团的提交订单页,我的收藏的修改

pages/cart/cart2_pt/cart2_pt.wxml
... ... @@ -114,7 +114,7 @@
114 114 <view class="coupon-mes flex-vertical">
115 115 <view>留言</view>
116 116 <view class="leave-word">
117   - <textarea placeholder-class="fs28" placeholder='给商家留言,最多100字'bindinput="keyUpChangeNum" disabled="{{disabled}}" class="word-box" maxlength="100" name="user_note"></textarea>
  117 + <input placeholder-class="fs28" placeholder='给商家留言,最多100字'bindinput="keyUpChangeNum" disabled="{{disabled}}" class="word-box" maxlength="100" name="user_note"></input>
118 118  
119 119 </view>
120 120 </view>
... ...
pages/user/collect_list/collect_list.wxss
... ... @@ -185,8 +185,8 @@ page {
185 185 }
186 186  
187 187 .commodity .collects_max .collect .collect_image image {
188   - width: 100%;
189   - height: 100%;
  188 + width: 183rpx;
  189 + height: 183rpx;
190 190 }
191 191  
192 192 .commodity .collects_max .collect .attribute {
... ... @@ -198,7 +198,6 @@ page {
198 198 .commodity .collects_max .collect .attribute .attribute_name {
199 199 height: 68rpx;
200 200 align-items: center;
201   - width: 474rpx;
202 201 }
203 202  
204 203 .commodity .collects_max .collect .attribute .attribute_name .name {
... ...