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() {
@@ -47,3 +47,10 @@ $btnSure.on('click', function() {
47
}
47
}
48
});
48
});
49
});
49
});
50
+
51
+
/**
52
+
* 动态更改页面高度
53
+
*/
54
+
$
(
function
()
{
55
+
$
(
'.address-modify'
).
css
(
'height'
,
$
(
window
).
height
());
56
+
});
public/scss/home/order-address-modify.page.css
View file @
19e28bf
1
.address-modify
{
1
.address-modify
{
2
-
position
:
fixed
;
3
width
:
100%
;
2
width
:
100%
;
4
-
top
:
90px
;
5
-
bottom
:
0
;
6
background-color
:
#f0f0f0
;
3
background-color
:
#f0f0f0
;
7
4
8
.
icon-info
:
before
{
5
.
icon-info
:
before
{
Please
register
or
login
to post a comment