-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
133 lines (113 loc) · 1.94 KB
/
index.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
body {
line-height: 1.6;
font-family: -apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
color: #222;
font-size: 14px;
-webkit-font-smoothing: antialiased;
margin: 0;
}
* {
margin: 0;
}
.header {
text-align: center;
color: #fff;
position: relative;
}
.cover {
width: 100%;
}
.header .desc {
font-size: 18px;
}
.info {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
margin-top: -92px;
}
.header h1 {
margin-top: 0;
margin-bottom: 8px;
font-size: 40px;
}
.title {
text-align: center;
padding: 100px 0;
}
.title h2{
position: relative;
display: inline-block;
}
.list {
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: -100px;
box-sizing: border-box;
}
.list .box {
width: 360px;
padding-bottom: 100px;
}
.list img {
width: 100%;
}
.list .name {
font-size: 16px;
margin-top: 8px;
}
.list .desc {
color: #888;
}
.qrcode {
width: 200px;
margin-bottom: 8px;
}
.find-me {
text-align: center;
background: #222;
padding: 100px 16px;
color: #ccc;
margin-top: 100px;
}
.btn {
display: inline-block;
background: #FFE339;
color: #333;
text-decoration: none;
padding: 2px 4px;
border-radius: 2px;
margin-top: 8px;
}
.btn-large {
border-radius: 8px;
height: 60px;
width: 180px;
margin-top: 40px;
font-size: 18px;
line-height: 60px;
}
.btn-disabled {
background: #e8e8e8;
color: #8e8e8e;
}
h2.dz::after {
content: '可定制';
background: #07c160;
color: #fff;
position: absolute;
top: -20px;
right: -60px;
font-size: 14px;
padding: 2px 6px;
border-radius: 4px;
font-weight: 400;
}
.list button {
margin-top: 8px;
}