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
zhangxiaoru
2017-04-14 20:47:49 +0800
Commit
32b90dd676be6bebb90c21c9bd15ff29ef110d1d
1 parent
aee54731
订单样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
public/js/home/order.page.js
public/scss/home/_order.css
public/js/home/order.page.js
View file @
32b90dd
...
...
@@ -513,3 +513,7 @@ $('.nav-tap').on('click', function(e) {
location
.
replace
(
$cur
.
data
(
'url'
));
});
if
(
$
(
'#top-downloadbar'
))
{
$
(
'.no-order'
).
css
(
'margin-top'
,
'-2.5rem;'
);
}
...
...
public/scss/home/_order.css
View file @
32b90dd
...
...
@@ -184,7 +184,7 @@
background
:
#fff
;
text-align
:
center
;
top
:
50%
;
margin-top
:
-
22
0px
;
margin-top
:
-
18
0px
;
width
:
100%
;
.icon
{
...
...
Please
register
or
login
to post a comment