From d78028018efbe8bc626aa3bbe2a311e5186988ab Mon Sep 17 00:00:00 2001 From: iFish Date: Thu, 29 May 2014 19:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web12306/css/base.css | 6 +- Web12306/index.html | 16 ++-- Web12306/js/account/sessionMgr.js | 35 ++++++- Web12306/js/platform/webRequest.js | 132 +++++++++++++------------- Web12306/js/ui/index.js | 4 + Web12306/js/ui/ui-login.js | 33 +++++-- Web12306/js/ui/widget_cityselector.js | 2 +- 7 files changed, 143 insertions(+), 85 deletions(-) diff --git a/Web12306/css/base.css b/Web12306/css/base.css index 4540e36..d11bdbe 100644 --- a/Web12306/css/base.css +++ b/Web12306/css/base.css @@ -264,7 +264,8 @@ a:active { background-color: #f7f1e8; } -input[type="checkbox"] { +input[type="checkbox"], +input[type="radio"] { margin-left: 12px; width: 15px; height: 15px; @@ -279,6 +280,7 @@ input[type="checkbox"] { background: url(../images/icon.png) no-repeat 0 -560px; } - input[type="checkbox"]:checked { + input[type="checkbox"]:checked, + input[type="radio"]:checked { background-position: 0 -582px; } diff --git a/Web12306/index.html b/Web12306/index.html index b9370d6..c82a6a9 100644 --- a/Web12306/index.html +++ b/Web12306/index.html @@ -34,10 +34,10 @@
- 登录账号 - 注册新账号 - 忘记密码 - 退出账号 + + + + 退出账号
@@ -88,8 +88,8 @@
  • - - + +
  • @@ -105,7 +105,7 @@
    -
    指定坐席:
    +
    指定坐席:
    @@ -440,7 +440,7 @@