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