diff --git a/css/setting_address.css b/css/setting_address.css index fc5cfd3..f5a65d6 100644 --- a/css/setting_address.css +++ b/css/setting_address.css @@ -90,4 +90,5 @@ button{ background: #E5122B; color: white; border-radius: 0; + top: 70px; } diff --git a/css/sha.css b/css/sha.css index 6417234..1b239fe 100644 --- a/css/sha.css +++ b/css/sha.css @@ -7,7 +7,7 @@ .con { width: 100%; padding: 0 2%; - transform: translateY(-16px); + transform: translateY(28px); position: relative; z-index: 1000; } diff --git a/templete/setting_recive.html b/templete/setting_recive.html index 679e3d0..39dff22 100644 --- a/templete/setting_recive.html +++ b/templete/setting_recive.html @@ -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);