Commit 371a543a598f9eb912c4127cbe5e7dcc26f15089
1 parent
ec533f50
init
Showing
3 changed files
with
22 additions
and
22 deletions
src/components/receivingGiftsItem/receivingGiftsItem.less
| ... | ... | @@ -70,26 +70,26 @@ |
| 70 | 70 | margin-left: 30px; |
| 71 | 71 | } |
| 72 | 72 | } |
| 73 | - .statu_list { | |
| 74 | - width: auto; | |
| 75 | - height: auto; | |
| 76 | - margin-top: 20px; | |
| 77 | - display: flex; | |
| 78 | - flex-wrap:wrap; | |
| 79 | - align-content: flex-start; | |
| 80 | - .btn { | |
| 81 | - min-width: 78px; | |
| 82 | - height: 52px; | |
| 83 | - color: #999999; | |
| 84 | - background-color: #f9f9f9; | |
| 85 | - border-radius: 8px; | |
| 86 | - padding: 0 20px; | |
| 87 | - font-size: 26px; | |
| 88 | - line-height: 52px; | |
| 89 | - text-align: center; | |
| 90 | - margin: 10px; | |
| 91 | - } | |
| 92 | - } | |
| 73 | + // .statu_list { | |
| 74 | + // width: auto; | |
| 75 | + // height: auto; | |
| 76 | + // margin-top: 20px; | |
| 77 | + // display: flex; | |
| 78 | + // flex-wrap:wrap; | |
| 79 | + // align-content: flex-start; | |
| 80 | + // .btn { | |
| 81 | + // min-width: 78px; | |
| 82 | + // height: 52px; | |
| 83 | + // color: #999999; | |
| 84 | + // background-color: #f9f9f9; | |
| 85 | + // border-radius: 8px; | |
| 86 | + // padding: 0 20px; | |
| 87 | + // font-size: 26px; | |
| 88 | + // line-height: 52px; | |
| 89 | + // text-align: center; | |
| 90 | + // margin: 10px; | |
| 91 | + // } | |
| 92 | + // } | |
| 93 | 93 | .item_info { |
| 94 | 94 | display: flex; |
| 95 | 95 | margin-top: 30px; | ... | ... |
src/components/receivingGiftsItem/receivingGiftsItem.vue
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | <div class="gift_active"></div> |
| 28 | 28 | </div> |
| 29 | 29 | <!-- 订单状态集合 --> |
| 30 | - <div class="statu_list"><div class="btn">可分享</div></div> | |
| 30 | + <!-- <div class="statu_list"><div class="btn">可分享</div></div> --> | |
| 31 | 31 | <!-- 店铺信息 --> |
| 32 | 32 | <div class="shop_info"> |
| 33 | 33 | <img | ... | ... |
src/pages/myGiftBox/myGiftBox.vue