_home-header.css
1.35 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
.home-header {
height: 90px;
line-height: 90px;
background-image: linear-gradient(#323232, #414141);
position: relative;
.iconfont {
color: #fff;
}
.nav-btn {
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: 2;
padding: 0 32px;
}
.logo {
display: block;
margin: 0 auto;
width: 208px;
height: 87px;
background: resolve("channel/yohologo02.png") no-repeat center center;
background-size: 100%;
&.animate {
background: resolve("channel/yohologo01.png") no-repeat center center;
background-size: 100%;
}
}
.search-btn {
position: absolute;
right: 0;
top: 0;
width: 90px;
height: 90px;
text-align: center;
a {
display: block;
color: #fff;
font-size: 20PX;
line-height: 90px;
}
}
.iconfont.highlight {
background: rgba(200, 200, 200, 0.4);
}
}
.girls-wrap .home-header {
background: #ff88ae;
}
.kids-wrap .home-header {
background: #7ad9f9;
}
.lifestyle-wrap .home-header {
background: #4f4138;
}
.kids-wrap .logo {
font-style: italic;
font-family: "helvetica", "Arial", "榛戜綋";
font-weight: bold;
color: #fff;
}