网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 16 KiB

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