解决添加收货地址时出现的按钮错位问题
This commit is contained in:
parent
0d40bfb848
commit
84cafe2668
@ -90,4 +90,5 @@ button{
|
|||||||
background: #E5122B;
|
background: #E5122B;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
top: 70px;
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.con {
|
.con {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 2%;
|
padding: 0 2%;
|
||||||
transform: translateY(-16px);
|
transform: translateY(28px);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
parent.appendChild(element);
|
parent.appendChild(element);
|
||||||
|
|
||||||
element.onload = function() {
|
element.onload = function() {
|
||||||
var style = [JZL.getCssUrl('setting_recive.css'), JZL.getCssUrl('login.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl('setting.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("header.css")];
|
var style = [JZL.getCssUrl('setting_recive.css'), JZL.getCssUrl('login.css'), JZL.getCssUrl('setting.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("header.css")];
|
||||||
JZL.css_init(style);
|
JZL.css_init(style);
|
||||||
var script = [JZL.getJsUrl('setting_recive.js'), JZL.getJsUrl('common.js')];
|
var script = [JZL.getJsUrl('setting_recive.js'), JZL.getJsUrl('common.js')];
|
||||||
JZL.js_init(script);
|
JZL.js_init(script);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user