浏览代码

text page em and strong

alexlcdee 8 年之前
父节点
当前提交
901f03d360
共有 3 个文件被更改,包括 22 次插入0 次删除
  1. 12 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 10 0
      src/files/scss/_tags.scss

+ 12 - 0
src/files/css/main.css

@@ -8588,6 +8588,18 @@ footer .copyright .logo {
     margin-top: 6px;*/
     margin: 10px;
     max-width: 100%; }
+  .text-page__text p b, .special-page__article p b, .full-news__text p b, .index-about p b,
+  .text-page__text p strong,
+  .special-page__article p strong,
+  .full-news__text p strong,
+  .index-about p strong {
+    font-weight: 600; }
+  .text-page__text p i, .special-page__article p i, .full-news__text p i, .index-about p i,
+  .text-page__text p em,
+  .special-page__article p em,
+  .full-news__text p em,
+  .index-about p em {
+    font-style: italic; }
 
 .text-page__text ul, .special-page__article ul, .full-news__text ul {
   margin: 0;

文件差异内容过多而无法显示
+ 0 - 0
src/files/css/main.css.map


+ 10 - 0
src/files/scss/_tags.scss

@@ -25,6 +25,16 @@
         margin: 10px;
         max-width: 100%;
     }
+
+    b,
+    strong {
+        font-weight: 600;
+    }
+
+    i,
+    em {
+        font-style: italic;
+    }
 }
 
 %ul {

部分文件因为文件数量过多而无法显示