style.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ul{list-style-type:none;margin:0;padding-left:0;}
  2. li{margin:0;}
  3. @font-face {
  4. font-family: 'icomoon';
  5. src:url('fonts/icomoon.eot?-fl11l');
  6. src:url('fonts/icomoon.eot?#iefix-fl11l') format('embedded-opentype'),
  7. url('fonts/icomoon.woff?-fl11l') format('woff'),
  8. url('fonts/icomoon.ttf?-fl11l') format('truetype'),
  9. url('fonts/icomoon.svg?-fl11l#icomoon') format('svg');
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. .ficomoon{font-family:'icomoon';}
  14. .icon-angle-top:before {content: "\f102"}.icon-angle-bottom:before {content: "\f103"}
  15. .combox_border{
  16. border:1px solid #c2c2c2;
  17. height:38px;
  18. width:245px
  19. background-color: #FFFFFF;
  20. background-image: none;
  21. border: 1px solid #e5e6e7;
  22. border-radius: 1px;
  23. color: inherit;
  24. display: block;
  25. transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  26. }
  27. .combox_input{
  28. border:0;
  29. line-height:35px;
  30. height:35px;
  31. padding-left: 5px;
  32. width:85%;
  33. vertical-align: middle;
  34. }
  35. .combox_border:focus {
  36. border-color: #1ab394 !important;
  37. box-shadow: none;
  38. }
  39. .combox_button{width:12%;text-align:center;vertical-align: middle;cursor:pointer;border-left:1px solid #c2c2c2}
  40. .combox_select{border:1px solid #c2c2c2;border-top:0;width:100%;background:rgba(255, 255, 255, 1.0) none repeat scroll 0 0 !important;}
  41. .combox_select li{overflow:hidden;height:30px;line-height:30px;cursor:pointer;}
  42. .combox_select a {display: block;line-height: 38px;padding: 0 8px;text-decoration: none;color: #666;}
  43. .combox_select a:hover {text-decoration: none;background:#f5f5f5}