Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张丽霞
9 years ago
Commit
d4c96fcb0af5667b24c4f74af87a0a1ac019784e
1 parent
7bb95644
fix 小图标没有边框 & 页面切换会没有定位
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
static/js/product/shop.js
static/sass/category/_hot-category.css
static/sass/home/_hot-category.css
static/sass/product/_shop-index.css
static/js/product/shop.js
View file @
d4c96fc
...
...
@@ -243,7 +243,9 @@ $.jqtab = function(nav, posNav, main) {
$nav2
.
removeClass
(
'fixed-top'
);
$nav2
.
removeClass
(
'absolute'
);
}
myScroll
.
scrollTo
(
0
,
0
);
if
(
!
$nav1
.
hasClass
(
'hide'
))
{
myScroll
.
scrollTo
(
0
,
0
-
imgH
);
}
$nav1
.
addClass
(
'hide'
);
return
false
;
...
...
static/sass/category/_hot-category.css
View file @
d4c96fc
...
...
@@ -16,8 +16,7 @@
float
:
left
;
width
:
158px
;
height
:
174px
;
border-bottom
:
1px
solid
#e0e0e0
;
border-left
:
1px
solid
#e0e0e0
;
border
:
1px
solid
#e0e0e0
;
.img-box
{
width
:
100%
;
height
:
138px
;
...
...
static/sass/home/_hot-category.css
View file @
d4c96fc
...
...
@@ -17,8 +17,7 @@
float
:
left
;
width
:
158px
;
height
:
174px
;
border-top
:
1px
solid
#e0e0e0
;
border-left
:
1px
solid
#e0e0e0
;
border
:
1px
solid
#e0e0e0
;
overflow
:
hidden
;
.img-box
{
...
...
static/sass/product/_shop-index.css
View file @
d4c96fc
...
...
@@ -108,6 +108,7 @@
background
:
#f0f0f0
;
padding-bottom
:
40px
;
overflow
:
hidden
;
min-height
:
1000px
;
}
.banner-area
{
...
...
Please
register
or
login
to post a comment