网站
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

4 anni fa
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045
  1. /*顶部标题*/
  2. .topTit {
  3. color: #adadad;
  4. width: 50%;
  5. text-align: left;
  6. font-size: 12px;
  7. padding: 10px 0;
  8. }
  9. .topDress .el-input__inner {
  10. background: none;
  11. height: 25px;
  12. font-size: 12px;
  13. }
  14. .topDress .el-select {
  15. border: 1px solid #dbdbdb;
  16. height: 25px;
  17. width: 110px;
  18. background: url("../images/icon3.png") 8px no-repeat;
  19. padding-left: 10px;
  20. }
  21. .topDress .el-input__suffix {
  22. top: 5px !important;
  23. }
  24. .topDress .el-input__icon {
  25. line-height: 15px !important;
  26. }
  27. .topDress .el-input__suffix-inner {
  28. display: inline-block !important;
  29. }
  30. .topTit02 {
  31. border: 1px solid #dbdbdb;
  32. font-size: 12px;
  33. line-height: 23px;
  34. padding: 0px 15px;
  35. margin-left: 15px;
  36. }
  37. /*logo和搜索*/
  38. .logoSearch {
  39. padding: 20px 0px;
  40. }
  41. .logoSearch .logoSearch-div {
  42. height: 72px;
  43. line-height: 72px;
  44. }
  45. .logoSearch-div a {
  46. margin-left: 20px;
  47. color: #b8b8b8;
  48. }
  49. .logoSearch-div a:hover {
  50. color: #007b76;
  51. }
  52. .logoSearch-div h1 {
  53. line-height: 72px;
  54. margin-left: 15px;
  55. }
  56. .logoSearch .searchClass {
  57. border: 2px solid #007b76;
  58. border-radius: 20px;
  59. background: transparent;
  60. padding: 6px 10px;
  61. width: 100%;
  62. }
  63. .searchDiv {
  64. position: relative;
  65. width: 270px;
  66. transform: translate(0, 20px);
  67. margin-left: 120px;
  68. }
  69. .searchButton {
  70. background-color: #007b76 !important;
  71. color: #ffffff !important;
  72. width: 65px !important;
  73. border: 2px solid #007b76;
  74. border-radius: 25px;
  75. padding: 4px 0px;
  76. position: absolute;
  77. right: 0;
  78. }
  79. /*导航栏*/
  80. .top .active {
  81. background-color: #007b76;
  82. }
  83. .top .active a {
  84. color: #FFFFFF;
  85. }
  86. .top {
  87. }
  88. .top ul {
  89. padding-bottom: 5px;
  90. border-bottom: 2px solid #007b76;
  91. }
  92. .top ul li {
  93. border-radius: 20px;
  94. display: inline-block;
  95. }
  96. .top ul li a {
  97. line-height: 30px;
  98. padding: 0 20px;
  99. display: block;
  100. font-size: 16px;
  101. }
  102. .top ul li:hover {
  103. background-color: #007b76;
  104. color: #FFFFFF;
  105. }
  106. .top ul li:hover a {
  107. color: #FFFFFF;
  108. }
  109. /*banner*/
  110. .banner {
  111. margin-top: 15px;
  112. }
  113. /*banner左侧导航*/
  114. .bannerLeft {
  115. padding: 0px 0px 30px 20px;
  116. border: 1px solid #e3e3e3;
  117. width: 400px;
  118. height: 300px;
  119. }
  120. .bannerLeft-top ul li {
  121. margin: 12px 40px 0px 0px;
  122. display: inline-block;
  123. }
  124. .bannerLeft-tit01 {
  125. background: url("../images/icon1.png") 0px no-repeat;
  126. padding-left: 28px;
  127. margin-top: 26px;
  128. }
  129. .bannerLeft-tit02 {
  130. background: url("../images/icon2.png") 0px no-repeat;
  131. padding-left: 28px;
  132. margin-top: 26px;
  133. }
  134. .bannerLeft a {
  135. color: #626262;
  136. font-size: 16px;
  137. }
  138. .bannerLeft-top a:hover {
  139. color: #007b76;
  140. }
  141. .bannerLeft-top ul li:last-child a {
  142. color: #adadad;
  143. }
  144. .bannerLeft-buttom ul li {
  145. margin: 12px 15px 0px 0px;
  146. padding: 3px 6px;
  147. background-color: #f1f1f1;
  148. border-radius: 3px;
  149. display: inline-block;
  150. }
  151. .bannerLeft-buttom li:hover {
  152. background-color: #007b76;
  153. }
  154. .bannerLeft-buttom li:hover a {
  155. color: #FFFFFF;
  156. }
  157. .bannerLeft-buttom ul li:last-child {
  158. background: none;
  159. }
  160. .bannerLeft-buttom ul li:last-child a {
  161. color: #adadad;
  162. }
  163. .bannerRight {
  164. width: 800px;
  165. }
  166. /*内容区*/
  167. .centerLeft {
  168. }
  169. .centerLeft-top {
  170. border-bottom: 1px solid #adadad;
  171. }
  172. .center .centerLeft-top-tit01 {
  173. font-size: 28px;
  174. display: inline-block;
  175. vertical-align: middle;
  176. }
  177. .center .centerLeft-top-tit01 span {
  178. color: #d21313;
  179. }
  180. .center .centerLeft-top-tit02 {
  181. font-size: 14px;
  182. color: #d21313;
  183. display: inline-block;
  184. vertical-align: middle;
  185. }
  186. .center .centerLeft-top-tit02 span {
  187. font-size: 18px;
  188. background: #d21313;
  189. color: #FFFFFF;
  190. display: inline-block;
  191. padding: 0px 2px;
  192. }
  193. .centerLeft-center .centerleft-center-tit01 {
  194. color: #626262;
  195. margin: 24px 0px 14px 0px;
  196. }
  197. .centerLeft-center .centerleft-center-tit01 span:last-child {
  198. float: right;
  199. }
  200. .centerLeft-center-middle {
  201. position: relative;
  202. width: 252px;
  203. border: 1px solid #e3e3e3;
  204. display: inline-block;
  205. }
  206. .centerLeft-center-middle div {
  207. padding: 12px 10px;
  208. }
  209. .centerLeft-center-middle .centerLeft-center-lable {
  210. width: 44px;
  211. /* height: 46px; */
  212. background: #007b76;
  213. color: #FFF;
  214. text-align: center;
  215. border-bottom-left-radius: 18px;
  216. border-bottom-right-radius: 18px;
  217. font-size: 14px;
  218. padding: 4px 0px;
  219. position: absolute;
  220. right: 10px;
  221. }
  222. .centerLeft-center-middle-tit01 {
  223. font-size: 16px;
  224. color: #626262;
  225. }
  226. .centerLeft-center-middle-tit01 span {
  227. font-size: 12px;
  228. color: #007b76;
  229. border: 1px solid #007b76;
  230. padding: 1px 2px;
  231. margin-right: 6px;
  232. }
  233. .centerLeft-center-middle-ul li p {
  234. font-size: 14px;
  235. color: #626262;
  236. margin-top: 12px;
  237. }
  238. .centerLeft-center-middle-ul li:first-child p {
  239. font-size: 14px;
  240. color: #d21313;
  241. }
  242. .centerLeft-center-middle-ul li p span {
  243. display: inline-block;
  244. width: 4em;
  245. font-size: 12px;
  246. color: #adadad;
  247. margin-right: 12px;
  248. }
  249. .centerLeft-center-middle-ul li p span i {
  250. display: inline-block;
  251. width: 0.5em;
  252. }
  253. .centerLeft-center-bottom p:first-child {
  254. background: url("../images/icon3.png") 0px no-repeat;
  255. padding-left: 16px;
  256. width: 70%;
  257. border-right: 1px solid #e3e3e3;
  258. }
  259. .centerLeft-center-bottom p {
  260. font-size: 12px;
  261. color: #adadad;
  262. display: inline-block;
  263. }
  264. .centerLeft-center-bottom {
  265. border-top: 1px solid #e3e3e3;
  266. padding: 0 10px !important;
  267. line-height: 40px;
  268. }
  269. .centerRight {
  270. }
  271. .centerRight-list0 {
  272. padding: 26px 30px;
  273. background-color: #f7f7f7;
  274. border: 1px solid #e3e3e3;
  275. }
  276. .centerRight-list0 p:first-child {
  277. font-size: 20px;
  278. color: #626262;
  279. }
  280. .centerRight-list0 p:first-child span:first-child {
  281. font-size: 12px;
  282. color: #007b76;
  283. border: 1px solid #007b76;
  284. padding: 1px 6px;
  285. margin-right: 6px;
  286. }
  287. .centerRight-list0 p:first-child span {
  288. display: inline-block;
  289. vertical-align: middle;
  290. }
  291. .centerRight-list0 p {
  292. font-size: 14px;
  293. color: #626262;
  294. margin-bottom: 20px;
  295. }
  296. .centerRight-list0 p i {
  297. display: inline-block;
  298. width: 1em;
  299. }
  300. .centerRight-list0 p:nth-child(3) span {
  301. color: #d21313;
  302. }
  303. .centerRight-list0 p:last-child {
  304. text-align: center;
  305. color: #adadad;
  306. font-size: 12px;
  307. margin-bottom: 0;
  308. }
  309. .centerRight-list1 {
  310. margin-top: 25px;
  311. background-color: #f7f7f7;
  312. border: 1px solid #e3e3e3;
  313. padding-bottom: 15px;
  314. }
  315. .centerRight-list1-tit01 {
  316. text-align: center;
  317. color: #ffffff;
  318. font-size: 20px;
  319. line-height: 42px;
  320. background-color: #007b76;
  321. }
  322. .centerRight-list1-tit02 {
  323. text-align: center;
  324. color: #007b76;
  325. font-size: 16px;
  326. margin-top: 15px;
  327. }
  328. .centerRight-list1-div01 {
  329. text-align: center;
  330. margin-top: 15px;
  331. }
  332. .centerRight-list1-div02 {
  333. margin: 0 auto;
  334. margin-top: 15px;
  335. width: 80%;
  336. margin-bottom: 18px;
  337. position: relative;
  338. }
  339. .centerRight-list1-div02 .searchClass {
  340. border: 2px solid #007b76;
  341. border-radius: 20px;
  342. background: transparent;
  343. padding: 6px 10px;
  344. width: 100%;
  345. }
  346. .searchClass .el-input-group__append {
  347. border: none;
  348. background-color: #007b76;
  349. border-radius: 20px;
  350. color: #FFFFFF;
  351. LEFT: 4PX;
  352. }
  353. .searchClass .el-input-group__prepend {
  354. border: none;
  355. background-color: transparent;
  356. padding: 0 10px 0 30px;
  357. }
  358. .searchClass .el-input__inner {
  359. height: 36px;
  360. line-height: 36px;
  361. border: none;
  362. background-color: transparent;
  363. }
  364. .searchClass .el-icon-search {
  365. font-size: 16px;
  366. line-height: 35px;
  367. }
  368. .searchClass .centerClass {
  369. height: 100%;
  370. line-height: 100%;
  371. display: inline-block;
  372. vertical-align: middle;
  373. text-align: right;
  374. }
  375. .searchClass .line {
  376. width: 1px;
  377. height: 26px;
  378. background-color: #c5c5c5;
  379. margin-left: 14px;
  380. }
  381. .centerRight-list1-div03 {
  382. border-top: 1px solid #e3e3e3;
  383. text-align: center;
  384. }
  385. .centerRight-list1-form {
  386. width: 80%;
  387. margin: 0 auto;
  388. margin-top: 15px;
  389. }
  390. .centerRight-list1-form tr{
  391. display: block;
  392. margin-bottom: 10px;
  393. }
  394. .centerRight-list1-form table{
  395. margin: 0 auto;
  396. }
  397. .centerRight-list1-form input,select {
  398. background-color: transparent;
  399. border: 1px solid #bfbfbf;
  400. height: 26px;
  401. padding-left: 5px;
  402. width: 196px;
  403. }
  404. .searchbtn {
  405. background-color: #007b76;
  406. color: #ffffff;
  407. margin: 0 auto;
  408. width: 66px;
  409. padding: 5px 0px;
  410. border: none;
  411. border-radius: 30px;
  412. }
  413. .centerRight-list2 {
  414. margin-top: 26px;
  415. background-color: #f7f7f7;
  416. border: 1px solid #e3e3e3;
  417. padding: 26px 20px;
  418. }
  419. .centerRight-list2-tit01 {
  420. font-size: 20px;
  421. color: #626262;
  422. }
  423. .centerRight-list2-tit01 span:last-child {
  424. font-size: 14px;
  425. float: right;
  426. }
  427. .centerRight-list2-tit01 span:last-child:hover {
  428. color: #007b76;
  429. cursor: pointer;
  430. }
  431. .centerRight-list2 ul li p:first-child {
  432. overflow: hidden;
  433. text-overflow: ellipsis;
  434. white-space: nowrap;
  435. margin-bottom: 10px;
  436. }
  437. .centerRight-list2 ul li p:last-child {
  438. display: flex !important;
  439. display: -webkit-box !important;
  440. display: -webkit-flex !important;
  441. justify-content: space-between;
  442. -webkit-justify-content: space-between;
  443. }
  444. .centerRight-list2 ul li p:last-child span {
  445. color: #adadad;
  446. }
  447. .centerRight-list2 ul li p:last-child span:nth-child(1) span {
  448. color: #000;
  449. }
  450. .centerRight-list2 ul li {
  451. margin-top: 28px;
  452. }
  453. .centerRight-list2 ul li a:hover {
  454. color: #007b76;
  455. }
  456. .centerRight-list3 {
  457. background-color: #f7f7f7;
  458. border: 1px solid #e3e3e3;
  459. padding: 26px 20px;
  460. }
  461. .centerRight-list3-tit01 {
  462. font-size: 20px;
  463. color: #626262;
  464. }
  465. .centerRight-list3-tit01 span {
  466. font-size: 14px;
  467. }
  468. .centerRight-list3-tit01 span:hover {
  469. color: #007b76;
  470. cursor: pointer;
  471. }
  472. .centerRight-list3 ul li p:first-child {
  473. overflow: hidden;
  474. text-overflow: ellipsis;
  475. white-space: nowrap;
  476. margin-bottom: 10px;
  477. }
  478. .centerRight-list3 ul li p:last-child {
  479. color: #adadad;
  480. }
  481. .centerRight-list3 ul li p:last-child span {
  482. color: #000;
  483. }
  484. .centerRight-list3 ul li {
  485. margin-top: 28px;
  486. }
  487. .centerRight-list3 ul li a:hover {
  488. color: #007b76;
  489. }
  490. .el-table__body-wrapper::-webkit-scrollbar {
  491. width: 0px;
  492. height: 0px;
  493. }
  494. .bottom .bottomNews-tit01 {
  495. font-size: 28px;
  496. display: inline-block;
  497. }
  498. .bottom .bottomNews-tit01 span {
  499. color: #007b76;
  500. }
  501. .bottom .bottomNews-tit02 {
  502. font-size: 16px;
  503. color: #626262;
  504. display: inline-block;
  505. }
  506. .bottom .bottomNews-tit02:hover {
  507. color: #007b76;
  508. cursor: pointer;
  509. }
  510. .bottomNews {
  511. border-bottom: 1px solid #adadad;
  512. margin-bottom: 18px;
  513. }
  514. .bottomNews-list {
  515. width: 32%;
  516. padding: 30px;
  517. background-color: #f7f7f7;
  518. border: 1px solid #e3e3e3;
  519. display: inline-block;
  520. }
  521. .bottomNews-list p {
  522. font-size: 20px;
  523. color: #626262;
  524. }
  525. .bottomNews-list p span {
  526. font-size: 16px;
  527. color: #626262;
  528. float: right;
  529. }
  530. .bottomNews-list p span:hover {
  531. color: #007b76;
  532. cursor: pointer;
  533. }
  534. .bottomNews-list ul {
  535. margin-top: 10px;
  536. }
  537. .bottomNews-list ul li {
  538. margin-top: 25px;
  539. }
  540. .bottomNews-list ul li a {
  541. overflow: hidden;
  542. text-overflow: ellipsis;
  543. white-space: nowrap;
  544. display: block;
  545. }
  546. .bottomNews-list ul li a:hover {
  547. color: #007b76;
  548. }
  549. .bidding{
  550. overflow: hidden;
  551. }
  552. .biddingTit {
  553. border-bottom: 1px solid #adadad;
  554. margin-bottom: 18px;
  555. }
  556. .biddingTit p{
  557. display: inline-block;
  558. }
  559. .bidding .biddingTit-tit01 {
  560. font-size: 28px;
  561. }
  562. .bidding .biddingTit-tit01 span {
  563. color: #007b76;
  564. }
  565. .bidding .biddingTit-tit02 {
  566. font-size: 16px;
  567. color: #626262;
  568. }
  569. .bidding .biddingTit-tit02:hover {
  570. color: #007b76;
  571. cursor: pointer;
  572. }
  573. .now-row {
  574. color: #d21313;
  575. }
  576. .notStart-row {
  577. color: #007b76;
  578. }
  579. .tableType {
  580. background-color: #e4e4e4;
  581. padding: 10px 25px;
  582. text-align: right;
  583. }
  584. .tableType i {
  585. display: inline-block;
  586. width: 10px;
  587. height: 10px;
  588. margin-right: 5px;
  589. }
  590. .tableType p {
  591. margin-left: 45px;
  592. display: inline-block;
  593. }
  594. .tableType p:nth-child(1) {
  595. color: #007b76;
  596. }
  597. .tableType p:nth-child(2) {
  598. color: #d21313;
  599. }
  600. .tableType p:nth-child(3) {
  601. color: #797979;
  602. }
  603. .tableType p:nth-child(1) i {
  604. background-color: #007b76;
  605. }
  606. .tableType p:nth-child(2) i {
  607. background-color: #d21313;
  608. }
  609. .tableType p:nth-child(3) i {
  610. background-color: #797979;
  611. }
  612. .personalTit {
  613. border-bottom: 1px solid #adadad;
  614. margin-bottom: 18px;
  615. }
  616. .personal .personalTit-tit01 {
  617. font-size: 28px;
  618. display: inline-block;
  619. }
  620. .personal .personalTit-tit01 span {
  621. color: #007b76;
  622. }
  623. .personal .personalTit-tit02 {
  624. font-size: 16px;
  625. color: #626262;
  626. display: inline-block;
  627. }
  628. .personal .personalTit-tit02:hover {
  629. color: #007b76;
  630. cursor: pointer;
  631. }
  632. .personalTit-banner {
  633. width: 400px;
  634. }
  635. .personalTit-Tab {
  636. width: 775px;
  637. position: relative;
  638. }
  639. .personalTit-Tab .perBtn {
  640. position: absolute;
  641. right: 0;
  642. color: #FFFFFF !important;
  643. border: none !important;
  644. background-color: #007b76 !important;
  645. }
  646. .el-tabs--card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  647. color: #007b76 !important;
  648. }
  649. .el-tabs--card > .el-tabs__header {
  650. margin: 0 !important;
  651. }
  652. .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  653. color: #007b76 !important;
  654. background: #f6f5f5 !important;
  655. }
  656. .el-tabs--card {
  657. box-shadow: none !important;
  658. }
  659. .el-tabs--card > .el-tabs__content {
  660. padding: 0 !important;
  661. }
  662. .personalTit-Tab .el-table td, .el-table th {
  663. padding: 10px 0px !important;
  664. }
  665. .el-table td.gutter, .el-table th.gutter {
  666. background: #e4e4e4 !important;
  667. }
  668. .interactionTit {
  669. border-bottom: 1px solid #adadad;
  670. margin-bottom: 18px;
  671. }
  672. .interaction .interactionTit-tit01 {
  673. font-size: 28px;
  674. }
  675. .interaction .interactionTit-tit01 span {
  676. color: #007b76;
  677. }
  678. .interaction .interactionTit-tit02 {
  679. font-size: 16px;
  680. color: #626262;
  681. }
  682. .interaction .interactionTit-tit02:hover {
  683. color: #007b76;
  684. cursor: pointer;
  685. }
  686. .interaction .searchClass {
  687. border: 2px solid #007b76;
  688. border-radius: 20px;
  689. background: transparent;
  690. width: 500px;
  691. padding: 6px 15px;
  692. }
  693. .interaction .searchClass .el-input__inner {
  694. height: 30px;
  695. }
  696. .interaction .searchClass .el-icon-search {
  697. line-height: 28px;
  698. }
  699. .interaction .seaBtn {
  700. color: #FFFFFF ;
  701. border: 1px solid #007b76 ;
  702. background-color: #007b76 ;
  703. padding: 0px 40px ;
  704. border-radius: 16px;
  705. line-height: 32px;
  706. height: 32px;
  707. }
  708. .bottomLink {
  709. background: #e8e8e8;
  710. margin-top: 40px;
  711. padding: 30px 0 40px;
  712. }
  713. .bottomLink-tit {
  714. font-size: 12px;
  715. color: #7f7f7f;
  716. }
  717. .bottomLink-linkList {
  718. font-size: 12px;
  719. color: #7f7f7f;
  720. width: 1000px;
  721. }
  722. .bottomLink-linkList p {
  723. width: 90px;
  724. margin-top: 15px;
  725. display: inline-block;
  726. }
  727. .ba {
  728. font-size: 12px;
  729. color: #7f7f7f;
  730. margin-top: 20px;
  731. }
  732. .ba span {
  733. margin-left: 20px;
  734. }
  735. .ewm {
  736. padding: 25px 25px 0;
  737. }
  738. .ewmtit {
  739. font-size: 12px;
  740. color: #7f7f7f;
  741. margin-top: 5px;
  742. }
  743. input[type="radio"] {
  744. appearance: none;
  745. -webkit-appearance: none;
  746. outline: none;
  747. display: none
  748. }
  749. label {
  750. display: inline-block;
  751. cursor: pointer;
  752. margin-right: 10px;
  753. }
  754. label input[type="radio"] + span {
  755. width: 12px;
  756. height: 12px;
  757. display: inline-block;
  758. border: 1px solid #007b76;
  759. background:url('../images/check.png') no-repeat;
  760. background-position: 0 0;
  761. position: relative;
  762. top: 2px;
  763. margin-right: 5px;
  764. }
  765. label input[type="radio"]:checked + span {
  766. background-position:0 -12px
  767. }
  768. .tableHead {
  769. background-color: #e4e4e4;
  770. color: #000000;
  771. text-align: center;
  772. font-size: 16px;
  773. padding: 10px 0px;
  774. font-weight: 600;
  775. margin-top: 10px;
  776. }
  777. .tableHead tr td{
  778. width: 12%;
  779. }
  780. .tableHead tr td:last-child{
  781. width: 16%;
  782. }
  783. .tableList{
  784. height: 198px;
  785. overflow-y:auto;
  786. width: 1218px;
  787. }
  788. .tableList table tr td{
  789. width: 12%;
  790. text-align: center;
  791. padding: 10px 0px;
  792. }
  793. .tableList table tr td:last-child{
  794. width: 16%;
  795. }
  796. .tableList table tr:nth-child(2n){
  797. background-color: #f6f5f5;
  798. }
  799. .bidding input[type='button']{
  800. border: 1px solid #a6a6a6;
  801. border-radius: 20px;
  802. padding: 4px 10px;
  803. }
  804. .bidding input[type='button']:hover {
  805. color: #FFFFFF !important;
  806. border-color: #007b76 !important;
  807. background-color: #007b76 !important;
  808. }
  809. .tabList table{
  810. border: 1px solid #e3e3e3;
  811. border-top: none;
  812. }
  813. .tabList table tr td{
  814. text-align: center;
  815. padding: 10px;
  816. border-top: 1px solid #e3e3e3;
  817. border-right: 1px solid #e3e3e3;
  818. }
  819. .tabList table tr td:last-child{
  820. border-right: none;
  821. }
  822. .tabList table tr:first-child td{
  823. padding: 12px 10px;
  824. border-right: none;
  825. }
  826. .tabList table tr:first-child{
  827. background-color: #f6f5f5;
  828. }
  829. .tabList p.active{
  830. border: 1px solid #e3e3e3;
  831. border-bottom: none;
  832. background-color: #f6f5f5;
  833. }
  834. .tabList p{
  835. display: inline-table;
  836. width: 128px;
  837. height: 45px;
  838. line-height: 45px;
  839. text-align: center;
  840. }
  841. .interactionTableLeft tr td{
  842. border-bottom: 1px dashed #e3e3e3;
  843. padding: 10px 0px;
  844. }
  845. .interactionTableLeft tr td:last-child{
  846. text-align: right;
  847. }
  848. .interactionTableLeft tr:hover{
  849. color: #007b76;
  850. }