Sign in

w-front-end / select_good · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • select_good
  • src
  • pages
  • mall
  • mall.less
  • 领头雁首页头部增加返回组件泡沫填充
    370bf49c
    zhiyangdu authored
    2021-06-16 13:56:20 +0800  
    Browse Code »
mall.less 534 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
@charset "UTF-8";

.mall-box {
    overflow: hidden;
    /deep/ .van-pull-refresh {
        .van-pull-refresh__track {
            .van-pull-refresh__head {
                font-size: 30px;
            }
        }
    }
    .back-box{
        position: fixed;
        left: 0;
        top: 0;
        background-color: #ffffff;
        z-index:1000
    }
    .pl {
      background-color: transparent;
      width: 100%;
      &.is-open-app {
          height: 144px;
      }
      &.is-cnlive {
          height: 123px;
      }
  }
}