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
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>
.app-mob-treeview {
.treeNav {
padding-left: 14px;
color: #a5a2a2;
font-size: 14px;
margin-bottom: 10px;
.treeNav-active {
color: #705697;
}
.tree-span {
padding: 0 3px;
color: #ccc;
}
}
.tree-partition {
height: 8px;
background-color: #ededed;
}
.tree-icon {
color: #ccc;
font-size: 20px;
}
.tree-partition-bigger {
height: 16px;
}
ion-list {
ion-item {
font-size: 15px;
font-family: "微软雅黑";
}
ion-item:last-child {
--inner-border-width: 0;
}
}
}
<#if appde??>
.${appde.getCodeName()?lower_case}-${ctrl.name}{}
</#if>