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
38
39
40
@import "../css3.less";
/* === Gray Knob Button ==*/
.mblDomButtonGrayKnob {
    position: relative;
    width: 29px;
    height: 29px;
}
.mblDomButtonGrayKnob > div { /* horiz line 1 */
    position: absolute;
    top: 6px;
    left: 2px;
    width: 23px;
    height: 3px;
    margin: 0px;
    font-size: 1px;
    background-color: #cecfce;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9c9e9c;
}
.mblDomButtonGrayKnob > div > div { /* horiz line 2 */
    position: absolute;
    top: 6px;
    width: 23px;
    height: 3px;
    background-color: #cecfce;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9c9e9c;
}
.mblDomButtonGrayKnob > div > div > div { /* horiz line 3 */
    position: absolute;
    top: 6px;
    width: 23px;
    height: 3px;
    background-color: #cecfce;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #9c9e9c;
}