freightDec.css
502 Bytes
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
.m-tips {
margin-top: 0;
opacity: 1;
}
.freight .text {
text-align: right;
}
.btn-area {
padding: 10px;
}
.btn-area .m-btn {
width: 100%;
}
.warmtips {
padding-left: 10px;
background-color: #fff;
}
.warmtips .m-table-view {
margin-top: 0;
}
.warmtips li.cell {
padding-right: 10px;
}
.stp {
margin-top: 10px;
}
.sbm {
margin-bottom: 10px;
}
.freight-word {
font-size: 13px !important;
}
.m-table-view .cell {
padding: 0 10px;
}
.m-table-view .acc-icon .acc {
right: 10px;
}