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