-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0804.css
61 lines (49 loc) · 865 Bytes
/
0804.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
.header {
background-size: cover;
background-position: center;
background-image: url(../asset/img/header_desktop.png);
background-repeat: no-repeat;
}
.header .banner {
min-height: 420px;
}
.header .menu-bg {
min-height: 58px;
background: #ff0000;
position: relative;
}
.header .menu {
top: 0;
}
.header .menu ul a {
display: block;
}
.header .menu ul li {
color: #fff;
}
.header .menu ul li a:hover {
font-weight: bolder;
}
.header .banner-title {
max-width: 460px;
background-color: #ff0000;
color: #fff;
}
.header .main-menu {
background-color: #ff0000;
overflow: hidden;
}
.header .main-menu a:hover {
background-color: #ff0000;
}
.header .hamburger-menu {
display: block;
float: right;
}
.header .menu-show {
max-height: 165px;
}
.header .block-md {
display: block;
}
/*# sourceMappingURL=0804.css.map */