trees.wxss
1.19 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
/* 链接受到点击的hover-class,可自定义修改 */
.navigator-hover {
opacity: 0.7;
text-decoration: underline;
}
/* 以下内容不建议修改 */
:host {
display: inherit;
float: inherit;
}
.sub, .sup, .text, .bdo, .bdi, .ruby, .rt, .span {
display: inline-block !important;
}
.div, .blockquote, .p{
display:block;
}
.b, .strong {
display: inline;
font-weight: bold;
}
.em, .i {
display: inline;
font-style: italic;
}
.del {
display: inline;
text-decoration: line-through;
}
.ins {
display: inline;
text-decoration: underline;
}
.code {
display: inline;
font-family: monospace;
}
.big {
font-size:1.2em;
display:inline;
}
.small {
font-size:0.8em;
display:inline;
}
.q, .span, .label, .abbr {
display: inline;
}
.q::before {
content: '"';
}
.q::after {
content: '"';
}
.video {
background-color: black;
width: 300px;
height: 225px;
display: inline-block;
position: relative;
}
.video-triangle {
border-width: 15px 0 15px 30px;
border-style: solid;
border-color: transparent transparent transparent white;
position: absolute;
left: 50%;
top: 50%;
margin: -15px 0 0 -15px;
}