| Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/laundrypodsac/css/ |
| Current File : /home/zqegovsj/www/us3web.haibo.com.cn/laundrypodsac/css/boss_alphabet.css |
.box .bt-alphabet {
overflow: hidden;
margin: 10px 0;
}
.box .boss-alphabet ul{
padding-left:0;
}
.box .boss-alphabet ul li{
display: inline;
float: left;
list-style: none outside none;
text-align: center;
text-transform: uppercase;
transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
}
.right-to-left .box .boss-alphabet ul li{
float: right;
}
.box .boss-alphabet ul li a{
display: block;
font-size: 11px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
border: 1px solid #eaeaea;
height: 24px;
width: 24px;
background-color:#FFFFFF;
margin-right:4px;
margin-bottom:4px;
font-family:Arial,sans-serif;
color:#868585;
transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
}
.right-to-left .box .boss-alphabet ul li a{
margin-right: 0;
margin-left: 4px;
}
.box .boss-alphabet ul li a:hover{
color:#fff;
background-color:#e97575;
border: 1px solid #e97575;
}