登录注册页的背景色被划分成两块了,请取消

This commit is contained in:
Linda 2017-05-23 17:25:14 +08:00
parent b0c3e53318
commit 6fdf7aaf97
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ select.header-search-select{ border:none; font-size:14px; padding:5px; backgroun
.inner-nav-user:hover .task-user-dropdown{ display:block;}
dropdown{display: inline-block; height:30px; line-height:1.9; font-size:12px; }
dropdown label, dropdown ul li{ display: block; width:42px; padding:4px 10px; text-align: center;border-radius:3px; color:#666;}
dropdown ul li:hover{background: #eee; color:#666;cursor: pointer;}
dropdown ul li:hover{background: #eee; color:#666;cursor: pointer;}
dropdown label{color: #666;border-radius: 3px 0 0 3px; position: relative; z-index: 2; width:50px; text-align: center; height:22px;}
dropdown input{display: none;}
dropdown input:checked + label{ background: #fff;color:#666;}