forked from 1izheng/xpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.css
executable file
·95 lines (80 loc) · 1.39 KB
/
start.css
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
body, html {
font-family: Microsoft YaHei, SimSun, sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #fff;
}
h3, p {
margin: 0;
}
.header {
text-align: center;
padding: .5rem;
background-color: #ececec;
}
.order {
padding: 1.25rem 0;
text-align: center;
}
.order .no {
display: flex;
justify-content: center;
align-items: center;
font-size: 1rem;
}
.order .no label {
font-size: .875rem;
}
.order .warn {
color: #00aaee;
}
.order .countdown {
margin: 1rem 0 1.5rem;
font-size: 1.2rem;
font-weight: bold;
color: red;
}
.order h3 {
color: #ff4a07;
font-size: 2.6rem;
margin: .6rem 0 .2rem;
}
.order h3 small {
color: #333;
font-size: 1rem;
}
.order button {
color: #fff;
background-image: linear-gradient(-90deg, #0af, #0085ff);
border: none;
width: 90%;
line-height: 2.8rem;
border-radius: .25rem;
font-size: 1.25rem;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
margin-top: 1.2rem;
box-shadow: 0 1px 15px #0af;
}
.order button:active {
opacity: 0.8;
}
.qrcode {
text-align: center;
background-color: #ececec;
padding: 2rem 0;
}
.qrcode img {
margin: 0 auto;
width: 60%;
}
.tips {
color: red;
text-align: center;
padding: .5rem;
font-size: .875rem;
}
.tips p {
font-weight: bold;
}