template.xml 1.93 KB
<?xml version="1.0" encoding="UTF-8"?>
<conf>
<id>template</id>
<!--id与文件名需保持一至-->
<title>元素样式模板</title>
<!--书写时请保证每行以下分号结尾-->
<css>
.header {&#13;
	width:100%;&#13;
	height:40px;&#13;
	line-height:40px;&#13;
	background-color:#eaeef1;&#13;
}&#13;
.header .title {&#13;
	margin-left:10px;&#13;
	font-size:14px;&#13;
	font-style:normal;&#13;
	font-weight:normal;&#13;
	color:#58657b;&#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:#58657b !important;&#13;
}&#13;
.tab-ul li.active {&#13;
	color:#017afd !important;&#13;
	border-bottom:1px solid #017afd;&#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:#58657b;&#13;
	white-space:nowrap;&#13;
	overflow:hidden;&#13;
	text-overflow:ellipsis;&#13;
}&#13;
</css>
<titleState>show</titleState>
</conf>