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
@import "../css3.less";
/* === Red Cross Button ==*/
.mblDomButtonRedCross {
    position: relative;
    width: 29px;
    height: 29px;
}
.mblDomButtonRedCross > div {
    position: absolute;
    top: 12px;
    left: 7px;
    width: 14px;
    height: 2px;
    margin: 0px;
    font-size: 1px;
    border: 1px solid #ad3213;
    background-color: #e54d1f;
    .transform(rotate(45deg));
    -moz-transform: rotate(45deg);
    border-radius: 2px;
}
.mblDomButtonRedCross > div > div {
    position: absolute;
    top: -7px;
    left: 5px;
    width: 2px;
    height: 14px;
    margin: 0px;
    font-size: 1px;
    border: 1px solid #ad3213;
    background-color: #e54d1f;
    border-radius: 2px;
}