Commit fb7c48453046161ab003aa6bd79bb3eeaabd53c4

Authored by zhiyangdu
1 parent 225b7721

积分商城更多页样式优化

src/pages/morePoints/morePoints.less
@@ -10,6 +10,28 @@ @@ -10,6 +10,28 @@
10 .column-list-box{ 10 .column-list-box{
11 margin-top:40px; 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 .no_gift_tip{ 36 .no_gift_tip{
15 width: 100%; 37 width: 100%;