map.css 1.71 KB
 #preview{
                border: 1px solid #bfd2e1;
                width: 490px;
                height: 368px;
                font-family: Arial, Helvetica, sans-serif,"宋体";
            }
            #map_container{
                height: 368px;
            }
            #float_search_bar{
                z-index: 2012;
                position: absolute;
                width: 480px;
                height: 31px;
                background: #edf6fe repeat-x;
                background-position: 0 -21px;
                padding: 3px 0 0 10px;
            }
            #float_search_bar label, #float_search_bar span{
                color: #0787cb;
                font-size: 14px;
                margin-left: 10px;
            }
            #float_search_bar input{
                width: 180px;
                height: 26px;
                margin-top: 1px;
            }
            #float_search_bar input:focus{
                outline: none;
            }
            #float_search_bar button{
                border: 0;
                color: white;
                width: 77px;
                height: 20px;
                background: #5aa1f5 no-repeat;
                background-position: 0 0;
                margin-right: 5px;
                cursor: pointer;
            }
            
            .che_box{height:214px; overflow-y:auto; overflow-x:hidden}
.che_box ul{ padding:0; margin:0;}
.che_box ul li{ line-height:30px; width:173px; height:30px; padding-left:14px; list-style:none}
.che_box ul li input{ vertical-align:text-bottom; margin:0;}
.che_tit{height:34px; line-height:34px; border-bottom:#CCC solid 1px; padding-left:15px;background:#eee}
.che_tit input{ vertical-align:text-bottom; margin:0;}