outaozhen %!s(int64=4) %!d(string=hai) anos
pai
achega
2d00471abf
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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;