huwhois 2 yıl önce
ebeveyn
işleme
3b9b360179
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 0 4
      public/.gitignore
  2. 2 0
      public/static/index/css/index.css

+ 0 - 4
public/.gitignore

@@ -1,4 +0,0 @@
-# 静态文件
-/index
-index.html
-/html

+ 2 - 0
public/static/index/css/index.css

@@ -57,6 +57,8 @@ aside { width: 32%; float: right }
 .ztbox li:nth-child(4):before { content: "4"; }
 .ztbox li:nth-child(5):before { content: "5"; }
 .ztbox li:nth-child(6):before { content: "6"; }
+.ztbox li:nth-child(7):before { content: "7"; }
+.ztbox li:nth-child(8):before { content: "8"; }
 .paihang { background: #FFF; overflow: hidden; margin-top: 20px }
 .paihang h2 { font-size: 16px; padding: 8px 20px; position: relative }
 .paihang h2:after { content: ""; background-color: #282828; left: 20px; width: 60px; height: 2px; bottom: 0; position: absolute; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }