-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
119 lines (98 loc) · 1.56 KB
/
styles.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
.container{
width: 960px;
margin: 0 auto;
}
header{
width: 960px;
margin: 0 auto;
}
.header_h1{
float: left;
}
.header_ul{
float: left;
list-style-type: none;
margin-top: 3em;
}
.header_ul li{
float: left;
margin-left: 3em;
}
.header_div{
float: right;
margin-top: 3em;
}
.section1{
width: 960px;
margin: 0 auto;
height: 700px;
position: relative;
font-size: 20px;
background: url(images/shadow.png) no-repeat left bottom;
}
.phone{
position: absolute;
top: 100px;
left: 160px;
}
.section1 div{
position: absolute;
top: 80px;
left: 560px;
}
.section1 h2{
font-size: 40px;
}
.section1 ul{
list-style-type: none;
padding-left: 0;
}
.price{
font-size: 24px;
}
button{
padding: 10px 40px;
border: 0;
border-radius: 100px;
color: #fff;
background: -webkit-linear-gradient(top, #fe8511 0%,#dc5608 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom, #fe8511 0%,#dc5608 100%); /* W3C */
}
.section3{
width: 960px;
margin: 1em auto;
}
.section3 h3, ul, .cover{
float: left;
}
.section3 h3{
font-size: 40px;
border: 3px #ccc double;
padding: 40px 15px;
width: 1em;
line-height: 1.3;
margin: 0;
margin-right: 16px;
}
.section3 ul{
padding: 0;
margin: 0;
margin-right: 40px;
list-style-type: none;
}
.section3 p{
clear: both;
text-align: center;
}
.section3 figure{
font-size: 13px;
text-align: center;
border: 1px solid #ccc;
padding: 8px 16px;
}
.section3 li figure{
border-top-width:0;
}
.section3 li:first-child figure{
border-top-width: 1px;
}