Commit fb7c48453046161ab003aa6bd79bb3eeaabd53c4
1 parent
225b7721
积分商城更多页样式优化
Showing
1 changed file
with
22 additions
and
0 deletions
src/pages/morePoints/morePoints.less
| ... | ... | @@ -10,6 +10,28 @@ |
| 10 | 10 | .column-list-box{ |
| 11 | 11 | margin-top:40px; |
| 12 | 12 | } |
| 13 | + .pl { | |
| 14 | + background-color: transparent; | |
| 15 | + width: 100%; | |
| 16 | + &.is-open-app { | |
| 17 | + height: 122px; | |
| 18 | + } | |
| 19 | + &.is-cnlive { | |
| 20 | + height: 93px; | |
| 21 | + } | |
| 22 | + } | |
| 23 | + .hide{ | |
| 24 | + display:none; | |
| 25 | + } | |
| 26 | + .call-app-box{ | |
| 27 | + position: fixed; | |
| 28 | + z-index:1; | |
| 29 | + } | |
| 30 | + .back-box{ | |
| 31 | + background-color: #FFF; | |
| 32 | + position:fixed; | |
| 33 | + z-index:1; | |
| 34 | + } | |
| 13 | 35 | // 暂无记录提示 |
| 14 | 36 | .no_gift_tip{ |
| 15 | 37 | width: 100%; | ... | ... |