Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2017-07-04 17:38:49 +0800
Commit
5af47cfdfaffef42597363f29327822c5a7b359a
2 parents
933b778d
fa2ff5fc
Merge branch 'feature/spread' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
package.json
public/scss/home/_spread.css
package.json
View file @
5af47cf
{
"name"
:
"yohobuy-node"
,
"version"
:
"5.8.
9
"
,
"version"
:
"5.8.
10
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/scss/home/_spread.css
View file @
5af47cf
...
...
@@ -28,7 +28,8 @@
}
.tag
{
width
:
100%
;
width
:
252px
;
margin-left
:
-1px
;
height
:
25px
;
line-height
:
25px
;
background-color
:
#000
;
...
...
@@ -134,15 +135,15 @@
}
.coin-tip-help
{
width
:
304
px
;
width
:
200
px
;
padding
:
6px
10px
;
line-height
:
2
;
border
:
1px
solid
#000
;
background-color
:
#fff
;
text-align
:
left
;
text-align
:
center
;
position
:
absolute
;
top
:
38px
;
right
:
-
8
px
;
right
:
-
100
px
;
display
:
none
;
z-index
:
1000
;
}
...
...
@@ -156,7 +157,7 @@
display
:
block
;
position
:
absolute
;
top
:
-6px
;
right
:
10px
;
right
:
10
6
px
;
}
}
...
...
Please
register
or
login
to post a comment