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
  • 领头雁项目样式优化,分享传isBack到扩展参数到原生
    fa72de96
    zhiyangdu authored
    2020-11-30 14:45:16 +0800  
    Browse Code »
mall.less 441 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
@charset "UTF-8";

.mall-box {
    overflow: hidden;
    /deep/ .van-pull-refresh {
        .van-pull-refresh__track {
            .van-pull-refresh__head {
                font-size: 30px;
            }
        }
    }
    .back-box{
        height:90px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #ffffff;
        z-index:1000
    }
    .back-box—lh{
      width: 100%;
      height:90px;
    }
}