b2bPublic.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  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;}
  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. }
  60. #public .menu .btn-group-justified{
  61. width: 100%;
  62. margin: 0 auto;
  63. height: 40px;
  64. line-height: 40px;
  65. background: #fff;
  66. border-bottom: 1px solid #f15601;
  67. }
  68. #public .menu .btn-group-justified .btn-group {
  69. min-width: 100px;
  70. height: 40px;
  71. text-align: center;
  72. float: left;
  73. margin-left: 25px;
  74. }
  75. #public .menu .btn-group-justified .btn-group button {
  76. height: 40px;
  77. font-size: 13px;
  78. font-weight: bold;
  79. border-top: 3px solid #fff;
  80. min-width: 110px;
  81. outline: none;
  82. }
  83. #public .menu .btn-group-justified .btn-group button.btn-info, #public .menu .btn-group-justified .btn-group button.btn-selected{
  84. border-top: 3px solid #f15601;
  85. border-left: 1px solid #f15601;
  86. border-right: 1px solid #f15601;
  87. border-bottom: 1px solid #fff !important;
  88. color: #f15601;
  89. height: 42px;
  90. line-height: 29px;
  91. }
  92. #public .menu .btn-group .btn{
  93. background: #fff;
  94. }
  95. #public .form-group-sm .form-control {
  96. width: 215px;
  97. border: #5078cb 1px solid;
  98. height: 32px;
  99. box-shadow: none;
  100. }
  101. #public .screen .sreach a.input-group-addon {
  102. width: 58px;
  103. height: 32px;
  104. background: #5078cb;
  105. color: #fff;
  106. line-height: 18px;
  107. float: none;
  108. broder-radius: 2px;
  109. vertical-align: unset;
  110. }
  111. #public .screen .sreach .sreach-input >.form-control{
  112. width: 220px;
  113. border: #5078cb 1px solid;
  114. height: 32px;
  115. }
  116. #public .order-table, #public .inquiry-table {
  117. width: 1026px;
  118. }
  119. #public .ng-table-pager{
  120. margin-top: 20px;
  121. }
  122. /*.order-table .order-hd .order-main span.icon{*/
  123. /*position: absolute;*/
  124. /*top: 0;*/
  125. /*left: 0;*/
  126. /*}*/
  127. .no-circle-icon {
  128. display: inline-block;
  129. padding: 0 5px;
  130. line-height: 20px;
  131. height: 20px;
  132. color: #fff !important;
  133. background: #ea5a60;
  134. cursor: pointer;
  135. }
  136. .circle-icon {
  137. display: inline-block;
  138. padding: 0 5px;
  139. line-height: 20px;
  140. height: 20px;
  141. color: #fff !important ;
  142. background: #15b262;
  143. cursor: pointer;
  144. }
  145. #public .tab_top ul li.down-purchase{
  146. float: right;
  147. margin-right: 24px;
  148. font-size: 14px;
  149. color: #5078cb;
  150. }
  151. #public .tab_top ul li.down-purchase .tab_add{
  152. min-width: 75px;
  153. padding: 0 5px;
  154. display: inline-block;
  155. color: #5078cb;
  156. cursor: pointer;
  157. }
  158. #public .tab_top ul li.down-purchase .tab_add i{
  159. color: #5078cb;
  160. }
  161. #public .order-table .order-hd td.first{
  162. position: relative;
  163. }
  164. #public .order-table .order-hd .order-main span.text-num {
  165. font-size: 14px;
  166. color: #333;
  167. font-weight: bold;
  168. }
  169. #public .order-table .order-hd .order-main span {
  170. font-size: 14px;
  171. font-weight: bold;
  172. }
  173. #public .order-table .order-hd .order-main span img {
  174. margin: 0px 5px 0 11px;
  175. vertical-align: sub;
  176. }
  177. #public .order-table>tbody:hover{
  178. border-color: #3c7cf5;
  179. border-width: 2px;
  180. }
  181. #public .order-table .order-hd .order-sum{
  182. font-size: 14px;
  183. font-weight: bold;
  184. color: #333333;
  185. }
  186. #public .menu .new-dot{
  187. width: 20px;
  188. height: 20px;
  189. line-height: 20px;
  190. font-size: 14px;
  191. color: #333;
  192. font-weight: inherit;
  193. top: -2px;
  194. }
  195. #public .menu .btn-group-justified .btn-group button.btn-info .new-dot,#public .menu .btn-group-justified .btn-group button:hover .new-dot{
  196. color: #f15601;
  197. }
  198. #public .order-table .order-hd .order-main span a.text-num {
  199. color: #3f84f6;
  200. font-size: 14px;
  201. }
  202. /*截止日期*/
  203. tbody td.enddate span{
  204. font-size: 14px;
  205. color: red;
  206. }
  207. /*历史报价*/
  208. /*.dropdown>.dropdown-toggle.text-default {*/
  209. /*color: #333333;*/
  210. /*}*/
  211. /*.dropdown>.dropdown-toggle:hover {*/
  212. /*display: inline-block;*/
  213. /*width: 78px;*/
  214. /*height: 21px;*/
  215. /*line-height: 21px;*/
  216. /*color: #ff0101;*/
  217. /*font-size: 13px;*/
  218. /*background-color: #e8e8e8;*/
  219. /*}*/
  220. #public .tender-table{
  221. width: 1026px;
  222. }
  223. #public .pro-line-sty01 td div {
  224. margin-bottom: 10px;
  225. padding-left: 10px;
  226. font-size: 14px;
  227. color: #666;
  228. }
  229. #public .pro-line-sty01 td div:last-child {
  230. margin-bottom: 0;
  231. }
  232. #public .pro-line-sty02 td div {
  233. line-height: 25px;
  234. font-size: 14px;
  235. color: #666;
  236. }
  237. #public .list-notnum {
  238. position: relative;
  239. text-align: left;
  240. padding-left: 35px;
  241. font-size: 14px;
  242. color: #666;
  243. }
  244. /*#public .icon{*/
  245. /*position: absolute;*/
  246. /*top: 0;*/
  247. /*left: 0;*/
  248. /*}*/
  249. #public .condition .screen {
  250. background: #fff;
  251. }
  252. #public .order-table>tbody:hover .operates , #public .order-table>tbody:hover .operates i, #public .order-table>tbody:hover .operates a{
  253. color: #5078cb;
  254. font-weight: bold;
  255. }
  256. #public .text-red {
  257. color: #ff4400;
  258. }
  259. #public .product> div b.text-muted01 {
  260. float: left;
  261. display: inline-block;
  262. width: 70px;
  263. color: #666;
  264. }
  265. #public .text-bold{
  266. font-size: 14px;
  267. }
  268. #public .text-inverse {
  269. font-size: 14px;
  270. color: #f40 !important;
  271. }
  272. #public .text-muted {
  273. color: #666 !important;
  274. font-size: 14px;
  275. }
  276. .block{
  277. width: 1026px;
  278. }
  279. .search {
  280. background: #fff;
  281. overflow: hidden;
  282. }
  283. .search .form-group{
  284. padding: 10px 0;
  285. margin-bottom: 0;
  286. float: right;
  287. width: 325px;
  288. }
  289. .search .form-group input {
  290. float: left;
  291. width: 267px;
  292. height: 32px;
  293. background-color: #ffffff;
  294. border: solid 1px #5078cb;
  295. }
  296. .search .form-group a{
  297. display: inline-block;
  298. float: left;
  299. width: 58px;
  300. height: 32px;
  301. font-size: 14px;
  302. color: #fff;
  303. background-color: #5078cb;
  304. }
  305. .order-table .order-hd span.margin-left20 img{
  306. margin: -3px 5px 0 0;
  307. }
  308. .order-table .order-hd span.margin-left20 span{
  309. font-size: 14px;
  310. color: #333;
  311. }
  312. .order-table .text-muted{
  313. font-size: 14px;
  314. color: #999;
  315. }
  316. .order-table .col-md-3 span:last-child {
  317. font-size: 14px;
  318. color: #333;
  319. }
  320. .order-table .order-hd, .customer-hd{
  321. width: 1026px !important ;
  322. height: 40px!important;
  323. line-height: 40px!important;
  324. background: #f4f7fe!important ;
  325. }
  326. .order-table .order-hd.height72{
  327. background: #fff !important ;
  328. }
  329. #public{
  330. box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  331. -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  332. -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  333. -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  334. border-radius: 5px;
  335. /* min-height: 1066px; */
  336. background: #fff;
  337. width: 1026px;
  338. font-size: 14px;
  339. }
  340. #public .pub-com_head, .com_head {
  341. width: 100%;
  342. height: 35px;
  343. line-height: 35px;
  344. background: #5078cb;
  345. border-radius: 5px 5px 0 0;
  346. /* background: url(../img/approvalFlow/comm_bg01.png) no-repeat left; */
  347. /* background-color: #f5f5f5; */
  348. /* background-size: 100% 100%; */
  349. }
  350. #public .pub-com_head span, .com_head span {
  351. margin-left: 10px;
  352. color: #fff;
  353. font-size: 14px;
  354. font-weight: bold;
  355. }
  356. .pub-com_head .p-right {
  357. float: right;
  358. }
  359. .pub-com_head .p-right a{
  360. color: #fff;
  361. margin: 0 10px;
  362. text-decoration: none !important;
  363. }