File size: 1,090 Bytes
67ad1a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
title:
        font-family: 'Calibri', sans-serif;
        font-weight: bold;
        font-size: 30.0pt;
        color: #000000;
        text-align: center; 
        display: flex;
        align-items: center; 
        justify-content: center;
        height: 100%;
        line-height: 1.2;

content list:
        font-family: 'Calibri', sans-serif;
        font-size: 28.0pt; 
        color: #ffffff;
        line-height: 1.45; 
        margin: 0;
        padding: 0;
        list-style-type: none;
        limit:
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 5px; 

text:
        font-family: 'Calibri', sans-serif;  /* 使用Calibri字体 */
        font-size: 21pt;                     /* 21磅字体大小 */
        color: #000000;                    /* 黑色文字 */
        line-height: 1.3;                    /* 1.3倍行高,适中的行间距 */
        text-align: left;                    /* 左对齐 */
        overflow: hidden;                    /* 溢出隐藏 */