style.css
1.96 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
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
@import "_common.css";
.header {
margin-left: auto;
margin-right: auto;
width: 990px;
height: 380px;
background: url("../img/header.jpg") no-repeat;
}
.coupon {
margin: 0 auto 30px;
width: 990px;
height: 243px;
background: url("../img/coupon.jpg") no-repeat;
}
.go {
display: block;
margin: 30px auto;
width: 560px;
height: 80px;
font-size: 29px;
line-height: 80px;
color: #fff;
background: #74adb4;
text-align: center;
&:after {
content: '';
display: block;
width: 100%;
height: 10px;
background: #549da4;
}
}
.arrow {
display: inline-block;
width: 11px;
height: 20px;
background: url("../img/arrow.png");
}
.share {
margin: 30px auto;
width: 911px;
height: 277px;
background: url("../img/share.jpg");
background-color: #ececec;
background-repeat: no-repeat;
}
.banner {
display: block;
margin: 30px auto;
width: 900px;
height: 360px;
background: #fff;
img {
width: 100%;
height: 100%;
}
}
.footer {
margin: 30px auto;
width: 199px;
height: 37px;
background: url("../img/yoho.png");
}
.tip {
position: fixed;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -150px;
width: 400px;
background: #fff;
text-align: center;
line-height: 1.25;
&:before {
content: '';
display: block;
width: 100%;
height: 40px;
background: #000;
}
.title {
margin: 20px auto;
font-size: 30px;
font-weight: bold;
}
.sub-title {
font-size: 20px;
}
.desc {
font-size: 18px;
color: #444;
}
.button {
display: block;
margin: 30px auto;
width: 200px;
height: 50px;
font-size: 22px;
line-height: 56px;
text-align: center;
color: #fff;
background: #000;
}
}