更新价格列表的滑动样式

This commit is contained in:
季圣华 2017-06-05 22:19:03 +08:00
parent 53ee7dfea8
commit b5b3000cda

View File

@ -25,21 +25,25 @@
}
#depotHeadFM .price-list {
width:130px;
width:110px;
float:left;
position:absolute;
border:1px solid #95B8E7;
}
#depotHeadFM .price-list ul{
padding-left: 5px;
padding-top: 5px;
padding: 0px;
margin: 0px;
background-color: #fff;
}
#depotHeadFM .price-list ul li{
list-style: none;
padding-bottom: 5px;
padding: 3px;
}
#depotHeadFM .price-list ul li:hover{
background-color: #e9f1fc;
}