Commit 5f0d17b93357e98ad7d95378cf6eb27714cab75c

Authored by zhiyangdu
1 parent 25c7d599

样式优化

src/components/giftGivingItem/giftGivingItem.less
@@ -208,17 +208,17 @@ @@ -208,17 +208,17 @@
208 } 208 }
209 } 209 }
210 } 210 }
211 - .text_tip {  
212 - // height: 40px;  
213 - font-size: 28px;  
214 - font-weight: 400;  
215 - color: rgba(180, 180, 180, 1);  
216 - line-height: 40px;  
217 - margin-top: 30px;  
218 - num {  
219 - color: #666666;  
220 - }  
221 - } 211 + // .text_tip {
  212 + // // height: 40px;
  213 + // font-size: 28px;
  214 + // font-weight: 400;
  215 + // color: rgba(180, 180, 180, 1);
  216 + // line-height: 40px;
  217 + // margin-top: 30px;
  218 + // num {
  219 + // color: #666666;
  220 + // }
  221 + // }
222 .btn_list { 222 .btn_list {
223 padding-top: 30px; 223 padding-top: 30px;
224 border-top: solid 1px #f7f7f8; 224 border-top: solid 1px #f7f7f8;
src/components/giftGivingItem/giftGivingItem.vue
@@ -112,11 +112,11 @@ @@ -112,11 +112,11 @@
112 <!-- 展开和折叠按钮 --> 112 <!-- 展开和折叠按钮 -->
113 <div class="fold_box" @click.stop="onLoginMore(item)"> 113 <div class="fold_box" @click.stop="onLoginMore(item)">
114 <div class="fold"> 114 <div class="fold">
115 - 共五件 <div :class="[item.triangle?'triangle_top':'triangle_bottom']"> </div> 115 + 共5种商品 <div :class="[item.triangle?'triangle_top':'triangle_bottom']"> </div>
116 </div> 116 </div>
117 </div> 117 </div>
118 <!-- 显示文字 --> 118 <!-- 显示文字 -->
119 - <div v-show="item.status != 3" class="text_tip"> 119 + <!-- <div v-show="item.status != 3" class="text_tip">
120 <span v-show="item && item.total_num && item.status ==1" 120 <span v-show="item && item.total_num && item.status ==1"
121 >可分享<span>{{ item.total_num }}</span 121 >可分享<span>{{ item.total_num }}</span
122 >人<span v-show="item && item.give_num || item.no_address_num|| item.refund_num">,</span></span 122 >人<span v-show="item && item.give_num || item.no_address_num|| item.refund_num">,</span></span
@@ -132,7 +132,7 @@ @@ -132,7 +132,7 @@
132 ><span>{{ item.refund_num }}</span 132 ><span>{{ item.refund_num }}</span
133 >人退款中</span 133 >人退款中</span
134 > 134 >
135 - </div> 135 + </div> -->
136 <!-- 按钮 --> 136 <!-- 按钮 -->
137 <div v-show="item.status != 3" class="btn_list"> 137 <div v-show="item.status != 3" class="btn_list">
138 <div v-show="item.status == 0" class="box"> 138 <div v-show="item.status == 0" class="box">
src/components/receivingGiftsItem/receivingGiftsItem.vue
@@ -131,7 +131,7 @@ @@ -131,7 +131,7 @@
131 <!-- 展开和折叠按钮 --> 131 <!-- 展开和折叠按钮 -->
132 <div class="fold_box" @click.stop="onLoginMore(item)"> 132 <div class="fold_box" @click.stop="onLoginMore(item)">
133 <div class="fold"> 133 <div class="fold">
134 - 共五件 134 + 共5种商品
135 <div 135 <div
136 :class="[ 136 :class="[
137 item.triangle ? 'triangle_top' : 'triangle_bottom' 137 item.triangle ? 'triangle_top' : 'triangle_bottom'