Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
姜枫
2016-09-08 11:20:59 +0800
Commit
2a2f68eb234cf4d93509c5fa163c040daebf382e
2 parents
66fec9e8
c3cc63ed
Merge branch 'master' into feature/wechat-pay
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
logs/.gitkeep
logs/README.md
public/js/product/list/list-search.js
public/scss/product/_list.css
logs/.gitkeep
0 → 100644
View file @
2a2f68e
logs/README.md
0 → 100644
View file @
2a2f68e
日志目录
\ No newline at end of file
...
...
public/js/product/list/list-search.js
View file @
2a2f68e
...
...
@@ -406,14 +406,14 @@ var YohoListPage = {
url
=
$
(
e
.
currentTarget
).
data
(
'url'
);
YohoListPage
.
productId
=
productId
;
pos
.
top
=
position
.
top
+
1
0
;
pos
.
top
=
position
.
top
+
1
8
;
if
(
position
.
left
>
500
)
{
pos
.
right
=
0
;
pos
.
left
=
'auto'
;
}
else
{
pos
.
right
=
'auto'
;
pos
.
left
=
position
.
left
;
pos
.
left
=
position
.
left
-
12
;
}
$
(
this
.
goodsWrapper
).
css
(
pos
);
...
...
public/scss/product/_list.css
View file @
2a2f68e
...
...
@@ -384,6 +384,7 @@
top
:
10px
;
min-width
:
368px
;
display
:
none
;
padding
:
10px
0
0
10px
;
.goods
{
margin
:
0
;
...
...
@@ -391,7 +392,7 @@
}
.goods-img-list
{
margin
:
0
0
2px
5
px
;
margin
:
0
0
0
20
px
;
float
:
left
;
.goods-img-col
{
...
...
@@ -406,7 +407,7 @@
}
img
{
margin-
top
:
10px
;
margin-
bottom
:
10px
;
cursor
:
pointer
;
&:nth-child(4n)
{
...
...
Please
register
or
login
to post a comment