nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
37
@import "variables.less";
@import "../common/TabBar.less";
@import "../common/domButtons/DomButtonWhiteCross.css";
 
.mblTabBar {
    border: none;
    background-image: none;
 
    .mblTabBarButton {
        text-shadow: none;
        background-image: none;
        border: none;
        font-family: @win-font-family;
    }
}
 
.mblTabBarSegmentedControl {
    min-width: 480px;
    padding: 0px !important;
 
    .mblTabBarButton {
        color: @win-disabled-color;
        border: none;
        font-size: @win-font-size-extra-large;
        font-weight: 400;
        width: auto;
        margin: 0 8px 0 0;
        height: auto;
        line-height: normal;
        display: inline;
        float: left;
    }
 
    .mblTabBarButtonSelected {
        color: @win-foreground-color;
    }
}