red.xml
1.24 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
<?xml version="1.0" encoding="UTF-8"?>
<conf>
<id>red</id>
<!--id与文件名需保持一至-->
<title>红色</title>
<!--书写时请保证每行以下分号结尾-->
<css>
.navbar {
width: 100%;
height: 40px;
}
.navbar-content {
width: 100%;
height: 40px;
line-height: 40px;
background-color: #b40729;
}
.navbar .menu-list {
float: left;
width: 85%;
height: 100%;
}
.navbar .menu-extend {
float: right;
width: 15%;
height: 100%;
background: url("/homepage/mobile/img/menu-extend.png") 50% 50% no-repeat;
}
.navbar-ul {
margin: 0px;
padding: 0px;
list-style: none;
white-space: nowrap;
}
.navbar-ul > li {
display: inline-block;
padding: 0px 16px;
text-align: center;
font-weight: normal !important;
font-style: normal !important;
font-size: 14px !important;
color: #ffffff !important;
opacity: 0.8;
}
.navbar-ul > li.active {
font-weight: normal !important;
font-style: normal !important;
color: #ffffff !important;
font-size:16px !important;
opacity: 1;
}
</css>
<desc/>
</conf>