shipping_detail.less
548 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
.shippingDetailPage{
padding-bottom: 70px;
.cell-extend {
.title {
width: 75px;
.m-icon{
margin-left: 3px;
}
}
.text {
margin-left: 75px;
.m-icon {
margin: 12px 10px 0 0;
}
}
.m-table-view{
margin-left: 75px;
}
}
.m-footer{
.m-btn{
min-width: 93px;
}
}
}
.m-tips {
opacity: 1;
margin-top: 0;
}
.htip {
letter-spacing: 5px;
font-size: 20px !important;
color: #666 !important;
}
.ptip {
margin-bottom: 10px;
}