Authored by 李靖

eslint

... ... @@ -8,7 +8,8 @@
"start": "node build.js",
"dev": "ada --host 0.0.0.0 --port 7002",
"build": "node build.js",
"lint": "eslint src"
"jslint": "eslint src",
"csslint": "stylelint src/scss"
},
"author": "",
"license": "ISC",
... ...
... ... @@ -209,7 +209,7 @@
display: none;
position: absolute;
top: 86px;
left:0;
left: 0;
max-height: 665px;
width: 720px;
overflow-x: hidden;
... ...
... ... @@ -238,4 +238,4 @@ body, html {
color: #000;
line-height: 20px;
}
}
\ No newline at end of file
}
... ...
... ... @@ -357,7 +357,7 @@
height: 40px;
overflow: hidden;
}
.intro {
font-size: 14px;
color: #9d9d9d;
... ...
... ... @@ -43,7 +43,7 @@
width: 750px;
height: 300px;
position: relative;
img {
width: 100%;
height: 100%;
... ... @@ -58,14 +58,14 @@
left: 0;
top: 0;
padding: 75px 0;
.en {
font-size: 62px;
line-height: 80px;
height: 80px;
overflow: hidden;
}
.ch {
font-size: 40px;
line-height: 70px;
... ... @@ -114,7 +114,7 @@
width: 100%;
height: 100%;
}
.bg {
height: 42px;
width: 224px;
... ... @@ -159,4 +159,4 @@
background-image: url('../images/area/download.png');
background-size: 100% 100%;
}
}
\ No newline at end of file
}
... ...