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
@import "../css3.less";
/* === WhiteUpArrow16 ==*/
.mblDomButtonWhiteUpArrow16 {
    position: relative;
    width: 16px;
    height: 16px;
}
.mblDomButtonWhiteUpArrow16 > div {
    position: absolute;
    left: 0px;
    clip: rect(0px 16px 12px 0px);
}
.mblDomButtonWhiteUpArrow16 > div > div {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 10px;
    height: 10px;
    margin: 0px;
    font-size: 1px;
    background-color: white;
    .transform(scaleX(0.5) rotate(45deg));
}