order_confirm.less
1.38 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@import "m/var";
.orderConfirm {
background-color: #F5F5F5;
.m-header {
background-color: #6c2;
color: #FFF;
}
.pay-title {
color: #000;
}
.shop-name {
color: #6c2;
}
.m-input {
display: block;
margin: 0 auto;
width: 100%;
height: auto;
min-height: 30px;
box-sizing: border-box;
background-color: #eee;
border-radius: 2px;
padding: 4px 8px;
}
.m-table-view {
.cell-right-detail {
padding: 0;
a, label {
display: block;
padding: 11px 15px;
}
}
.cell-extend {
padding: 0;
label {
display: block;
padding: 11px 45px 11px 110px;
}
}
}
.subtotal {
color: #FA4535;
font-size: 14px;
font-weight: 700;
}
.m-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, .9);
padding: 12px;
border-top: 1px solid #ddd;
.total {
float: left;
line-height: 45px;
font-size: 16px;
color: #FA4535;
text-align: left;
}
.btn-success {
float: right;
min-width: 150px;
}
}
}