outaozhen 4 lat temu
rodzic
commit
2d00471abf
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      css/common.scss

+ 7 - 0
css/common.scss

@@ -388,6 +388,13 @@
   cursor: pointer;
 }
 
+/** 线条 */
+@for $i from 1 through 5 {
+  .zh-border-top-#{$i} {
+    border-top: 1px * $i solid #f3f3f3;
+  }
+}
+
 /** 布局 */
 .wrap-container {
   @extend .zh-width-100P;