Authored by 李靖

eslint

@@ -8,7 +8,8 @@ @@ -8,7 +8,8 @@
8 "start": "node build.js", 8 "start": "node build.js",
9 "dev": "ada --host 0.0.0.0 --port 7002", 9 "dev": "ada --host 0.0.0.0 --port 7002",
10 "build": "node build.js", 10 "build": "node build.js",
11 - "lint": "eslint src" 11 + "jslint": "eslint src",
  12 + "csslint": "stylelint src/scss"
12 }, 13 },
13 "author": "", 14 "author": "",
14 "license": "ISC", 15 "license": "ISC",
@@ -209,7 +209,7 @@ @@ -209,7 +209,7 @@
209 display: none; 209 display: none;
210 position: absolute; 210 position: absolute;
211 top: 86px; 211 top: 86px;
212 - left:0; 212 + left: 0;
213 max-height: 665px; 213 max-height: 665px;
214 width: 720px; 214 width: 720px;
215 overflow-x: hidden; 215 overflow-x: hidden;
@@ -238,4 +238,4 @@ body, html { @@ -238,4 +238,4 @@ body, html {
238 color: #000; 238 color: #000;
239 line-height: 20px; 239 line-height: 20px;
240 } 240 }
241 -}  
  241 +}
@@ -357,7 +357,7 @@ @@ -357,7 +357,7 @@
357 height: 40px; 357 height: 40px;
358 overflow: hidden; 358 overflow: hidden;
359 } 359 }
360 - 360 +
361 .intro { 361 .intro {
362 font-size: 14px; 362 font-size: 14px;
363 color: #9d9d9d; 363 color: #9d9d9d;
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 width: 750px; 43 width: 750px;
44 height: 300px; 44 height: 300px;
45 position: relative; 45 position: relative;
46 - 46 +
47 img { 47 img {
48 width: 100%; 48 width: 100%;
49 height: 100%; 49 height: 100%;
@@ -58,14 +58,14 @@ @@ -58,14 +58,14 @@
58 left: 0; 58 left: 0;
59 top: 0; 59 top: 0;
60 padding: 75px 0; 60 padding: 75px 0;
61 - 61 +
62 .en { 62 .en {
63 font-size: 62px; 63 font-size: 62px;
64 line-height: 80px; 64 line-height: 80px;
65 height: 80px; 65 height: 80px;
66 overflow: hidden; 66 overflow: hidden;
67 } 67 }
68 - 68 +
69 .ch { 69 .ch {
70 font-size: 40px; 70 font-size: 40px;
71 line-height: 70px; 71 line-height: 70px;
@@ -114,7 +114,7 @@ @@ -114,7 +114,7 @@
114 width: 100%; 114 width: 100%;
115 height: 100%; 115 height: 100%;
116 } 116 }
117 - 117 +
118 .bg { 118 .bg {
119 height: 42px; 119 height: 42px;
120 width: 224px; 120 width: 224px;
@@ -159,4 +159,4 @@ @@ -159,4 +159,4 @@
159 background-image: url('../images/area/download.png'); 159 background-image: url('../images/area/download.png');
160 background-size: 100% 100%; 160 background-size: 100% 100%;
161 } 161 }
162 -}  
  162 +}