diff --git a/application/default/views/scripts/search/index.phtml b/application/default/views/scripts/search/index.phtml index 028fdfac..24dea644 100644 --- a/application/default/views/scripts/search/index.phtml +++ b/application/default/views/scripts/search/index.phtml @@ -43,18 +43,15 @@ $search=$this->search;
-
-
- - -
-
-

选项

-
    -
  • />Title
  • -
  • />全文
  • -
  • />模糊搜索
  • -
  • />同义词
  • + +
    + + +
    + />标题 + />全文 + />模糊搜索 + diff --git a/htdocs/css/search.css b/htdocs/css/search.css index 8ed8c96a..5f6ba7c6 100644 --- a/htdocs/css/search.css +++ b/htdocs/css/search.css @@ -37,26 +37,7 @@ a:hover { text-decoration: underline; } #footer a { color: #666; text-decoration: underline; } /* form */ form#q-form { margin: 0; } -#q-input { overflow: hidden; zoom: 1; clear: both; } -#q-input .text { - float: left; width: 333px; - padding: 0 3px; line-height: 26px; - -moz-border-bottom-colors: none; - -moz-border-image: none; - -moz-border-left-colors: none; - -moz-border-right-colors: none; - -moz-border-top-colors: none; - border-color: #9A9A9A #CDCDCD #CDCDCD #9A9A9A; - border-style: solid; border-width: 1px; - font: 16px arial; height: 22px; - padding: 4px 7px; vertical-align: top; - background: url("http://su.bdimg.com/static/superpage/img/spis_167a8734.png") no-repeat scroll 0 0 transparent; -} -#q-input .button { - float: left; font-size: 14px; margin-left: 10px; - background: url("http://su.bdimg.com/static/superpage/img/spis_167a8734.png") repeat scroll 0 -35px #DDDDDD; - border: 0 none; cursor: pointer; height: 32px; padding: 0; width: 95px; -} + #q-input .tips { color: #aaa; font-size: 12px; } #q-options { overflow: hidden; zoom: 1; margin: 10px 0; font-size: 12px; clear: both; } #q-options h4 { font-size: 14px; float: left; margin: 0; }