Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

polysoft-nafmii / polysoft-h5

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • polysoft-h5
  • src
  • assets
  • css
  • tabsmixin.less
  • amateur's avatar
    添加自律规则模块 · bbaecd8e
    amateur committed Jun 08, 2021
    bbaecd8e Browse Files
tabsmixin.less 612 Bytes
RawBlameHistoryPermalink
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 30 31 32 33 34 35 36
@NavHeight: 42px;

/deep/.van-tabs {

    .van-tabs__wrap {
        height: @NavHeight;

        .van-tabs__nav {
            background    : transparent;
            padding-bottom: 0;

            .van-tab {
                font-size: 15px;
                color    : white;
            }

            .van-tab--active {
                font-size: 19px;
            }

            .van-tabs__line {
                background: white;
                bottom    : 2px;
            }
        }
    }

    .van-tabs__content {
        flex: 1;

        .van-tab__pane {
            height: 100%;
        }
    }

}