nohead.xml 1.93 KB
<?xml version="1.0" encoding="UTF-8"?>
<conf>
<id>nohead</id>
<!--id与文件名需保持一至-->
<title>隐藏标题</title>
<!--书写时请保证每行以下分号结尾-->
<css>
.header {&#13;
	width:100%;&#13;
	height:40px;&#13;
	line-height:40px;&#13;
	background-color:#ecf0f3;&#13;
}&#13;
.header .title {&#13;
	margin-left:10px;&#13;
	font-size:14px;&#13;
	font-style:normal;&#13;
	font-weight:normal;&#13;
	color:#333333;&#13;
}&#13;
.tab {&#13;
}&#13;
.tab-ul {&#13;
     height: 40px;&#13;
     line-height: 40px;&#13;
	margin:0;&#13;
	padding:0;&#13;
	list-style:none;&#13;
	white-space:nowrap;&#13;
	border-bottom:1px solid #eeeeee;&#13;
}&#13;
.tab-ul li {&#13;
	display:inline-block;&#13;
	padding:0 10px;&#13;
	margin:0 6px;&#13;
	font-size:14px !important;&#13;
	font-style:normal !important;&#13;
	font-weight:normal !important;&#13;
	color:#333333 !important;&#13;
}&#13;
.tab-ul li.active {&#13;
	color:#0099ff !important;&#13;
	border-bottom:1px solid #0099ff;&#13;
	font-size:14px !important;&#13;
	font-style:normal !important;&#13;
	font-weight:normal !important;&#13;
}&#13;
.more {&#13;
    height: 40px;&#13;
    line-height: 40px;&#13;
    border-top: 1px solid #eeeeee;&#13;
    border-bottom: 1px solid #eeeeee;&#13;
}&#13;
.more .icon-more {&#13;
    width: 100%;&#13;
    height: 100%;&#13;
    background: url(/homepage/mobile/img/more.png) no-repeat center center;&#13;
}&#13;
.data-ul {&#13;
	margin:0;&#13;
	padding:0;&#13;
	list-style:none;&#13;
}&#13;
.data-ul > li {&#13;
	padding: 5px 5px;&#13;
	margin: 0 5px;&#13;
	border-bottom: 1px solid #eeeeee;&#13;
}&#13;
.data-ul > li:last-child {&#13;
	border: none;&#13;
}&#13;
.data .title-div {&#13;
	height:25px;&#13;
	line-height:25px;&#13;
}&#13;
.data .title {&#13;
	float: left;&#13;
	max-width:95%;&#13;
	font-size:14px;&#13;
	color:#333333;&#13;
	white-space:nowrap;&#13;
	overflow:hidden;&#13;
	text-overflow:ellipsis;&#13;
}&#13;
</css>
<titleState>hidden</titleState>
</conf>