_order-ticket.css
1.64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.order-ticket-page {
font-size: 12px;
.order-ticket .title {
background-image: resolve(home/orders.png);
}
.ticket-info {
padding: 20px 10px;
.ticket-tag {
display: inline-block;
width: 72px;
height: 19px;
line-height: 19px;
text-align: center;
font-size: 12px;
color: #fff;
background: #000;
border-radius: 3px;
margin-right: 5px;
}
.order-num {
margin-left: 10px;
}
.return-to-orders {
float: right;
color: #468fa2;
}
}
.qr-codes {
width: 768px;
padding: 10px 0 10px 10px;
border: 1px solid #e7e7e7;
background: #fff;
margin: 0 auto;
li {
float: left;
width: 232px;
height: 290px;
margin: 10px;
border: 1px solid #e7e7e7;
word-break: break-all;
overflow: hidden;
text-align: center;
}
.qr {
width: 232px;
height: 220px;
}
.qr-info {
font-size: 14px;
line-height: 20px;
}
}
.tickets-tip {
width: 758px;
padding: 10px;
border: 1px solid #e7e7e7;
background: #fff;
margin: 20px auto;
p {
padding-left: 20px;
padding-bottom: 10px;
line-height: 20px;
background: resolve(home/qr-tip.png) no-repeat -27px 5px;
}
.warn {
background-position: 0 -23px;
}
}
}