-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
126 lines (120 loc) · 1.88 KB
/
Copy pathindex.css
File metadata and controls
126 lines (120 loc) · 1.88 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
120
121
122
123
124
125
126
body{
}
.nan-top{
width: 100%;
height: 600px;
overflow: hidden;
background: url(../image/1.jpg) no-repeat;
background-size: 1920px 1200px;
}
.nan-top span{
position: relative;
top: 285px;
right: -30%;
color: #fff;
font-size: 30px;
}
.nan-top ul{
float: right;
overflow: hidden;
margin-right: 60px;
position: relative;
z-index: 12;
}
.nan-top ul li{
width: 80PX;
height: 40px;
float: left;
margin-left: 20px;
line-height: 40px;
text-align: center;
}
a,h1{
color: #fff;
}
.nan-top ul li a{
display: block;
width: 100%;
height: 100%;
transition:background-color,color 10s;
}
.nan-top ul li a:hover{
color: red;
background-color: #333;
}
.nan-top h1{
float: left;
font-size: 36px;
margin: 80px 0 0 90px;
}
.nan-cent{
height: 600px;
margin: 0 auto;
width: 1200px;
position: relative;
overflow: hidden;
}
.nan-cent p{
margin-top:10px;
}
.nan-cent h1{
font-size: 60px;
margin-top:100px;
text-align: center;
width: 600px;
position: absolute;
}
.nan-cent img{
width: 600px;
height: 600px;
}
.nan-cent div{
width: 540px;
height: 540px;
background: #1CA883;
float: right;
text-align: center;
padding:30px 30px;
color: #fff;
}
.nan-cent div h3{
font-size: 30px;
margin-bottom: 40px;
}
.nan-cent-1{
overflow: hidden;
width: 1200px;
margin: 10px auto;
}
.nan-cent-1 ul li{
padding-top: 10px;
width: 398px;
float: left;
height: 400px;
}
.nan-cent-1 ul li h1{
text-align: center;
color: #1CA883;
font-size:50px;
}
.nan-cent-1 ul li p{
padding-left: 30px;
margin-top: 5px;
}
.nan-bottom{
height: 400px;
background:url(../image/2.jpg);
background-size: 100% 1080px;
}
.nan-bottom b{
position: relative;
top: 40px;
color: #fff;
font-size:44px;
padding-left: 66px;
}
.nan-bottom p{
color: #fff;
font-size: 34px;
padding: 100px;
}