-
Notifications
You must be signed in to change notification settings - Fork 12
/
shion.txt
50 lines (50 loc) · 1.63 KB
/
shion.txt
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
<!--诗音Logo样式1-->
<style type="text/css">
.link{color:#1DA1F2}
</style>
<div style="margin:10px 15px">
<img src="template/img/magic_small.png" height="31">
<div style="font-size:27px;">{T}</div>
</div>
<!--诗音Logo样式1-->
<!--回复覆盖-->
<style type="text/css">
.link{color:#1DA1F2}
</style>
<div style="width:100%; float:left;position:relative;">
<h6
style="width:100%;margin:0 0 0 74px;background-color:#fff; font-size:15px;line-height:20px;position:absolute;bottom:0px;width: 548px;word-break: break-word;">
{T}</h6>
</div>
<!--回复覆盖-->
<!--样式1海星字体(首次加载较慢)-->
<style type="text/css">
.link{color:#1DA1F2}
</style>
<style type="text/css">
@font-face {
font-family: mengnan;
src: url('https://raw.githubusercontent.com/cn-matsuri/toastTemplates/master/STHeiti-Medium002.TTF')
}
</style>
<div style="margin:10px 15px">
<img src="template/img/magic_small.png" height="31">
<div style="font-size:27px;font-family:'黑体-简',mengnan;">{T}</div>
</div>
<!--样式1海星字体(首次加载较慢)-->
<!--回复有竖线-->
<div style="width:100%; padding-top:8px;background-image: url(img/twitterreplyblue.png);">
<h6 style="margin:0 0 0 98px">{T}</h6>
</div>
<!--回复有竖线-->
<!--回复无竖线-->
<div style="width:100%; padding-top:8px">
<h6 style="margin:0 0 0 98px">{T}</h6>
</div>
<!--回复无竖线-->
<!--回复黑线后对齐-->
<div style="margin:10px 15px">
    <img src="template/img/magic_small.png" height="31">
<h4 style="margin:0 0 0 65px">{T}<h4>
</div>
<!--回复黑线后对齐-->