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
@import "../css3.less";
/* === Plus Button ==*/
.mblDomButtonGrayPlus {
    position: relative;
    width: 29px;
    height: 29px;
}
.mblDomButtonGrayPlus > div { /* horiz line */
    position: absolute;
    top: 12px;
    left: 6px;
    width: 18px;
    height: 3px;
    margin: 0px;
    font-size: 1px;
    background-color: #848684;
    border-top: 1px solid #525152;
    border-radius: 2px;
}
.mblDomButtonGrayPlus > div > div { /* vert line */
    position: absolute;
    top: -8px;
    left: 7px;
    width: 3px;
    height: 17px;
    margin: 0px;
    font-size: 1px;
    background-color: #848684;
    border-top: 1px solid #525152;
    border-left: 1px solid #808080;
    border-radius: 2px;
}