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