template.xml
1.93 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<conf>
<id>template</id>
<!--id与文件名需保持一至-->
<title>元素样式模板</title>
<!--书写时请保证每行以下分号结尾-->
<css>
.header {
width:100%;
height:40px;
line-height:40px;
background-color:#eaeef1;
}
.header .title {
margin-left:10px;
font-size:14px;
font-style:normal;
font-weight:normal;
color:#58657b;
}
.tab {
}
.tab-ul {
height: 40px;
line-height: 40px;
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
border-bottom:1px solid #eeeeee;
}
.tab-ul li {
display:inline-block;
padding:0 10px;
margin:0 6px;
font-size:14px !important;
font-style:normal !important;
font-weight:normal !important;
color:#58657b !important;
}
.tab-ul li.active {
color:#017afd !important;
border-bottom:1px solid #017afd;
font-size:14px !important;
font-style:normal !important;
font-weight:normal !important;
}
.more {
height: 40px;
line-height: 40px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.more .icon-more {
width: 100%;
height: 100%;
background: url(/homepage/mobile/img/more.png) no-repeat center center;
}
.data-ul {
margin:0;
padding:0;
list-style:none;
}
.data-ul > li {
padding: 5px 5px;
margin: 0 5px;
border-bottom: 1px solid #eeeeee;
}
.data-ul > li:last-child {
border: none;
}
.data .title-div {
height:25px;
line-height:25px;
}
.data .title {
float: left;
max-width:95%;
font-size:14px;
color:#58657b;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
</css>
<titleState>show</titleState>
</conf>