Commit feb4fc70d7f792a17cd5083c32d981fe7b4bf2cc
1 parent
630ab8ec
收礼列表样式优化
Showing
3 changed files
with
25 additions
and
2 deletions
src/components/receivingGiftsItem/receivingGiftsItem.less
| ... | ... | @@ -93,6 +93,26 @@ |
| 93 | 93 | } |
| 94 | 94 | } |
| 95 | 95 | } |
| 96 | + .statu_list { | |
| 97 | + width: auto; | |
| 98 | + height: auto; | |
| 99 | + margin-top: 20px; | |
| 100 | + display: flex; | |
| 101 | + flex-wrap:wrap; | |
| 102 | + align-content: flex-start; | |
| 103 | + .btn { | |
| 104 | + min-width: 78px; | |
| 105 | + height: 52px; | |
| 106 | + color: #999999; | |
| 107 | + background-color: #f9f9f9; | |
| 108 | + border-radius: 8px; | |
| 109 | + padding: 0 20px; | |
| 110 | + font-size: 26px; | |
| 111 | + line-height: 52px; | |
| 112 | + text-align: center; | |
| 113 | + margin: 10px; | |
| 114 | + } | |
| 115 | + } | |
| 96 | 116 | .item_info { |
| 97 | 117 | display: flex; |
| 98 | 118 | margin-top: 30px; |
| ... | ... | @@ -177,7 +197,7 @@ |
| 177 | 197 | text-align: center; |
| 178 | 198 | display: flex; |
| 179 | 199 | justify-content: center; |
| 180 | - .fold{ | |
| 200 | + .fold { | |
| 181 | 201 | display: flex; |
| 182 | 202 | .triangle_top { |
| 183 | 203 | width: 0px; | ... | ... |
src/components/receivingGiftsItem/receivingGiftsItem.vue