diff --git a/Web12306/css/buttons.css b/Web12306/css/buttons.css index 4fecfca..cbb8c45 100644 --- a/Web12306/css/buttons.css +++ b/Web12306/css/buttons.css @@ -130,3 +130,17 @@ select.normal { box-sizing: border-box; width: 100%; } + +.button-toolbar { + color: #616161; + height: 26px; + background: linear-gradient(180deg, #f4f4f4, #e9e8e9); + border: 1px solid #d1d1d1; + border-radius: 2px; + cursor: pointer; +} + + .button-toolbar:hover { + background: linear-gradient(180deg, #fefefe, #f3f3f3); + border: 1px solid #e1e1e1; + } diff --git a/Web12306/index.html b/Web12306/index.html index 326ef01..c063c9d 100644 --- a/Web12306/index.html +++ b/Web12306/index.html @@ -54,7 +54,7 @@
-