-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtree.html
73 lines (73 loc) · 2.78 KB
/
tree.html
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
<section
class="stylelib-wrapper stylelib-list"
contenteditable="false"
data-theme-color="<%=themeColor%>"
data-is-vip="<%=isVip%>"
data-change-color="<%=canChangeColor%>"
data-key="text-tpl84"
>
<section style="position: relative; border-radius: 4px">
<section
data-stylelib-tpl-stylename="border-color"
data-stylelib-tpl-stylevalue="<?= isDarkBgColor ? parseColor(themeColor, 0.45) : themeColor ?>"
class="stylelib-list-item x-text-tpl84-padding"
style="display: flex;border-color: <%=isDarkBgColor ? parseColor(themeColor, 0.45) : themeColor%>; border-bottom-style: solid;border-bottom-width: 1px;padding: 12px 0px 8px 0;"
>
<section
class="x-text-tpl84-minWidth"
data-stylelib-stylename="color"
data-stylelib-varname="themeFontColor"
style="font-size: 16px; color: <%=themeFontColor%>; min-width: 36px; display: inline-block; flex-shrink: 0"
contenteditable="<%=contentEditable%>"
>
<p>
<span style="font-size: 16px">
<strong> 时间 </strong>
</span>
</p>
</section>
<section
data-stylelib-stylename="color"
data-stylelib-varname="themeFontColor"
style="font-size: 16px; color: <%=themeFontColor%>; display: inline-block; min-width: 36px"
contenteditable="<%=contentEditable%>"
>
<p>
<span style="font-size: 16px"><strong>/ 2023.10.18</strong></span>
</p>
</section>
</section>
<section
data-stylelib-tpl-stylename="border-color"
data-stylelib-tpl-stylevalue="<?= isDarkBgColor ? parseColor(themeColor, 0.45) : themeColor ?>"
class="stylelib-list-item x-text-tpl84-padding"
style="display: flex;border-color: <%=isDarkBgColor ? parseColor(themeColor, 0.45) : themeColor%>; border-bottom-style: solid;border-bottom-width: 1px;padding: 12px 0 8px 0;"
>
<section
class="x-text-tpl84-minWidth"
data-stylelib-stylename="color"
data-stylelib-varname="themeFontColor"
style="font-size: 16px; color: <%=themeFontColor%>; min-width: 36px; display: inline-block; min-width: 36px; flex-shrink: 0"
contenteditable="<%=contentEditable%>"
>
<p>
<span style="font-size: 16px">
<strong>地点</strong>
</span>
</p>
</section>
<section
data-stylelib-stylename="color"
data-stylelib-varname="themeFontColor"
style="font-size: 16px; color: <%=themeFontColor%>; display: inline-block"
contenteditable="<%=contentEditable%>"
>
<p>
<span style="font-size: 16px">
<strong>/ 宁波市海曙区甬水桥科创中心1幢6楼C区</strong>
</span>
</p>
</section>
</section>
</section>
</section>