diff --git a/css/setting_address.css b/css/setting_address.css index f5a65d6..32e2c42 100644 --- a/css/setting_address.css +++ b/css/setting_address.css @@ -90,5 +90,21 @@ button{ background: #E5122B; color: white; border-radius: 0; - top: 70px; } +.footer{ + position: fixed; + bottom: 0; + width: 100%; + height: 50px; + line-height: 50px; + text-align: center; + background: -moz-linear-gradient(left, #f5354b, #ff005a); + /*Mozilla*/ + background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5354b), to(#ff005a)); + /*Old gradient for webkit*/ + background: -webkit-linear-gradient(left, #f5354b, #ff005a); + /*new gradient for Webkit*/ + background: -o-linear-gradient(left, #f5354b, #ff005a); + /*Opera11*/ + color: #fff; +} \ No newline at end of file diff --git a/css/sha_2.css b/css/sha_2.css deleted file mode 100644 index 1b239fe..0000000 --- a/css/sha_2.css +++ /dev/null @@ -1,13 +0,0 @@ -.top { - width: 100%; - height: 16px; - background: white; -} - -.con { - width: 100%; - padding: 0 2%; - transform: translateY(28px); - position: relative; - z-index: 1000; -} diff --git a/templete/setting_address.html b/templete/setting_address.html index 96f500d..ef0a20e 100644 --- a/templete/setting_address.html +++ b/templete/setting_address.html @@ -40,9 +40,9 @@ - + @@ -55,7 +55,7 @@ parent.appendChild(element); element.onload = function() { - var style = [JZL.getCssUrl('setting_address.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("login.css"), JZL.getCssUrl("sha_2.css"), JZL.getCssUrl("header.css")]; + var style = [JZL.getCssUrl('setting_address.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("login.css"), JZL.getCssUrl("sha.css"), JZL.getCssUrl("header.css")]; JZL.css_init(style); var script = [JZL.getJsUrl('setting_address.js'),JZL.getJsUrl('common.js')]; JZL.js_init(script);