Commit 2ceea29c52973ca0afd6f963e4a1475f82ef2aa0
1 parent
662272fe
优化
Showing
2 changed files
with
14 additions
and
1 deletions
src/components/giftItem/giftItem.less
| ... | ... | @@ -134,6 +134,19 @@ |
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | } |
| 137 | + .active{ | |
| 138 | + .item{ | |
| 139 | + .img{ | |
| 140 | + width: 16px; | |
| 141 | + height: 16px; | |
| 142 | + background: url("/static/img/spot_active.png") no-repeat top; | |
| 143 | + background-size: 100%; | |
| 144 | + } | |
| 145 | + .line_box{ | |
| 146 | + | |
| 147 | + } | |
| 148 | + } | |
| 149 | + } | |
| 137 | 150 | } |
| 138 | 151 | .desc_box{ |
| 139 | 152 | display: flex; | ... | ... |