order_setting.less
992 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
39
40
41
42
43
44
45
46
47
@import "addr_section";
.orderSettingPage {
background-color: #f8f8f8;
.times {
padding: 15px 10px 5px;
}
.form-section {
padding-bottom: 80px;
}
.address-section {
padding-bottom: 80px;
.current {
margin-top: 10px;
font-size: 15px;
padding: 0 10px;
text-align: center;
color: #333;
line-height: 45px;
background-color: #EEE;
}
.m-table-view {
margin-top: 0;
}
}
.item-type-section {
padding-bottom: 80px;
.m-table-view {
.cell-radio {
background-color: #FFF;
margin-bottom: 0;
}
}
}
.m-circle{
font-size: 0;
width: 31px;
height: 31px;
margin: 0 8px 0 5px;
canvas{
width: 100%;
height: 100%;
}
}
.mr40 {
margin-right: 40px;
}
}