Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈峰
2016-12-01 13:51:03 +0800
Commit
b953b0a3e8835b9a990b4ee3dc042863bafa354f
1 parent
871b4c68
经典店铺样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
doraemon/middleware/devtools.js
public/js/product/shop.classics.page.js
public/scss/product/shop/_shop-index.css
doraemon/middleware/devtools.js
View file @
b953b0a
'use strict'
;
const
fs
=
require
(
'fs'
);
let
devHost
=
'1
27.0.0.1
'
;
let
devHost
=
'1
72.16.6.164
'
;
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
if
(
!
err
)
{
...
...
public/js/product/shop.classics.page.js
View file @
b953b0a
...
...
@@ -926,7 +926,7 @@ $subNav.on('touchend touchcancel', function(e) {
}
else
{
$
(
'#pos-list'
).
addClass
(
'hide'
);
}
}
else
if
(
$
(
'#pos-list'
).
hasClass
(
'hide'
))
{
}
else
{
$
(
'.new-list'
).
removeClass
(
'full-height'
);
}
...
...
public/scss/product/shop/_shop-index.css
View file @
b953b0a
...
...
@@ -628,7 +628,7 @@
z-index
:
102
;
&.classics
{
position
:
fixed
;
top
:
8
1
px
;
top
:
8
0
px
;
left
:
0px
;
}
&
.full-height
{
...
...
Please
register
or
login
to post a comment