Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
mars-static
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-12-25 17:21:28 +0800
Commit
1240e3af794d5f103c688e8d6a7d4844d9c35dd5
1 parent
0ef573b9
eslint
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
package.json
src/scss/area-detail.scss
src/scss/area-index-ie8.scss
src/scss/area-index.scss
src/scss/area-shop-detail.scss
package.json
View file @
1240e3a
...
...
@@ -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"
,
...
...
src/scss/area-detail.scss
View file @
1240e3a
...
...
@@ -209,7 +209,7 @@
display
:
none
;
position
:
absolute
;
top
:
86px
;
left
:
0
;
left
:
0
;
max-height
:
665px
;
width
:
720px
;
overflow-x
:
hidden
;
...
...
src/scss/area-index-ie8.scss
View file @
1240e3a
...
...
@@ -238,4 +238,4 @@ body, html {
color
:
#000
;
line-height
:
20px
;
}
}
\ No newline at end of file
}
...
...
src/scss/area-index.scss
View file @
1240e3a
...
...
@@ -357,7 +357,7 @@
height
:
40px
;
overflow
:
hidden
;
}
.intro
{
font-size
:
14px
;
color
:
#9d9d9d
;
...
...
src/scss/area-shop-detail.scss
View file @
1240e3a
...
...
@@ -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
}
...
...
Please
register
or
login
to post a comment