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
郭成尧
2017-03-14 10:11:34 +0800
Commit
19e28bf01065caa358f90f43bb3ac7d3d8b2e2f4
1 parent
80608e46
window-height-handle
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
public/js/home/order-address-modify.page.js
public/scss/home/order-address-modify.page.css
public/js/home/order-address-modify.page.js
View file @
19e28bf
...
...
@@ -47,3 +47,10 @@ $btnSure.on('click', function() {
}
});
});
/**
* 动态更改页面高度
*/
$
(
function
()
{
$
(
'.address-modify'
).
css
(
'height'
,
$
(
window
).
height
());
});
...
...
public/scss/home/order-address-modify.page.css
View file @
19e28bf
.address-modify
{
position
:
fixed
;
width
:
100%
;
top
:
90px
;
bottom
:
0
;
background-color
:
#f0f0f0
;
.
icon-info
:
before
{
...
...
Please
register
or
login
to post a comment