Commit b5b3000c authored by 季圣华's avatar 季圣华
Browse files

更新价格列表的滑动样式

parent 53ee7dfe
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment