Commit 5f0d17b93357e98ad7d95378cf6eb27714cab75c

Authored by zhiyangdu
1 parent 25c7d599

样式优化

src/components/giftGivingItem/giftGivingItem.less
... ... @@ -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 222 .btn_list {
223 223 padding-top: 30px;
224 224 border-top: solid 1px #f7f7f8;
... ...
src/components/giftGivingItem/giftGivingItem.vue
... ... @@ -112,11 +112,11 @@
112 112 <!-- 展开和折叠按钮 -->
113 113 <div class="fold_box" @click.stop="onLoginMore(item)">
114 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 116 </div>
117 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 120 <span v-show="item && item.total_num && item.status ==1"
121 121 >可分享<span>{{ item.total_num }}</span
122 122 >人<span v-show="item && item.give_num || item.no_address_num|| item.refund_num">,</span></span
... ... @@ -132,7 +132,7 @@
132 132 ><span>{{ item.refund_num }}</span
133 133 >人退款中</span
134 134 >
135   - </div>
  135 + </div> -->
136 136 <!-- 按钮 -->
137 137 <div v-show="item.status != 3" class="btn_list">
138 138 <div v-show="item.status == 0" class="box">
... ...
src/components/receivingGiftsItem/receivingGiftsItem.vue
... ... @@ -131,7 +131,7 @@
131 131 <!-- 展开和折叠按钮 -->
132 132 <div class="fold_box" @click.stop="onLoginMore(item)">
133 133 <div class="fold">
134   - 共五件
  134 + 共5种商品
135 135 <div
136 136 :class="[
137 137 item.triangle ? 'triangle_top' : 'triangle_bottom'
... ...