select.css 1.7 KB

1234567891011121314151617181920212223242526
  1. /***** 输入框(无边框悬停状态) *****/
  2. .uew-select .uew-select-value{height:32px;padding:0 5px; margin-top:0px; margin-bottom:12px;line-height:32px;font-family:Tahoma,'微软雅黑','宋体';*font-family:'微软雅黑','宋体';color:#000;resize:none;border-width:1px;border-style:solid;border-color:#a7b5bc #ced9df #ced9df #a7b5bc;}
  3. .uew-border-flag,.uew-border-flag,textarea.uew-border-flag,.uew-select .uew-select-value.uew-border-flag{border-width:1px;border-style:solid;border-color:#bababa #e9e9e9 #e9e9e9 #bababa;}
  4. /***** 下拉框 *****/
  5. .uew-select{position:relative;}
  6. .uew-select .uew-select-value{z-index:1;position:relative;padding-right:20px;background:#fff;font-size:12px; text-indent:5px;background:url(../images/inputbg.gif) repeat-x;_background:none;_border:none;}
  7. .uew-select-value em{font-style:normal;}
  8. .uew-select .uew-icon{position:absolute;right:5px;top:10px;}
  9. .uew-select select{z-index:2;position:absolute;top:3px;_top:6px;cursor:pointer; height:28px;}
  10. /***** 去除聚焦虚线框 *****/
  11. a:focus,input[type=checkbox]:focus,input[type=radio]:focus,button:focus,.uew-select select{outline:none;}
  12. .uew-select select{opacity:0;filter:alpha(opacity=0);}
  13. option{overflow:auto;outline:none;}
  14. /*----------------------------------*
  15. * 组件公用图标库 *
  16. *----------------------------------*/
  17. .uew-icon,.ue-state-default .uew-icon{display:inline-block;width:16px;height:16px;background-image:url(../images/uew_icon.png);}
  18. .ue-state-hover .uew-icon{background-image:url(../images/uew_icon_hover.png);}
  19. .uew-icon-triangle-1-s{background-position:-80px 0;}
  20. .vocation,.usercity{float:left;}
  21. .cityleft{float:left; padding-right:10px;_padding-right:15px;}
  22. .cityright{float:left;}