瀏覽代碼

样式微调

huwhois 2 年之前
父節點
當前提交
78b76253c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/index/css/index.css

+ 1 - 1
public/static/index/css/index.css

@@ -12,7 +12,7 @@ a:hover { text-decoration: none; color: #000; }
 .f_r { float: right }
 .ml-20 { margin-left: 20px }
 .ml-10 { margin-left: 10px }
-.box { width: 1280px; margin: auto; overflow: hidden; clear: both; }
+.box { width: 80%; margin: auto; overflow: hidden; clear: both; }
 @media(max-width:1400px) {
     .box {width: 1000px; }
 }