1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- img{
- border:0px;
- }
- li{
- list-style:none;
- }
- a{
- text-decoration:none;
- outline:none;
- }
- input{
- outline:none;
- }
- .divselect{width:175px; float:left; position:relative;}
- .input_select{
- width:173px; height:26px; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; background:url(../images/downselect.png) no-repeat 150px center; float:left;font-size:14px;line-height:26px; color:#000; padding-left:15px;
-
- cursor:pointer;
- display: block;
- font-style:normal;
- }
- .divselect ul{
- width:170px;
- border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset;
- background-color:#ffffff;
- display:none;
- color: #999;
- font:font-size:14px;line-height:26px;
- position:absolute;
- z-index:10000;
- top:22px;
- }
- .divselect ul li{height:24px; line-height:24px;}
- .divselect ul li a{
- display:block;
- height:24px;
- color:#333333;
- text-decoration:none;
- padding-left:15px;
- padding-right:15px;
- color: #a1a1a1;
- font-size:14px;line-height:26px;
- }
- .divselect ul li a:hover{background-color:#f9f9f9;}
|