-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
90 lines (81 loc) · 1.84 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
@font-face {
font-family: 'iconfont';
src: url('./iconfont/iconfont.eot');
src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
url('./iconfont/iconfont.woff2') format('woff2'),
url('./iconfont/iconfont.woff') format('woff'),
url('./iconfont/iconfont.ttf') format('truetype'),
url('./iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a{
text-decoration: none;
color: #000;
}
.main {
width: 1122px;
height: 507px;
background: url(./img/天津.jpg) no-repeat ;
background-size: 1176px 768px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border:1px solid rgba(112,112,112,1);
opacity:0.49;
border-radius:38px;
}
.nav {
width:960px;
height:45px;
background:rgba(219,223,220,1);
border:1px solid rgba(112,112,112,1);
opacity:0.48;
margin: 64px auto 0;
border-radius:38px;
position: relative;
}
.nav span{
font-size: 40px;
display: block;
}
.nav .home{
position: absolute;
left: 20px;
}
.nav .list{
position: absolute;
left: 77px;
}
.nav .search-box{
/* background-color: yellow; */
/* width: 200px; */
height: 40px;
position: absolute;
right: 20px;
font-size: 40px;
}
.search-box:hover > #searchInput {
width: 200px;
height: 45px;
border:1px solid rgba(112,112,112,1);
background:rgb(246, 248, 247);
border-radius:50px;
}
.nav #searchInput{
padding:0;
border: none;
/* border: 0;默认boder为1 */
width: 0px;
/* height: 45px; */
transition: width 2s;
}
.nav #search-btn{
font-size: 40px;
}