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 @@