Commit 2b86c6acba3417415e03eee3ccc05041f20d93ae
1 parent
1de5a454
优选库——优选,折扣专区列表,隐藏限购提醒~
Showing
2 changed files
with
4 additions
and
3 deletions
src/pages/discountList/discountList.less
| @@ -85,7 +85,8 @@ | @@ -85,7 +85,8 @@ | ||
| 85 | .bottom-pl { | 85 | .bottom-pl { |
| 86 | background-color: transparent; | 86 | background-color: transparent; |
| 87 | width: 100%; | 87 | width: 100%; |
| 88 | - height: 100px; | 88 | + // height: 100px; |
| 89 | + height: 1px; | ||
| 89 | } | 90 | } |
| 90 | .tips-box { | 91 | .tips-box { |
| 91 | position: fixed; | 92 | position: fixed; |
src/pages/discountList/discountList.vue
| @@ -64,12 +64,12 @@ | @@ -64,12 +64,12 @@ | ||
| 64 | <div class="bottom-pl"></div> | 64 | <div class="bottom-pl"></div> |
| 65 | 65 | ||
| 66 | <!-- 活动规则提示 --> | 66 | <!-- 活动规则提示 --> |
| 67 | - <div class="tips-box"> | 67 | + <!-- <div class="tips-box"> |
| 68 | <div class="tips"> | 68 | <div class="tips"> |
| 69 | <img src="static/img/icon_tips.png" class="tips-img" /> | 69 | <img src="static/img/icon_tips.png" class="tips-img" /> |
| 70 | <div class="text">本次活动每个商品每个用户限购一件</div> | 70 | <div class="text">本次活动每个商品每个用户限购一件</div> |
| 71 | </div> | 71 | </div> |
| 72 | - </div> | 72 | + </div> --> |
| 73 | </div> | 73 | </div> |
| 74 | 74 | ||
| 75 | <!-- 回到顶部按钮 --> | 75 | <!-- 回到顶部按钮 --> |