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