public.css 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: #327ebe;}
  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: #327ebe 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: #327ebe;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. .pub-com_head {
  44. width: 100%;
  45. height: 40px;
  46. line-height: 44px;
  47. background: url("../img/approvalFlow/comm_bg01.png") no-repeat left;
  48. background-color: #f5f5f5;
  49. background-size: 100% 100%;
  50. }
  51. .pub-com_head span {
  52. margin-left: 30px;
  53. color: #000;
  54. font-size: 14px;
  55. }
  56. .pub-com_head .p-right{
  57. float: right;
  58. }
  59. .pub-com_head .p-right a{
  60. color: #3a89d1;
  61. font-size: 14px;
  62. margin-right: 20px;
  63. }
  64. .pub-com_head .p-right a:hover{
  65. color: #d32526;
  66. text-decoration: underline;
  67. }
  68. #public .condition .toggle{
  69. font-size: 14px;
  70. }
  71. #public .search-bg .col-xs-6{
  72. width: 40%;
  73. padding: 0;
  74. }
  75. #public .search-bg #topSearch{
  76. width: 47%;
  77. }
  78. #public .toolbar-top .text-center .text-simple{
  79. color: #3a89d1;
  80. font-size: 14px;
  81. }
  82. #public #bg-white,#public #bg-white .search-bg{
  83. background: #f5f5f5;
  84. }