From 84cafe266811e9b9c7d03155c6e27bae1ed564af Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 8 Sep 2019 16:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=B7=BB=E5=8A=A0=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E5=9C=B0=E5=9D=80=E6=97=B6=E5=87=BA=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/setting_address.css | 1 + css/sha.css | 2 +- templete/setting_recive.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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);