public.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #public .com_title{width: 100%;margin: 0px auto;height: 40px;line-height: 40px;font-size: 14px;color: #323232;background: #f5f5f5;}
  2. #public .com_title font{color: #3f84f6;}
  3. #public .com_title .search{position: relative;}
  4. #public .com_title .search input{width: 300px;padding-left: 10px;height: 36px;background: #fff;float: left;vertical-align: middle;border: #3578ba 1px solid;font-size: 14px;text-align: center;padding-right: 85px;line-height: 36px;}
  5. #public .com_title .search a.seek{vertical-align: middle;display: inline-block;line-height: 36px;text-align: center;height: 36px;width: 85px;border-left: 0;background: #3578ba;color: #fff;text-align: center;font-size: 16px;float: right;border: #3578ba 1px solid;position: absolute;right: 0;}
  6. #public .com_title .search a.seek:hover{background: #1f6199;color: #fff;}
  7. .fl{float: left;}
  8. .fr{float: right;}
  9. /*切换导航*/
  10. #public .menu{background: #fff;padding: 0;border-bottom: #e8e8e8 1px solid;}
  11. #public .menu .btn-group{width: 100px;border: none;height: 45px;}
  12. #public .menu .row{height: 40px;line-height: 40px;}
  13. #public .menu .btn-group > .btn-info{border-bottom: #000 1px solid;}
  14. #public .menu .btn-group .btn{color: #000;}
  15. #public .menu .btn-group .btn-info{color: #d32526;background: #fff;border-bottom: #d32526 2px solid !important;}
  16. #public .menu .btn-group .btn{border: none;font-size: 16px;font-family: "Microsoft YaHei", "微软雅黑";}
  17. #public .menu .btn-group .btn em{color: #d32526;font-style: inherit;}
  18. #public .menu .btn-group .btn:hover{background: #fff;color: #d32526;}
  19. #public #topSearch{font-size: 16px;}
  20. #public .form-group-sm .form-control{height: 36px;/*line-height: 36px;*/border: #3f84f6 1px solid;border-radius: 0px;font-size: 14px;}
  21. #public .search-bg .col-xs-6{/*margin-left: 90px;*/}
  22. #public .search-bg .input-group-addon{width: 70px;height: 36px;display: inline-block;background: #3f84f6;font-size: 16px;text-align: center;line-height: 36px;color: #fff;padding: 0;border: none;border-radius: 0;position: absolute;top: 0;right: 0;}
  23. #public .order-table .header th,#public .inquiry-table .header th{height: 40px;line-height: 40px;background: none;font-size: 14px;}
  24. #public .order-table .order-hd,#public .inquiry-table .inquiry-hd{font-size: 14px;}
  25. #public .order-table .order-hd{ line-height: normal;}
  26. #public .order-table .order-bd,#public .inquiry-table .inquiry-bd{height: 100px;}
  27. #public .order-table .order-bd .product,#public .inquiry-table .inquiry-bd .product{line-height: 30px;font-size: 14px;}
  28. .height10{width: 100%;height: 10px;background: #f5f5f5;}
  29. #public .order-table .order-bd>td,#public .inquiry-table .inquiry-bd>td{ font-size: 14px;}
  30. #public .order-table,#public .inquiry-table{ background: #fff; }
  31. /*购物车*/
  32. #public .cart-table .header th{height: 40px;line-height: 40px;background: none;font-size: 14px;}
  33. #public .cart-table .cart-hd{font-size: 14px;}
  34. #public .cart-table .cart-bd{height: 100px;}
  35. #public .cart-table .cart-bd .product{line-height: 30px;font-size: 14px;}
  36. #public .cart-table .cart-bd>td{ font-size: 14px;}
  37. #public .cart-table{background: #fff;}
  38. #public .toolbar-top{font-size: 14px;}
  39. .com-text-1{
  40. font-size: 14px;
  41. margin-left: 20px;
  42. }
  43. #public .condition .toggle{
  44. font-size: 14px;
  45. }
  46. #public .search-bg .col-xs-6{
  47. width: 40%;
  48. padding: 0;
  49. }
  50. #public .search-bg #topSearch{
  51. width: 47%;
  52. }
  53. #public .toolbar-top .text-center .text-simple{
  54. color: #3a89d1;
  55. font-size: 14px;
  56. }
  57. #public #bg-white,#public #bg-white .search-bg{
  58. background: #f5f5f5;
  59. }