|
|
@@ -90,6 +90,18 @@ ul {
|
|
|
ol li {
|
|
|
list-style: decimal;
|
|
|
}
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+/* 富文本着重点 */
|
|
|
+.rich-text-emphasis-dot {
|
|
|
+ display: inline;
|
|
|
+ padding-bottom: 0.2em; /* 间距也相对于字体 */
|
|
|
+ background-image: radial-gradient(circle at center, currentColor 0.15em, /* 圆点大小相对于字体 */ transparent 0.16em);
|
|
|
+ background-repeat: repeat-x;
|
|
|
+ background-position: 0 100%;
|
|
|
+ background-size: 1em 0.3em; /* 间距相对于字体大小,高度相对字体 */
|
|
|
+ border-bottom: none;
|
|
|
}
|
|
|
|
|
|
.card {
|