解决添加收货地址时出现的按钮错位问题

This commit is contained in:
Jerry Yan 2019-09-08 16:11:17 +08:00
parent 0d40bfb848
commit 84cafe2668
3 changed files with 3 additions and 2 deletions

View File

@ -90,4 +90,5 @@ button{
background: #E5122B;
color: white;
border-radius: 0;
top: 70px;
}

View File

@ -7,7 +7,7 @@
.con {
width: 100%;
padding: 0 2%;
transform: translateY(-16px);
transform: translateY(28px);
position: relative;
z-index: 1000;
}

View File

@ -48,7 +48,7 @@
parent.appendChild(element);
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);
var script = [JZL.getJsUrl('setting_recive.js'), JZL.getJsUrl('common.js')];
JZL.js_init(script);