-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.css
126 lines (116 loc) · 1.67 KB
/
index2.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
body {
background-color: #f0f0f0;
font-size: 14px;
font-family: sans-serif;
color: #333;
MARGIN: 0 auto;
}
H1, H2, H3, H4, H5, H6, P {
padding: 10PX 37px;
margin: 0;
}
header {
background-color: white;
height: 700px;
width: 1400px;
margin: 0 auto;
}
.icon {
background-color: red;
height: 70px;
width: 1400px;
top: 10px;
font-family: fantasy;
margin: 0 auto;
opacity: 0.8;
position: absolute;
}
.name {
font-family: cursive;
font-size: 24px;
font-weight: bold;
}
ul {
margin-top: 10px;
list-style: none;
float: left;
font-size: 18px;
overflow: visible;
}
ul li {
margin: 0;
line-height: 10%;
padding-right: 90px;
float: left;
}
/*.picture {*/
/* height: 600px;*/
/* width: 1050px;*/
/* top: 0;*/
/* margin: 0 auto;*/
/* position: relative;*/
/*}*/
.slider {
margin: 0 auto;
top: 0px;
left: 0px;
height: 700px;
width: 1400px;
position: relative;
}
.slider img {
height: 700px;
width: 1400px;
margin: 0 auto;
top: 0px;
position: relative;
}
.bxslider {
position: relative;
margin: 0 auto;
top: 0px;
left: 0px;
height: 700px;
width: 1400px;
}
.clearfix:after {
content: "";
clear: both;
display: block;
}
.contents {
background-color: white;
width: 1400px;
margin: 0 auto;
}
.left_content {
float: left;
height: 400px;
width: 800px;
background-color: white;
margin: 0 auto;
}
.left_content h6 {
font-size: 18px;
padding-top: 30px;
line-height: 120%;
}
.right_content {
float: left;
height: 400px;
width: 500px;
background-color: white;
margin: 0 auto;
}
td {
margin: 0;
padding-left: 20px;
line-height: 30px;
}
footer {
background-color: white;
height: 50px;
width: 1400px;
text-align: right;
margin: 0 auto;
}