This commit is contained in:
Sivan 2020-02-20 21:14:54 +08:00
parent 563b077d1d
commit 4c1c8bcd20
4 changed files with 17 additions and 20 deletions

File diff suppressed because one or more lines are too long

5
heti.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -50,8 +50,7 @@ a {
.article[data-bg-grid="grid-24"] { .article[data-bg-grid="grid-24"] {
background-size: 100% 24px; background-size: 100% 24px;
background-image: background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 31px, #eee 1px, rgba(255, 255, 255, 0) 33px),
linear-gradient(to right, rgba(255, 255, 255, 0) 31px, #eee 1px, rgba(255, 255, 255, 0) 33px),
linear-gradient(rgba(255, 255, 255, 0) 23px, #eee 1px); linear-gradient(rgba(255, 255, 255, 0) 23px, #eee 1px);
outline-color: #eee; outline-color: #eee;
} }
@ -64,8 +63,7 @@ a {
.article[data-bg-grid="grid-12"] { .article[data-bg-grid="grid-12"] {
background-size: 100% 12px; background-size: 100% 12px;
background-image: background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 31px, #eee 1px, rgba(255, 255, 255, 0) 33px),
linear-gradient(to right, rgba(255, 255, 255, 0) 31px, #eee 1px, rgba(255, 255, 255, 0) 33px),
linear-gradient(rgba(255, 255, 255, 0) 11px, #eee 12px); linear-gradient(rgba(255, 255, 255, 0) 11px, #eee 12px);
outline-color: #eee; outline-color: #eee;
} }

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./normalize.css"> <link rel="stylesheet" href="./normalize.css">
<link rel="stylesheet" href="./index.css"> <link rel="stylesheet" href="./index.css">
<link rel="stylesheet" href="./heti.css"> <link rel="stylesheet" href="./heti.min.css">
<link rel="icon" href="./favicon.svg"> <link rel="icon" href="./favicon.svg">
</head> </head>
<body> <body>
@ -403,8 +403,8 @@
<caption>常用标签样式示例表</caption> <caption>常用标签样式示例表</caption>
<tr> <tr>
<th style="width: 80px;">类型</th> <th style="width: 80px;">类型</th>
<th style="width: 300px;">标签</th> <th style="width: 320px;">标签</th>
<th style="width: 300px;">效果</th> <th style="width: 240px;">效果</th>
</tr> </tr>
<tr> <tr>
<td>链接</td> <td>链接</td>
@ -433,8 +433,8 @@
</tr> </tr>
<tr> <tr>
<td>文本更新</td> <td>文本更新</td>
<td><code>最后我们决定把「蹏」字念为&lt;s&gt;d&iacute;&lt;/s&gt; t&iacute;</code></td> <td><code>因为谁也不认识,所以最后我们决定念&lt;s&gt;d&iacute;&lt;/s&gt; t&iacute;</code></td>
<td>最后我们决定把「蹏」字念为<s></s>tí。</td> <td>因为谁也不认识,所以最后我们决定念<s></s>tí。</td>
</tr> </tr>
<tr> <tr>
<td>引号</td> <td>引号</td>
@ -453,8 +453,8 @@
</tr> </tr>
<tr> <tr>
<td>着重号</td> <td>着重号</td>
<td><code>我们&lt;span class=&quot;heti-em&quot;&gt;必将&lt;/span&gt;取得胜利战胜这场疫情。</code></td> <td><code>我们&lt;span class=&quot;heti-em&quot;&gt;必将&lt;/span&gt;战胜这场疫情。</code></td>
<td>我们<span class="heti-em">必将</span>取得胜利战胜这场疫情。</td> <td>我们<span class="heti-em">必将</span>战胜这场疫情。</td>
</tr> </tr>
<tr> <tr>
<td>标记</td> <td>标记</td>