common.css 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154
  1. /* 通用样式的预设 */
  2. /*
  3. color
  4. theme color = #5078cb
  5. header color = #8fbcdc
  6. header kind color = #5078cb
  7. header dropdown background color = #f3faff
  8. footer color = #7bb4dc
  9. button color = #f39800;
  10. */
  11. /* reset */
  12. * {
  13. margin: 0;
  14. padding: 0;
  15. }
  16. html {
  17. color: #000;
  18. background: #fff
  19. }
  20. html, body {
  21. -ms-overflow-style: scrollbar;
  22. }
  23. body,button,input,select,textarea {
  24. font-family: "Microsoft Yahei", "微软雅黑" !important;
  25. font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  26. }
  27. body a {
  28. cursor: pointer;
  29. }
  30. a:hover {
  31. color: #5078cb;
  32. }
  33. dl a:hover,li>a:hover,p>a:hover {
  34. color: #f50
  35. }
  36. /* IE10 viewport bug workaround */
  37. @-ms-viewport { width: device-width; }
  38. @-o-viewport { width: device-width; }
  39. @viewport { width: device-width; }
  40. /* render html5 elements as block */
  41. header,footer,section,aside,nav,article {
  42. display: block;
  43. }
  44. body {
  45. line-height: 1;
  46. color: #555;
  47. font-size: 12px;
  48. }
  49. #top, #header, #nav, #content, #main, #footer {
  50. min-width: 1170px;
  51. }
  52. #top .container, #header .container, #nav .container, #content .container, #main .container, #footer .container {
  53. width: 1190px;
  54. margin: 0 auto;
  55. }
  56. .carousel-inner,.carousel-control:hover,.carousel-control:focus {
  57. cursor: pointer;
  58. }
  59. .navbar {
  60. margin-bottom: 0;
  61. border-radius: 0;
  62. }
  63. .nav-pills>li+li {
  64. margin-left: 0;
  65. }
  66. /* font-size */
  67. .f12 {
  68. font-size: 12px;
  69. }
  70. .f14 {
  71. font-size: 14px !important;
  72. }
  73. .f16 {
  74. font-size: 16px;
  75. }
  76. .f18 {
  77. font-size: 18px;
  78. }
  79. .f20 {
  80. font-size: 20px;
  81. }
  82. .text-right{
  83. text-align: right !important;
  84. }
  85. .text-left{
  86. text-left: right !important;
  87. }
  88. .text-center{
  89. text-center: right !important;
  90. }
  91. /* text */
  92. .text-theme {
  93. color: #5078cb !important;
  94. }
  95. .text-deep-blue {
  96. color: #23527c;
  97. }
  98. .text-default {
  99. color: #56a022;
  100. }
  101. .text-inverse {
  102. color: #f40 !important;
  103. }
  104. .text-black {
  105. color: black !important;
  106. }
  107. .text-success{
  108. color: #008000 !important;
  109. }
  110. .text-muted {
  111. color: #888 !important;
  112. }
  113. .text-light {
  114. color: #666;
  115. }
  116. .text-blue {
  117. color: #3a9a4f !important;
  118. }
  119. .text-purple {
  120. color: #b029d0 !important;
  121. }
  122. .text-num {
  123. font-style: normal;
  124. font-family: verdana;
  125. }
  126. .text-small {
  127. font-size: 10px;
  128. font-family: "microsoft yahei";
  129. -webkit-transform: scale(0.83);
  130. -o-transform: scale(0.83);
  131. transform: scale(0.83);
  132. }
  133. .text-bold {
  134. font-weight: 700;
  135. }
  136. .text-border-success {
  137. border: 1px solid #f40;
  138. color: #f40;
  139. background-color: #fff;
  140. padding: 2px 4px;
  141. }
  142. .text-trans {
  143. position: absolute;
  144. top: 5px;
  145. right: 5px;
  146. background-color: #fff;
  147. border: 1px solid;
  148. padding: 3px 14px;
  149. font-size: 16px;
  150. font-family: "LiShu";
  151. border-radius: 10px;
  152. -moz-transform: rotate(-10deg);
  153. -webkit-transform: rotate(-10deg);
  154. -o-transform: rotate(-10deg);
  155. transform: rotate(-10deg);
  156. border-radius: 10px;
  157. opacity: 0.7;
  158. white-space: nowrap;
  159. }
  160. .text-trans.success {
  161. color: #ffb433;
  162. border-color: #ffb433;
  163. }
  164. .text-trans.error {
  165. color: #d44950;
  166. border-color: #d44950;
  167. }
  168. .text-trans.warning {
  169. color: #7f64b5;
  170. border-color: #7f64b5;
  171. }
  172. .text-ellipsis {
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. white-space: nowrap;
  176. }
  177. .text-link {
  178. color: #5e696e;
  179. cursor: pointer;
  180. text-decoration: underline;
  181. }
  182. .text-required {
  183. font-family: '楷体';
  184. color: #e42a2a;
  185. margin-right: 2px;
  186. }
  187. .text-simple {
  188. color: #9c9c9c
  189. }
  190. /* scroll */
  191. ::-webkit-scrollbar {
  192. width: 10px;
  193. height: 10px;
  194. }
  195. ::-webkit-scrollbar-thumb {
  196. background-color: #c1c1c1;
  197. border-radius: 5px;
  198. }
  199. ::-webkit-scrollbar-thumb:hover {
  200. background-color: #959595;
  201. }
  202. /*placeholder*/
  203. input::-webkit-input-placeholder{
  204. color: #999;
  205. }
  206. input:-moz-placeholder{
  207. color: #999;
  208. }
  209. input::-moz-placeholder{
  210. color: #999;
  211. }
  212.   input:-ms-input-placeholder{
  213. color: #999;
  214. }
  215. /* button btn */
  216. .btn-inverse {
  217. color: #fff;
  218. font-weight: bold;
  219. background-color: #ff7300;
  220. border-color: #ef5813;
  221. }
  222. .btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active
  223. {
  224. color: #fff;
  225. background-color: #ef5813;
  226. }
  227. .btn-theme {
  228. color: #fff;
  229. font-weight: bold;
  230. background-color: #7bb4dc;
  231. border-color: #5078cb;
  232. }
  233. .btn-theme:hover,.btn-theme:focus,.btn-theme:active,.btn-theme.active
  234. {
  235. color: #fff;
  236. background-color: #5078cb;
  237. }
  238. .input-inverse {
  239. border: 3px solid #ff7300;
  240. border-right-width: 0
  241. }
  242. .badge {
  243. background-color: #aaa;
  244. padding: 2px 5px;
  245. }
  246. .badge-inverse {
  247. background-color: #fe8843;
  248. }
  249. /*dropdown*/
  250. .dropdown>.dropdown-toggle {
  251. border-style: solid;
  252. border-width: 0 1px;
  253. border-color: transparent;
  254. }
  255. .dropdown>.dropdown-toggle>.caret {
  256. margin-top: -2px;
  257. color: #9c9c9c
  258. }
  259. .dropdown:hover>.dropdown-toggle {
  260. position: relative;
  261. background-color: #ffffff;
  262. border: 1px solid #eee;
  263. border-top: 0;
  264. border-bottom: 0;
  265. z-index: 1001;
  266. }
  267. .dropdown:hover>.dropdown-menu {
  268. display: block;
  269. position: absolute;
  270. border-color: #eee;
  271. }
  272. .dropdown:hover .caret,.dropdown-toggle:hover .caret {
  273. border-bottom: 4px solid !important;
  274. border-top: none;
  275. }
  276. .dropdown-submenu {
  277. position: relative;
  278. }
  279. .dropdown-submenu>.dropdown-menu {
  280. top: 0;
  281. left: 100%;
  282. margin-top: 0;
  283. }
  284. .dropdown-submenu:hover>.dropdown-toggle {
  285. position: relative;
  286. background-color: #ffffff;
  287. border-color: transparent;
  288. z-index: 1001;
  289. }
  290. .dropdown-submenu:hover>.dropdown-menu {
  291. display: block;
  292. min-width: 120px;
  293. font-size: 12px;
  294. }
  295. .dropdown-submenu.pull-left {
  296. float: none;
  297. }
  298. .dropdown-submenu.pull-left>.dropdown-menu {
  299. left: -100%;
  300. margin-left: 10px;
  301. -webkit-border-radius: 6px 0 6px 6px;
  302. -moz-border-radius: 6px 0 6px 6px;
  303. border-radius: 6px 0 6px 6px;
  304. }
  305. .dropdown-menu.arrow:before,.dropdown-menu.arrow:after {
  306. content: '';
  307. position: absolute;
  308. top: 15%;
  309. width: 0;
  310. height: 0;
  311. border: 10px solid transparent;
  312. }
  313. .dropdown-menu.arrow.left:before {
  314. margin-top: -11px;
  315. left: -20px;
  316. border: 10px solid transparent;
  317. border-right-color: #aaa;
  318. }
  319. .dropdown-menu.arrow.left:after {
  320. margin-top: -11px;
  321. left: -19px;
  322. border: 10px solid transparent;
  323. border-right-color:#fff;
  324. }
  325. /*form valid*/
  326. input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
  327. background-color: #fff8ee;
  328. border-color: #CC0033;
  329. }
  330. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  331. cursor: pointer;
  332. }
  333. /* modal 模态框 */
  334. .modal-open {
  335. overflow: auto;
  336. }
  337. .modal-open .modal {
  338. overflow-x: hidden;
  339. overflow-y: hidden;
  340. z-index: 999995 !important;
  341. }
  342. .table-bordered tr>td.border-leright {
  343. border-right: none !important;
  344. border-left: none !important;
  345. }
  346. .modal {
  347. position: absolute;
  348. top:50%;
  349. left:50%;
  350. margin-left:-50%;
  351. margin-top:-300px;
  352. }
  353. .modal-backdrop.in {
  354. filter: alpha(opacity=30);
  355. opacity: .3;
  356. }
  357. @keyframes spin {
  358. 0% { transform: rotate(360deg); }
  359. 100% { transform: rotate(0deg); }
  360. }
  361. @-webkit-keyframes spin {
  362. 0% { transform: rotate(360deg); }
  363. 100% { transform: rotate(0deg); }
  364. }
  365. /*loading new by suntg*/
  366. .loading {
  367. display: none;
  368. position: fixed;
  369. width: 100%;
  370. height: 100%;
  371. top: 0;
  372. left: 0;
  373. }
  374. .loading .wrap {
  375. width: 64px; height: 64px; position: absolute;left: 50%;top:50%;margin-left:-32px;margin-top: -32px;
  376. }
  377. .loading .wrap .outer {
  378. background-repeat: no-repeat;
  379. background-size:100%; position: absolute; width: 100%; height: 100%; background-image: url('../img/all/loading.png'); animation: spin 800ms infinite linear;}
  380. .loading.in {
  381. display: block;
  382. z-index: 9999999999;
  383. }
  384. .loading.in>i {
  385. position: absolute;
  386. top: 50%;
  387. left: 50%;
  388. margin: -66px 0 0 -33px;
  389. background: url("../img/all/loading.gif") no-repeat center center;
  390. width: 66px;
  391. height: 66px;
  392. }
  393. /* ::: 面板 ::: */
  394. .u-panel {
  395. border: 1px solid #1BA5F8;
  396. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  397. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  398. }
  399. .u-panel-heading {
  400. height: 57px;
  401. color: rgb(255, 255, 255);
  402. font-size: 14px;
  403. background-image: url("../img/product/title-higher-bg.png");
  404. text-align: center;
  405. line-height: 57px;
  406. }
  407. .u-panel-body {
  408. padding: 5px;
  409. text-align: center;
  410. min-height: 75px;
  411. font-size: 12px;
  412. position: relative;
  413. background-color: rgb(255, 255, 255);
  414. line-height: 1.8;
  415. }
  416. .u-panel-body > div {
  417. position: absolute;
  418. top: 50%;
  419. left: 50%;
  420. transform: translate(-50%, -50%);
  421. }
  422. /* 提示框 */
  423. .callout {
  424. position: absolute;
  425. border: 1px solid #dddddd;
  426. background-color: white;
  427. box-shadow: 5px 5px 5px #E2E3E4;
  428. color: hsl(0, 100%, 50%);
  429. border-radius: 3px;
  430. padding: .3em .7em;
  431. z-index: 10;
  432. }
  433. .callout::before {
  434. content: "";
  435. position: absolute;
  436. top: -.4em; left: 1em;
  437. padding: .35em;
  438. background: inherit;
  439. border: inherit;
  440. border-right: 0;
  441. border-bottom: 0;
  442. transform: rotate(45deg);
  443. }
  444. /*
  445. * 表格单元格之间流出空隙
  446. * @author yangck
  447. */
  448. table .before-blank, .table-bordered>tbody>tr>td.before-blank, .table-bordered>tbody>tr>th.before-blank, .table-bordered>tfoot>tr>td.before-blank, .table-bordered>tfoot>tr>th.before-blank, .table-bordered>thead>tr>td.before-blank, .table-bordered>thead>tr>th.before-blank {
  449. position: relative;
  450. border-right: 13px solid white;
  451. }
  452. table .before-blank:before {
  453. position: absolute;
  454. top: 0;
  455. right: -0.5px;
  456. content: " ";
  457. height: 100%;
  458. width: 1px;
  459. background: #eee;
  460. /*border: 1px solid #eee;*/
  461. }
  462. table .before-blank:after {
  463. position: absolute;
  464. top: 0;
  465. right: -13.5px;
  466. content: " ";
  467. height: 100%;
  468. width: 1px;
  469. background: #eee;
  470. }
  471. table th.before-blank:before, table th.before-blank:after {
  472. background: #317eac;
  473. }
  474. .select-adder {
  475. background: url(../img/user/images/xiala.png) right no-repeat #fff !important;
  476. background-position-x: 100% !important;
  477. }
  478. .check-active{
  479. padding-left: 0 !important;
  480. }
  481. .check-active label{
  482. width: 15px;
  483. height: 15px;
  484. display: inline-block;
  485. background: url(../img/user/images/check.png) no-repeat;
  486. position: relative;
  487. padding-left: 0 !important;
  488. overflow: hidden;
  489. margin-bottom: 0 !important;
  490. vertical-align: sub;
  491. margin-right: 5px !important;
  492. min-height: 15px !important;
  493. left: 0 !important;
  494. }
  495. .check-active input{
  496. display: none;
  497. }
  498. .check-active span{
  499. font-size: 14px;
  500. }
  501. .check-active a:hover{
  502. color: #5078cb !important;
  503. }
  504. .check-active input[type="checkbox"]:checked + label {
  505. background-position: -15px 0;
  506. }
  507. .check-active input[type="checkbox"]:checked + label + span{
  508. color: #5078cb;
  509. }
  510. .hei16{
  511. height: 14px !important;
  512. background: #ecf2fd;
  513. padding: 0 !important;
  514. border-bottom: none !important;
  515. }
  516. /*公用table*/
  517. .public-tab{
  518. margin-bottom: 0;
  519. }
  520. .public-tab.table tr td, .public-tab.table tr th {
  521. font-size: 14px;
  522. vertical-align: middle !important;
  523. }
  524. .public-tab.table>tbody+tbody{
  525. border-top: none;
  526. }
  527. .public-tab.table>thead>tr{
  528. height: 40px !important;
  529. }
  530. .public-tab.table>thead>tr>th,.public-tab.table>tbody>tr>td{
  531. border-bottom: #e8e8e8 1px solid;
  532. text-align: center;
  533. }
  534. .public-tab.table>thead>tr>th{
  535. border-bottom: none !important;
  536. }
  537. .public-tab.table>tbody>tr>td{
  538. border-top: none;
  539. border-bottom: #e8e8e8 1px solid;
  540. }
  541. .public-tab.table>tbody>tr>td a{
  542. margin: 0 10px;
  543. }
  544. .grey{
  545. color: #999;
  546. }
  547. .search-check{
  548. width: 100%;
  549. height: 54px;
  550. background: #fff;
  551. padding-top: 10px;
  552. margin-bottom: 16px;
  553. }
  554. .search-check .search{
  555. width: 550px;
  556. margin-left: 150px;
  557. }
  558. .search-check .search .form-control{
  559. width: 340px;
  560. float: left;
  561. height: 34px;
  562. border-radius: 0;
  563. box-shadow: none;
  564. border-right: none;
  565. }
  566. .search-check .search button,.search-check .search a{
  567. display: inline-block;
  568. width: 94px;
  569. height: 34px;
  570. line-height: 34px;
  571. text-align: center;
  572. font-size: 14px;
  573. }
  574. .search-check .search button{
  575. background: #d3e1fc;
  576. border-radius: 0;
  577. border: none !important;
  578. border-left: none;
  579. }
  580. .search-check .search a{
  581. background: #5078cb;
  582. color: #fff;
  583. float: right;
  584. }
  585. .search-check .search button:hover,.search-check .search a:hover{
  586. color: #fff;
  587. background: #3f7ae3;
  588. }
  589. .search-check .check{
  590. font-size: 14px;
  591. line-height: 35px;
  592. }
  593. .search-check .check a{
  594. font-size: 14px;
  595. margin-right: 20px;
  596. color: #333;
  597. }
  598. .search-check .check a:hover{
  599. color: #5078cb;
  600. }
  601. .search-check .check .check-active{
  602. margin-right: 15px;
  603. }
  604. .search-check .check .check-active span{
  605. font-weight: normal;
  606. color: #333;
  607. }
  608. .search-check .check .check-active label{
  609. margin-right: 0 !important;
  610. }
  611. .check-input input{
  612. display: none;
  613. }
  614. .check-input label label {
  615. width: 15px;
  616. height: 15px;
  617. display: inline-block;
  618. background: url(../img/user/images/check.png) no-repeat;
  619. position: relative;
  620. padding-left: 0 !important;
  621. overflow: hidden;
  622. margin-bottom: 0 !important;
  623. vertical-align: sub;
  624. min-height: 15px !important;
  625. left: 0 !important;
  626. }
  627. .check-input input[type="checkbox"]:checked + label{
  628. background-position: -15px 0;
  629. }
  630. .screen .sreach .btn-default{
  631. border: none;
  632. }
  633. .screen .sreach table .text-center{
  634. padding-bottom: 0 !important;
  635. }
  636. .blue-bg{
  637. background: #5078cb !important;
  638. }
  639. /*分页公共样式*/
  640. div.ng-table-pager a.page-a{
  641. background: #5078cb !important;
  642. }
  643. .wanted_list01 .pagination>.active>a{
  644. background: #5078cb;
  645. }
  646. .down-goods-btn{
  647. display: inline-block;
  648. width: 94px;
  649. height: 30px;
  650. line-height: 30px;
  651. text-align: center;
  652. font-size: 14px;
  653. background: #5078cb;
  654. color: #fff;
  655. float: right;
  656. margin-right: 15px;
  657. margin-top: 2px;
  658. }
  659. .down-goods-btn:hover{
  660. background: #3f7ae3;
  661. color: #fff;
  662. }
  663. .ng-table-pager{
  664. margin-right: 20px !important;
  665. background: #fff;
  666. }
  667. .ng-table-pager .ng-table-pagination li.active a{
  668. background: #5078cb !important;
  669. }
  670. .ng-table-pager .ng-table-pagination li.active a:hover{
  671. color: #fff !important;
  672. }
  673. div.ng-table-pager div.page-go-block{
  674. margin-top: 0 !important;
  675. }
  676. .ng-table-pagination .page-number{
  677. height: 30px !important;
  678. border-bottom-right-radius: 0;
  679. border-top-right-radius: 0;
  680. }
  681. body div.ng-table-pager input.page-number{
  682. width: 40px;
  683. height: 30px;
  684. padding: 0 !important;
  685. line-height: 30px;
  686. }
  687. body div.ng-table-pager a.page-a{
  688. color: #fff;
  689. border-color: #4574E8;
  690. /*padding: 6px 6px !important;*/
  691. font-size: 14px;
  692. border-top-right-radius: 4px;
  693. border-bottom-right-radius: 4px;
  694. text-decoration: none;
  695. height: 30px !important;
  696. display: inline-block;
  697. width: 35px;
  698. padding: 0;
  699. text-align: center;
  700. line-height: 30px;
  701. }
  702. .ng-table-pagination .page-a:hover{
  703. background: none !important;
  704. }
  705. .text-more{
  706. display: block;
  707. text-overflow: ellipsis;
  708. overflow: hidden;
  709. white-space: nowrap;
  710. }
  711. .no-record-list tr{
  712. height: 150px !important;
  713. }
  714. .no-record-list tr:hover{
  715. background: none !important;
  716. }
  717. .no-record-list tr span{
  718. font-size: 12px;
  719. color: #999;
  720. margin-left: 20px;
  721. }
  722. .no-record-list tr td{
  723. border-bottom: none !important;
  724. }
  725. .public-tab.table .no-record-list tr td{
  726. vertical-align: middle !important;
  727. }
  728. .no-record-list tr td img,.no-record-list tr td span{
  729. position: relative;
  730. bottom: -20px;
  731. }
  732. .no-record-list tr.height200{
  733. height: 200px !important;
  734. }
  735. .no-record-list tr.height200 img,.no-record-list tr.height200 span{
  736. bottom: 0 !important;
  737. }
  738. #left-nav-fragment .user_left ul li a:focus,#left-nav-fragment .user_left p:hover{
  739. color: #fff !important;
  740. }
  741. input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
  742. .color333{
  743. color: #333 !important;
  744. }
  745. .color666{
  746. color: #666 !important;
  747. }
  748. .color999{
  749. color: #999 !important;
  750. }
  751. ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  752. color: #999;
  753. }
  754. :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  755. color: #999;
  756. }
  757. ::-moz-placeholder { /* Mozilla Firefox 19+ */
  758. color: #999;
  759. }
  760. :-ms-input-placeholder { /* Internet Explorer 10-11 */
  761. color: #999;
  762. }
  763. /*显示多少条下拉*/
  764. .show-input{
  765. margin-right: 40px;
  766. width: 116px;
  767. display: inline-block;
  768. }
  769. .show-input .form-control{
  770. width: 45px;
  771. height: 22px;
  772. line-height: 22px;
  773. border-radius: 1px;
  774. padding: 0 2px;
  775. float: right;
  776. margin-left: 5px;
  777. font-size: 12px;
  778. }
  779. .search-check .more-hover {
  780. color: #fff !important;
  781. }
  782. .search-check .check{
  783. position: relative;
  784. }
  785. .search-check .check ul{
  786. width: 94px;
  787. position: absolute;
  788. left: 0;
  789. top: 30px;
  790. background: #fff;
  791. border: #e8e8e8 1px solid;
  792. padding: 5px 0;
  793. display: none;
  794. z-index: 200;
  795. }
  796. .search-check .check:hover ul{
  797. display: inline-block;
  798. }
  799. .search-check .check ul li{
  800. width: 100%;
  801. line-height: 22px;
  802. float: left;
  803. }
  804. .search-check .check ul li a{
  805. display: inline-block;
  806. width: 100%;
  807. height: 22px;
  808. text-align: center;
  809. font-size: 14px;
  810. line-height: 22px;
  811. }
  812. .red{
  813. color: #f00 !important;
  814. }
  815. .blue{
  816. color: #5078cb !important;
  817. }
  818. /*全选操作*/
  819. .operation-btn{
  820. margin-right: 15px;
  821. margin-top: 4px;
  822. }
  823. .operation-btn a{
  824. width: 55px;
  825. height: 26px;
  826. line-height: 26px;
  827. display: inline-block;
  828. text-align: center;
  829. font-size: 14px;
  830. }
  831. .operation-btn a.off{
  832. background: #b4b5b9;
  833. color: #333;
  834. margin-right: 10px;
  835. }
  836. .operation-btn a.ok{
  837. background: #5078cb;
  838. color: #fff;
  839. }
  840. /*改为按钮*/
  841. .edit-icon button {
  842. width: 50px;
  843. height: 24px;
  844. border: none;
  845. color: #fff;
  846. float: left;
  847. }
  848. .edit-icon button:nth-of-type(2){
  849. margin-top: 3px;
  850. }
  851. .edit-icon button.ok {
  852. background: #33b401;
  853. }
  854. .edit-icon button.off {
  855. background: #f15601;
  856. }
  857. .edit-icon button.edit {
  858. background: #5078cb;
  859. }
  860. .edit-icon button.up {
  861. background: #fff;
  862. border: #5078cb 1px solid;
  863. color: #5078cb;
  864. }
  865. .edit-icon button.up:hover{
  866. background: #5078cb;
  867. color: #fff;
  868. }
  869. /* 去除数字输入框的上下箭头 */
  870. input::-webkit-outer-spin-button,
  871. input::-webkit-inner-spin-button {
  872. -webkit-appearance: none !important;
  873. margin: 0;
  874. }
  875. /*去掉搜狗小键盘样式*/
  876. input::-webkit-input-safebox-button{
  877. display: none;
  878. }
  879. /*去除textarea默认右下角可自由放大样式*/
  880. textarea{resize:none}
  881. .form-control:focus {
  882. border: 1px solid #4272d3;
  883. -webkit-box-shadow: none;
  884. -moz-box-shadow: none;
  885. box-shadow: none;
  886. }
  887. .form-control {
  888. border-color: #a9a9a9;
  889. }
  890. input[type="number"]{
  891. -moz-appearance: textfield !important;
  892. }
  893. select {
  894. -moz-appearance: none;
  895. }
  896. /*买卖家求购*/
  897. .seek-purchase .seek-purchase-content >table {
  898. table-layout:fixed;
  899. margin: 0 auto;
  900. }
  901. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
  902. height: 100%;
  903. padding-top: 10px;
  904. overflow: hidden;
  905. text-overflow: ellipsis;
  906. white-space: nowrap;
  907. width: 100%;
  908. }
  909. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap .date-bottom-item {
  910. margin-top: 33px;
  911. }
  912. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content {
  913. text-align: left;
  914. }
  915. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box {
  916. display: inline-block;
  917. float: left;
  918. }
  919. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl {
  920. width: 260px;
  921. line-height: 19px;
  922. word-break: break-all;
  923. white-space: pre-line;
  924. margin-right: 13px;
  925. }
  926. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl.bottom {
  927. margin-top: 11px;
  928. }
  929. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl .content {
  930. display: inline-block;
  931. width: 119px;
  932. overflow: hidden;
  933. vertical-align: middle;
  934. height: 38px;
  935. }
  936. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl span {
  937. float: left;
  938. width:110px;
  939. text-align: right;
  940. }
  941. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl.size-middle {
  942. width: 200px;
  943. }
  944. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl.size-middle .content {
  945. width: 86px;
  946. }
  947. /*.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small {
  948. width: 128px;
  949. }*/
  950. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-small .item {
  951. color: #f71026;
  952. width: 110px;
  953. line-height: 100px;
  954. text-align: center;
  955. }
  956. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap .remain {
  957. margin-top: 24px;
  958. }
  959. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap .en-name {
  960. overflow: hidden;
  961. text-overflow: ellipsis;
  962. white-space: nowrap;
  963. padding: 0 10px;
  964. }
  965. .seek-purchase .seek-purchase-content >table >tbody >tr.default-row .operate-seek .row-wrap >span {
  966. color: #4290f7;
  967. cursor: pointer;
  968. }
  969. /*买卖家订单详情及结算页手续费样式*/
  970. .oder_xq_list dl span.total-price{
  971. float: right;
  972. width: auto !important;
  973. position: relative;
  974. bottom: 22px;
  975. z-index: 10;
  976. /*margin-right: 20px;*/
  977. }
  978. .oder_xq_list dl span.total-price p{
  979. line-height: 25px;
  980. font-size: 14px;
  981. text-align: right;
  982. }
  983. .oder_xq_list dl span.total-price p:last-child,
  984. .oder_xq_list dl span.total-price p:last-child em,
  985. .oder_xq_list dl span.total-price p:last-child strong{
  986. color: #e64040;
  987. font-weight: bold;
  988. }
  989. .oder_xq_list dl span.total-price p em{
  990. color: #333;
  991. width: 219px;
  992. text-align: left;
  993. }
  994. .oder_xq_list dl span.total-price strong{
  995. font-weight: normal;
  996. width: 200px;
  997. display: inline-block;
  998. float: left;
  999. color: #666;
  1000. padding-right: 15px;
  1001. }
  1002. .oder_xq_list dl span.total-price strong .price-down {
  1003. display: inline-block;
  1004. width: 32px;
  1005. height: 16px;
  1006. line-height: 16px;
  1007. text-align: center;
  1008. color: #fff;
  1009. background: #36ab67;
  1010. border-radius: 2px;
  1011. float: none;
  1012. font-size: 12px;
  1013. margin-right: 6px;
  1014. cursor: pointer;
  1015. }
  1016. .oder_xq_list dl span.total-price .price-down-tag {
  1017. text-decoration: line-through;
  1018. margin: 0;
  1019. font-size: 12px;
  1020. }
  1021. .oder_xq_list dl span.total-price .remind-tag {
  1022. position: absolute;
  1023. background: #fff;
  1024. padding: 12px;
  1025. border: 1px solid #d3e2fc;
  1026. top: 54px;
  1027. }
  1028. .oder_xq_list dl span.total-price .remind-tag .remind-tag-content {
  1029. text-align: left;
  1030. line-height: 21px;
  1031. }
  1032. .oder_xq_list dl span.total-price .remind-tag .remind-tag-content.red-text {
  1033. color: #ef2324;
  1034. }
  1035. .oder_xq_list dl span.total-price .remind-tag.intro {
  1036. left: -46px;
  1037. }
  1038. .oder_xq_list dl span.total-price .remind-tag.intro .remind-tag-content{
  1039. max-width: 214px;
  1040. }
  1041. .oder_xq_list dl span.total-price .remind-tag.activity {
  1042. left: 0;
  1043. }
  1044. .oder_xq_list dl span.total-price .remind-tag.activity .remind-tag-content{
  1045. max-width: 173px;
  1046. }
  1047. .oder_xq_list dl span.total-price strong .fa {
  1048. font-size: 19px;
  1049. color: #cdddfc;
  1050. margin-right: 5px;
  1051. vertical-align: middle;
  1052. cursor: pointer;
  1053. }
  1054. .oder_xq_list dl span.total-price em{
  1055. float: left;
  1056. }
  1057. .text-ellipse {
  1058. overflow: hidden;
  1059. text-overflow: ellipsis;
  1060. white-space: nowrap;
  1061. }