主要是在common.ccs文件 #scbar {width: 300px; overflow: hidden; height: 42px; line-height: 42px; border-bottom: 3px; } .scbar_icon_td { width: 21px; background: #e8eff5; } .scbar_txt_td, .scbar_type_td { background: #e8eff5; } #scbar_txt { width: 240px; border: 1px solid red; outline: none; height: 27px; line-height: 27px;} .scbar_narrow #scbar_txt { width: 240px; } .scbar_btn_td { width: 38px; background:#e8eff5; border: 1px solid red;} #scbar_btn { margin: 0; padding: 0; border: none; background: transparent none; box-shadow: none; } #scbar_btn strong { line-height: 84px; } .scbar_type_td { width: 61px; background: #e8eff5; } #scbar_type { display: block; padding-left: 10px; text-align: left; text-decoration: none; } #scbar_type_menu { margin-top: -8px; } pubsearchform.htm 文件 #scbar { overflow: visible; position: relative; } #sg{ background: #FFF; width:456px; border: 2px solid #B2C7DA; } .scbar_narrow #sg { width: 316px; } #sg li { padding:0 8px; line-height:30px; font-size:14px; } #sg li span { color:#999; } .sml { background:#FFF; cursor:default; } .smo { background:#E5EDF2; cursor:default; } initSearchmenu('scbar', '$searchparams[url]'); |