网站
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

1485 rader
24 KiB

  1. /*公共主题参数*/
  2. :root{
  3. --color:'';
  4. --icon:'';
  5. --logo:'';
  6. /*--color:#e8041f;*/
  7. }
  8. #bannerFocusWrapTop{
  9. height: calc(100vw/5.3);
  10. position: absolute;
  11. z-index: -1;
  12. }
  13. #userLogin{
  14. color: #adadad;
  15. text-align: left;
  16. font-size: 12px;
  17. padding: 10px 0;
  18. }
  19. #userLogin a{
  20. display: inline;
  21. }
  22. #userLogin a:first-child{
  23. border-right: 1px solid #adadad;
  24. margin-right: 5px;
  25. padding-right: 5px;
  26. }
  27. #userLogin a:hover{
  28. color: #007b76;
  29. }
  30. .logo{
  31. width: 593px;
  32. height: 72px;
  33. background: url("../images/index_head_logo.png") 0px no-repeat;
  34. }
  35. /*顶部标题*/
  36. .topTit {
  37. color: #adadad;
  38. width: 40%;
  39. text-align: left;
  40. font-size: 12px;
  41. padding: 10px 0;
  42. }
  43. .topDress{
  44. position: relative;
  45. }
  46. .topDress .el-input__inner {
  47. background: none;
  48. height: 25px;
  49. font-size: 12px;
  50. }
  51. .topDress .el-select {
  52. border: 1px solid #dbdbdb;
  53. height: 25px;
  54. width: 110px;
  55. background: url("../images/icon3.png") 8px no-repeat;
  56. padding-left: 10px;
  57. }
  58. .topDress .el-input__suffix {
  59. top: 5px !important;
  60. }
  61. .topDress .el-input__icon {
  62. line-height: 15px !important;
  63. }
  64. .topDress .el-input__suffix-inner {
  65. display: inline-block !important;
  66. }
  67. .topTit02 {
  68. border: 1px solid #dbdbdb;
  69. font-size: 12px;
  70. line-height: 23px;
  71. padding: 0px 15px;
  72. /*margin-left: 15px;*/
  73. margin-left: 10%;
  74. margin-top: 7px;
  75. cursor: pointer;
  76. }
  77. .topTit02 img{
  78. margin-top: 2px;
  79. margin-right: 5px;
  80. }
  81. /*logo和搜索*/
  82. .logoSearch {
  83. height: 150px;
  84. background: url("../images/index_head_bg.png") no-repeat center;
  85. background-size: 100% 100%;
  86. }
  87. .logoSearch .logoSearch-div {
  88. height: 72px;
  89. line-height: 72px;
  90. position: relative;
  91. top: 39px;
  92. width: 1200px;
  93. margin: 0 auto;
  94. }
  95. .logoSearch-div a {
  96. margin-left: 20px;
  97. color: #b8b8b8;
  98. }
  99. .logoSearch-div a:hover {
  100. color: var(--color);
  101. }
  102. .logoSearch-div h1 {
  103. line-height: 72px;
  104. margin-left: 15px;
  105. font-weight: 900;
  106. text-stroke: 1px #ffffff;
  107. -webkit-text-stroke: 1px #ffffff;
  108. font-size: 38px;
  109. }
  110. .logoSearch-div:first-child img,.logoSearch-div:first-child h1{
  111. cursor: pointer;
  112. }
  113. .searchClass {
  114. border: 2px solid var(--color)!important;
  115. border-radius: 20px;
  116. background: transparent;
  117. padding: 6px 10px;
  118. width: 100%;
  119. }
  120. .searchDiv {
  121. position: relative;
  122. width: 270px;
  123. transform: translate(0, 3px);
  124. }
  125. .searchButton {
  126. background-color: var(--color) !important;
  127. color: #ffffff !important;
  128. width: 65px !important;
  129. border: 2px solid var(--color);
  130. border-radius: 25px;
  131. padding: 4px 0px;
  132. position: absolute;
  133. right: 0;
  134. }
  135. /*导航栏*/
  136. .top .active {
  137. /*background-color: var(--color);*/
  138. background-color: #ffffff;
  139. }
  140. .top .active a {
  141. color: #1269d3;
  142. }
  143. .top {
  144. background: var(--color);
  145. }
  146. .top ul {
  147. /*padding-bottom: 5px;*/
  148. cursor: pointer;
  149. }
  150. .top ul li {
  151. /*border-radius: 20px;*/
  152. display: inline-block;
  153. padding: 15px 0;
  154. }
  155. .top ul li a {
  156. line-height: 30px;
  157. padding: 0 20px;
  158. display: block;
  159. font-size: 16px;
  160. color: #FFFFFF;
  161. }
  162. .top ul li:hover {
  163. /*background-color: var(--color);*/
  164. background-color: #ffffff;
  165. color: #1269d3;
  166. }
  167. .top ul li:hover a {
  168. color: #1269d3;
  169. }
  170. /*banner*/
  171. .banner {
  172. }
  173. /*banner左侧导航*/
  174. .bannerLeft {
  175. height: 400px;
  176. padding:20px;
  177. flex: 1;
  178. background: #f8f8f8;
  179. }
  180. .bannerLeft_tt{
  181. display: flex;
  182. justify-content: space-between;
  183. }
  184. .bannerLeft_tt a{
  185. line-height: 40px;
  186. }
  187. .bannerLeft_tt p{
  188. background: url("../images/index_center_left_icon.png") no-repeat left center;
  189. padding-left: 40px;
  190. height: 40px;
  191. font-size: 20px;
  192. font-weight: bold;
  193. line-height: 40px;
  194. }
  195. .bannerLeft_tab {
  196. position: relative;
  197. }
  198. .bannerLeft_tab div{
  199. border-bottom: 1px solid #e3e3e3;
  200. position: absolute;
  201. bottom: 1px;
  202. width: 100%;
  203. z-index: -1;
  204. }
  205. .bannerLeft_tab p{
  206. display: inline-block;
  207. font-size: 18px;
  208. padding: 5px 0;
  209. margin-left: 20px;
  210. }
  211. .bannerLeft_tab span{
  212. margin-top: 10px;
  213. cursor: pointer;
  214. }
  215. .bannerLeft_tab span:hover{
  216. color: var(--color);
  217. }
  218. .bannerLeft_tab p:hover{
  219. color: var(--color);
  220. cursor: pointer;
  221. border-bottom: 3px solid var(--color);
  222. }
  223. .bannerLeft_tab p.active{
  224. color: var(--color);
  225. border-bottom: 3px solid var(--color);
  226. }
  227. .bannerLeft_tab p:first-child{
  228. margin-left: 0px;
  229. }
  230. .bannerLeft-top ul li {
  231. margin: 12px 38px 0px 0px;
  232. display: inline-block;
  233. }
  234. .bannerLeft-tit01 {
  235. padding-left: 28px;
  236. position: relative;
  237. margin-top: 26px;
  238. }
  239. .bannerLeft-tit01 i{
  240. width: 22px;
  241. height: 22px;
  242. display: inline-block;
  243. background: url("../images/icon1_red.png") center no-repeat;
  244. background-color: var(--color);
  245. position: absolute;
  246. left: 0;
  247. top: 4px;
  248. border-radius: 50%;
  249. }
  250. .bannerLeft-tit02 {
  251. padding-left: 28px;
  252. position: relative;
  253. margin-top: 26px;
  254. }
  255. .bannerLeft-tit02 i {
  256. width: 22px;
  257. height: 22px;
  258. display: inline-block;
  259. background: url("../images/icon2_red.png") center no-repeat;
  260. background-color: var(--color);
  261. position: absolute;
  262. left: 0;
  263. top: 4px;
  264. border-radius: 50%;
  265. }
  266. .bannerLeft a {
  267. color: var(--color);
  268. font-size: 14px;
  269. }
  270. .bannerLeft-top a:hover {
  271. color: var(--color);
  272. }
  273. .bannerLeft-top ul li:last-child a {
  274. color: #adadad;
  275. }
  276. .bannerLeft-top ul li:last-child a:hover {
  277. color: var(--color);
  278. }
  279. .bannerLeft-buttom ul li {
  280. margin: 12px 15px 0px 0px;
  281. padding: 3px 6px;
  282. background-color: #f1f1f1;
  283. border-radius: 3px;
  284. display: inline-block;
  285. }
  286. .bannerLeft-buttom li:hover {
  287. background-color: var(--color);
  288. }
  289. .bannerLeft-buttom li:hover a {
  290. color: #FFFFFF;
  291. }
  292. .bannerLeft-buttom ul li:last-child {
  293. background: none;
  294. }
  295. .bannerLeft-buttom ul li:last-child a {
  296. color: #adadad;
  297. }
  298. .bannerLeft-buttom ul li:last-child a:hover {
  299. color: var(--color);
  300. }
  301. .bannerRight {
  302. width: 100%;
  303. height: 500px;
  304. }
  305. .nav_main{
  306. display: flex;
  307. justify-content: space-between;
  308. padding: 3vh 0;
  309. background: #f8f8f8;
  310. margin: 3vh auto;
  311. }
  312. .nav_main div{
  313. display: flex;
  314. flex-direction: column;
  315. align-items: center;
  316. justify-content: center;
  317. width: 11.1111%;
  318. }
  319. .nav_main div img{
  320. display: block;
  321. margin-bottom: 15px;
  322. }
  323. .center_main{
  324. display: flex;
  325. justify-content: space-between;
  326. }
  327. /*内容区*/
  328. .centerLeft {}
  329. .centerLeft-top {
  330. border-bottom: 1px solid #adadad;
  331. }
  332. .center .centerLeft-top-tit01 {
  333. font-size: 28px;
  334. display: inline-block;
  335. vertical-align: middle;
  336. font-weight: bold;
  337. }
  338. .center .centerLeft-top-tit01 span {
  339. color: var(--color);
  340. }
  341. .center .centerLeft-top-tit02 {
  342. font-size: 14px;
  343. color: #d21313;
  344. display: inline-block;
  345. vertical-align: middle;
  346. }
  347. .center .centerLeft-top-tit02 span {
  348. font-size: 18px;
  349. background: #d21313;
  350. color: #FFFFFF;
  351. display: inline-block;
  352. padding: 0px 2px;
  353. }
  354. .centerLeft .centerLeft-center .tableList{
  355. width: 100%;
  356. height: auto;
  357. }
  358. .centerLeft .centerLeft-center .tableList table tr td span{
  359. padding: 3px 8px;
  360. margin: 0 5px 0 20px;
  361. display: inline-block;
  362. border-radius: 10px;
  363. }
  364. .centerLeft .centerLeft-center .tableList table tr{
  365. cursor: pointer;
  366. height: 41px;
  367. }
  368. .centerLeft-center .centerleft-center-tit01 {
  369. color: #626262;
  370. margin: 24px 0px 14px 0px;
  371. border-bottom: 1px solid #e3e3e3;
  372. padding-bottom: 10px;
  373. }
  374. /*.centerLeft-center .centerleft-center-tit01 span:first-child {*/
  375. /* color: var(--color);*/
  376. /*}*/
  377. .centerLeft-center .centerleft-center-tit01 span.active{
  378. color: var(--color);
  379. }
  380. .centerLeft-center .centerleft-center-tit01 span:hover {
  381. cursor: pointer;
  382. color: var(--color);
  383. }
  384. .centerLeft-center .centerleft-center-tit01 span:last-child {
  385. float: right;
  386. cursor: pointer;
  387. }
  388. .centerLeft-center .centerleft-center-tit01 span:last-child:hover {
  389. color: var(--color);
  390. }
  391. .centerLeft-center-middle {
  392. position: relative;
  393. width: 252px;
  394. border: 1px solid #e3e3e3;
  395. display: inline-block;
  396. }
  397. .centerLeft-center-middle div {
  398. padding: 12px 10px;
  399. }
  400. .centerLeft-center-middle .centerLeft-center-lable {
  401. width: 44px;
  402. /* height: 46px; */
  403. /*background: var(--color);*/
  404. color: #FFF;
  405. text-align: center;
  406. border-bottom-left-radius: 18px;
  407. border-bottom-right-radius: 18px;
  408. font-size: 14px;
  409. padding: 4px 0px;
  410. position: absolute;
  411. right: 10px;
  412. }
  413. .centerLeft-center-middle-tit01 {
  414. font-size: 16px;
  415. color: #626262;
  416. white-space: nowrap;
  417. overflow: hidden;
  418. text-overflow: ellipsis;
  419. }
  420. .centerLeft-center-middle-tit01 span {
  421. font-size: 12px;
  422. color: var(--color);
  423. border: 1px solid var(--color);
  424. padding: 1px 2px;
  425. margin-right: 6px;
  426. }
  427. .centerLeft-center-middle-ul li p {
  428. font-size: 14px;
  429. color: #626262;
  430. margin-top: 12px;
  431. }
  432. .centerLeft-center-middle-ul li:first-child p {
  433. font-size: 14px;
  434. color: #d21313;
  435. }
  436. .centerLeft-center-middle-ul li:first-child p i{
  437. font-size: 18px;
  438. color: #d21313;
  439. font-weight: bold;
  440. }
  441. .centerLeft-center-middle-ul li p span {
  442. display: inline-block;
  443. width: 4em;
  444. font-size: 12px;
  445. color: #adadad;
  446. margin-right: 12px;
  447. }
  448. .centerLeft-center-middle-ul li p span i {
  449. display: inline-block;
  450. width: 0.5em;
  451. }
  452. .centerLeft-center-bottom p:first-child {
  453. background: var(--icon) 0px no-repeat;
  454. padding-left: 16px;
  455. width: 66%;
  456. border-right: 1px solid #e3e3e3;
  457. white-space:nowrap;
  458. text-overflow:ellipsis;
  459. overflow:hidden;
  460. float: left;
  461. }
  462. .centerLeft-center-bottom p:nth-child(2) {
  463. width: 30%;
  464. float: right;
  465. text-align: center;
  466. }
  467. .centerLeft-center-bottom p {
  468. font-size: 12px;
  469. color: #adadad;
  470. display: block;
  471. }
  472. .centerLeft-center-bottom {
  473. border-top: 1px solid #e3e3e3;
  474. padding: 0 10px !important;
  475. line-height: 40px;
  476. }
  477. . centerRight {}
  478. .centerRight-list0 {
  479. min-height: 420px;
  480. /*padding: 26px 30px;*/
  481. background-color: #f7f7f7;
  482. border: 1px solid #e3e3e3;
  483. float: left;
  484. margin-top: 25px;
  485. width: 24%;
  486. }
  487. .centerRight-list0 p:first-child {
  488. font-size: 20px;
  489. color: #ffffff;
  490. }
  491. .centerRight-list0 p:first-child span:first-child {
  492. font-size: 12px;
  493. color: #ffffff;
  494. border: 1px solid #ffffff;
  495. padding: 1px 6px;
  496. margin-right: 6px;
  497. }
  498. .centerRight-list0 p:first-child span {
  499. display: inline;
  500. vertical-align: middle;
  501. }
  502. .centerRight-list0 p {
  503. font-size: 14px;
  504. color: #626262;
  505. margin-bottom: 20px;
  506. }
  507. .centerRight-list0 p i {
  508. display: inline-block;
  509. width: 1em;
  510. }
  511. .centerRight-list0 p:nth-child(3) span {
  512. color: #d21313;
  513. }
  514. .centerRight-list0 p:nth-child(3) {
  515. margin-left: 15px;
  516. }
  517. .centerRight-list0 p:nth-child(2) {
  518. margin-left: 15px;
  519. }
  520. .centerRight-list0 .down{
  521. color: var(--color);
  522. }
  523. .centerRight-list0 p:last-child {
  524. text-align: center;
  525. color: #adadad;
  526. font-size: 12px;
  527. margin-bottom: 0;
  528. }
  529. .centerRight-list1 {
  530. margin-top: 25px;
  531. background-color: #f7f7f7;
  532. border: 1px solid #e3e3e3;
  533. padding-bottom: 15px;
  534. min-height: 420px;
  535. float: left;
  536. width: 24%;
  537. margin-left: 1.333%;
  538. }
  539. .centerRight-list1-tit01 {
  540. text-align: center;
  541. color: #ffffff;
  542. font-size: 20px;
  543. line-height: 42px;
  544. background-color: var(--color);
  545. }
  546. .centerRight-list1-tit02 {
  547. text-align: center;
  548. color: var(--color);
  549. font-size: 16px;
  550. margin-top: 15px;
  551. }
  552. .centerRight-list1-div01 {
  553. text-align: center;
  554. margin-top: 15px;
  555. }
  556. .centerRight-list1-div02 {
  557. margin: 0 auto;
  558. margin-top: 15px;
  559. width: 88%;
  560. margin-bottom: 18px;
  561. position: relative;
  562. }
  563. .centerRight-list1-div02 .searchClass {
  564. border: 2px solid var(--color);
  565. border-radius: 20px;
  566. background: transparent;
  567. padding: 6px 10px;
  568. width: 100%;
  569. }
  570. .searchClass .el-input-group__append {
  571. border: none;
  572. background-color: var(--color);
  573. border-radius: 20px;
  574. color: #FFFFFF;
  575. LEFT: 4PX;
  576. }
  577. .searchClass .el-input-group__prepend {
  578. border: none;
  579. background-color: transparent;
  580. padding: 0 10px 0 30px;
  581. }
  582. .searchClass .el-input__inner {
  583. height: 36px;
  584. line-height: 36px;
  585. border: none;
  586. background-color: transparent;
  587. }
  588. .searchClass .el-icon-search {
  589. font-size: 16px;
  590. line-height: 35px;
  591. }
  592. .searchClass .centerClass {
  593. height: 100%;
  594. line-height: 100%;
  595. display: inline-block;
  596. vertical-align: middle;
  597. text-align: right;
  598. }
  599. .searchClass .line {
  600. width: 1px;
  601. height: 26px;
  602. background-color: #c5c5c5;
  603. margin-left: 14px;
  604. }
  605. .centerRight-list1-div03 {
  606. border-top: 1px solid #e3e3e3;
  607. text-align: center;
  608. }
  609. .centerRight-list1-form {
  610. width: 88%;
  611. margin: 0 auto;
  612. margin-top: 15px;
  613. }
  614. .centerRight-list1-form tr {
  615. display: block;
  616. margin-bottom: 10px;
  617. }
  618. .centerRight-list1-form table {
  619. margin: 0 auto;
  620. }
  621. .centerRight-list1-form input,
  622. select {
  623. background-color: transparent;
  624. border: 1px solid #bfbfbf;
  625. height: 26px;
  626. padding-left: 5px;
  627. width: 170px;
  628. }
  629. .searchbtn {
  630. background-color: var(--color);
  631. color: #ffffff;
  632. margin: 0 auto;
  633. width: 66px;
  634. padding: 5px 0px;
  635. border: none;
  636. border-radius: 30px;
  637. }
  638. .centerRight-list2 {
  639. /*padding: 26px 20px;*/
  640. max-height: 300px;
  641. width: 100%;
  642. }
  643. .centerRight-list2-tit01 {
  644. font-size: 20px;
  645. color: #626262;
  646. }
  647. .centerRight-list2 .centerRight-list1-tit01{
  648. position: relative;
  649. }
  650. .centerRight-list2 .centerRight-list1-tit01 span:last-child{
  651. font-size: 14px;
  652. position: absolute;
  653. right: 15px;
  654. }
  655. .centerRight-list3 .centerRight-list1-tit01{
  656. position: relative;
  657. }
  658. .centerRight-list3 .centerRight-list1-tit01 span:last-child{
  659. font-size: 14px;
  660. position: absolute;
  661. right: 15px;
  662. }
  663. .centerRight-list2-tit01 span:last-child {
  664. font-size: 14px;
  665. float: right;
  666. }
  667. .centerRight-list2-tit01 span:last-child:hover {
  668. color: var(--color);
  669. cursor: pointer;
  670. }
  671. .centerRight-list2 ul li p:first-child {
  672. overflow: hidden;
  673. text-overflow: ellipsis;
  674. white-space: nowrap;
  675. margin-bottom: 5px;
  676. }
  677. .centerRight-list2 ul li p:last-child {
  678. display: flex !important;
  679. display: -webkit-box !important;
  680. display: -webkit-flex !important;
  681. justify-content: space-between;
  682. -webkit-justify-content: space-between;
  683. }
  684. .centerRight-list2 ul li p:last-child span {
  685. color: #adadad;
  686. }
  687. .centerRight-list2 ul li p:last-child span:nth-child(1) span {
  688. color: #000;
  689. }
  690. .centerRight-list2 ul li {
  691. margin-top: 10px;
  692. }
  693. .centerRight-list2 ul li a:hover {
  694. color: var(--color);
  695. }
  696. .centerRight-list3 {
  697. max-height: 300px;
  698. width: 100%;
  699. }
  700. .centerRight-list3-tit01 {
  701. font-size: 20px;
  702. color: #626262;
  703. }
  704. .centerRight-list3-tit01 span {
  705. font-size: 14px;
  706. }
  707. .centerRight-list3-tit01 span:hover {
  708. color: var(--color);
  709. cursor: pointer;
  710. }
  711. .centerRight-list3 ul li p:first-child {
  712. overflow: hidden;
  713. text-overflow: ellipsis;
  714. white-space: nowrap;
  715. margin-bottom: 5px;
  716. }
  717. .centerRight-list3 ul li p:last-child {
  718. color: #adadad;
  719. }
  720. .centerRight-list3 ul li p:last-child span {
  721. color: #000;
  722. }
  723. .centerRight-list3 ul li {
  724. margin-top: 10px;
  725. }
  726. .centerRight-list3 ul li a:hover {
  727. color: var(--color);
  728. }
  729. .el-table__body-wrapper::-webkit-scrollbar {
  730. width: 0px;
  731. height: 0px;
  732. }
  733. .bottom .bottomNews-tit01 {
  734. font-size: 28px;
  735. display: inline-block;
  736. font-weight: bold;
  737. }
  738. .bottom .bottomNews-tit01 span {
  739. color: var(--color);
  740. }
  741. .bottom .bottomNews-tit02 {
  742. font-size: 16px;
  743. color: #626262;
  744. display: inline-block;
  745. }
  746. .bottom .bottomNews-tit02:hover {
  747. color: var(--color);
  748. cursor: pointer;
  749. }
  750. .bottomNews {
  751. border-bottom: 1px solid #adadad;
  752. margin-bottom: 18px;
  753. }
  754. .bottomNews-list {
  755. width: 32%;
  756. padding: 20px 30px;
  757. background-color: #f7f7f7;
  758. border: 1px solid #e3e3e3;
  759. height: 332px;
  760. }
  761. .bottomNews-list p {
  762. font-size: 20px;
  763. color: #626262;
  764. }
  765. .bottomNews-list p span {
  766. font-size: 16px;
  767. color: #626262;
  768. float: right;
  769. }
  770. .bottomNews-list p span:hover {
  771. color: var(--color);
  772. cursor: pointer;
  773. }
  774. .bottomNews-list ul {
  775. margin-top: 10px;
  776. }
  777. .bottomNews-list ul li {
  778. margin-top: 22px;
  779. }
  780. .bottomNews-list ul li a {
  781. overflow: hidden;
  782. text-overflow: ellipsis;
  783. white-space: nowrap;
  784. display: block;
  785. }
  786. .bottomNews-list ul li a:hover {
  787. color: var(--color);
  788. }
  789. .bidding {
  790. overflow: hidden;
  791. background: #f8f8f8;
  792. padding: 20px;
  793. }
  794. .biddingTit {
  795. border-bottom: 1px solid #adadad;
  796. margin-bottom: 18px;
  797. }
  798. .biddingTit p {
  799. display: inline-block;
  800. }
  801. .bidding .biddingTit-tit01 {
  802. font-size: 28px;
  803. font-weight: bold;
  804. }
  805. .bidding .biddingTit-tit01 span {
  806. color: var(--color);
  807. }
  808. .bidding .biddingTit-tit02 {
  809. font-size: 16px;
  810. color: #626262;
  811. }
  812. .bidding .biddingTit-tit02:hover {
  813. color: var(--color);
  814. cursor: pointer;
  815. }
  816. .now-row td {
  817. color: #d21313!important;
  818. }
  819. .notStart-row td {
  820. color: #007b76!important;
  821. }
  822. .tableType {
  823. background-color: #e4e4e4;
  824. padding: 10px 25px;
  825. text-align: right;
  826. }
  827. .tableType i {
  828. display: inline-block;
  829. width: 10px;
  830. height: 10px;
  831. margin-right: 5px;
  832. }
  833. .tableType p {
  834. margin-left: 45px;
  835. display: inline-block;
  836. }
  837. .tableType p:nth-child(1) {
  838. color: #007b76;
  839. }
  840. .tableType p:nth-child(2) {
  841. color: #d21313;
  842. }
  843. .tableType p:nth-child(3) {
  844. color: #797979;
  845. }
  846. .tableType p:nth-child(1) i {
  847. background-color: #007b76;
  848. }
  849. .tableType p:nth-child(2) i {
  850. background-color: #d21313;
  851. }
  852. .tableType p:nth-child(3) i {
  853. background-color: #797979;
  854. }
  855. .personalTit {
  856. border-bottom: 1px solid #adadad;
  857. margin-bottom: 18px;
  858. }
  859. .personal .personalTit-tit01 {
  860. font-size: 28px;
  861. display: inline-block;
  862. font-weight: bold;
  863. }
  864. .personal .personalTit-tit01 span {
  865. color: var(--color);
  866. }
  867. .personal .personalTit-tit02 {
  868. font-size: 16px;
  869. color: #626262;
  870. display: inline-block;
  871. }
  872. .personal .personalTit-tit02:hover {
  873. color: var(--color);
  874. cursor: pointer;
  875. }
  876. .personalTit-banner {
  877. width: 400px;
  878. }
  879. .personalTit-Tab {
  880. width: 775px;
  881. position: relative;
  882. }
  883. .personalTit-Tab .perBtn {
  884. position: absolute;
  885. right: 0;
  886. color: #FFFFFF !important;
  887. border: none !important;
  888. background-color: var(--color) !important;
  889. }
  890. .el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  891. color: var(--color) !important;
  892. }
  893. .el-tabs--card>.el-tabs__header {
  894. margin: 0 !important;
  895. }
  896. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  897. color: var(--color) !important;
  898. background: #f6f5f5 !important;
  899. }
  900. .el-tabs--card {
  901. box-shadow: none !important;
  902. }
  903. .el-tabs--card>.el-tabs__content {
  904. padding: 0 !important;
  905. }
  906. .personalTit-Tab .el-table td,
  907. .el-table th {
  908. padding: 10px 0px !important;
  909. }
  910. .el-table td.gutter,
  911. .el-table th.gutter {
  912. background: #e4e4e4 !important;
  913. }
  914. .interactionTit {
  915. border-bottom: 1px solid #adadad;
  916. margin-bottom: 18px;
  917. }
  918. .interaction .interactionTit-tit01 {
  919. font-size: 28px;
  920. font-weight: bold;
  921. }
  922. .interaction .interactionTit-tit01 span {
  923. color: var(--color);
  924. }
  925. .interaction .interactionTit-tit02 {
  926. font-size: 16px;
  927. color: #626262;
  928. }
  929. .interaction .interactionTit-tit02:hover {
  930. color: var(--color);
  931. cursor: pointer;
  932. }
  933. .interaction .searchClass {
  934. border: 2px solid var(--color);
  935. border-radius: 20px;
  936. background: transparent;
  937. width: 500px;
  938. padding: 6px 15px;
  939. }
  940. .interaction .searchClass .el-input__inner {
  941. height: 30px;
  942. }
  943. .interaction .searchClass .el-icon-search {
  944. line-height: 28px;
  945. }
  946. .interaction .seaBtn {
  947. color: #FFFFFF;
  948. border: 1px solid var(--color);
  949. background-color: var(--color);
  950. padding: 0px 40px;
  951. border-radius: 16px;
  952. line-height: 32px;
  953. height: 32px;
  954. }
  955. .bottomLink {
  956. background: #e8e8e8;
  957. margin-top: 40px;
  958. padding: 30px 0 40px;
  959. }
  960. .bottomLink-tit {
  961. font-size: 12px;
  962. color: #7f7f7f;
  963. }
  964. .bottomLink-tit img{
  965. vertical-align: middle;
  966. margin-right: 2px;
  967. }
  968. .bottomLink-linkList {
  969. font-size: 12px;
  970. color: #7f7f7f;
  971. width: 1000px;
  972. }
  973. .bottomLink-linkList a {
  974. margin-top: 15px;
  975. margin-right: 15px;
  976. display: inline-block;
  977. }
  978. .ba {
  979. font-size: 12px;
  980. color: #7f7f7f;
  981. margin-top: 20px;
  982. }
  983. .ba span {
  984. margin-left: 20px;
  985. }
  986. .ewm {
  987. padding: 25px 25px 0;
  988. }
  989. .ewmtit {
  990. font-size: 12px;
  991. color: #7f7f7f;
  992. margin-top: 5px;
  993. }
  994. input[type="radio"] {
  995. appearance: none;
  996. -webkit-appearance: none;
  997. outline: none;
  998. display: none
  999. }
  1000. label {
  1001. display: inline-block;
  1002. cursor: pointer;
  1003. margin-right: 10px;
  1004. }
  1005. label input[type="radio"]+span {
  1006. width: 12px;
  1007. height: 12px;
  1008. display: inline-block;
  1009. border: 1px solid var(--color);
  1010. background: url('../images/check.png') no-repeat;
  1011. background-position: 0 0;
  1012. position: relative;
  1013. top: 2px;
  1014. margin-right: 5px;
  1015. }
  1016. label input[type="radio"]:checked+span {
  1017. background-position: 0 -12px
  1018. }
  1019. .tableHead {
  1020. background-color: #e4e4e4;
  1021. color: #000000;
  1022. text-align: center;
  1023. font-size: 16px;
  1024. padding: 10px 0px;
  1025. font-weight: 600;
  1026. margin-top: 10px;
  1027. }
  1028. .tableHead tr td {
  1029. width: 8%;
  1030. }
  1031. .tableHead tr td:first-child {
  1032. width: 16%;
  1033. }
  1034. .tableHead tr td:last-child {
  1035. width: 8%;
  1036. }
  1037. .tableList {
  1038. height: 198px;
  1039. overflow-y: auto;
  1040. width: 1218px;
  1041. }
  1042. .tableList table tr td {
  1043. width: 8%;
  1044. text-align: center;
  1045. padding: 10px 0px;
  1046. overflow: hidden;
  1047. white-space: nowrap;
  1048. text-overflow: ellipsis;
  1049. }
  1050. .tableList table tr td:first-child {
  1051. width: 16%;
  1052. overflow: hidden;
  1053. white-space: nowrap;
  1054. text-overflow: ellipsis;
  1055. }
  1056. .tableList table tr td:last-child {
  1057. width: 8%;
  1058. }
  1059. .tableList table tr:nth-child(odd) {
  1060. background-color: #f6f5f5;
  1061. }
  1062. .tableList_top {
  1063. height: 260px;
  1064. overflow-y: auto;
  1065. }
  1066. .tableList_top table tr td {
  1067. text-align: left;
  1068. padding: 10px 0px;
  1069. overflow: hidden;
  1070. white-space: nowrap;
  1071. text-overflow: ellipsis;
  1072. }
  1073. .tableList_top table tr td:first-child {
  1074. overflow: hidden;
  1075. white-space: nowrap;
  1076. text-overflow: ellipsis;
  1077. width: 20%;
  1078. }
  1079. .tableList_top table tr td:last-child {
  1080. text-align: center;
  1081. width: 20%;
  1082. }
  1083. .tableList_top table tr:nth-child(odd) {
  1084. background-color: #f6f5f5;
  1085. }
  1086. .bidding input[type='button'] {
  1087. border: 1px solid #a6a6a6;
  1088. border-radius: 20px;
  1089. padding: 4px 10px;
  1090. }
  1091. .bidding input[type='button']:hover {
  1092. color: #FFFFFF !important;
  1093. border-color: var(--color) !important;
  1094. background-color: var(--color) !important;
  1095. }
  1096. .tabList table {
  1097. border: 1px solid #e3e3e3;
  1098. border-top: none;
  1099. }
  1100. .tabList table tr td {
  1101. text-align: center;
  1102. padding: 10px;
  1103. border-top: 1px solid #e3e3e3;
  1104. border-right: 1px solid #e3e3e3;
  1105. height: 41px;
  1106. }
  1107. .tabList table tr td:last-child {
  1108. border-right: none;
  1109. }
  1110. .tabList table tr:first-child td {
  1111. padding: 12px 10px;
  1112. border-right: none;
  1113. }
  1114. .tabList table tr:first-child {
  1115. background-color: #d7f0d2;
  1116. }
  1117. .tabList p.active {
  1118. border: 1px solid #e3e3e3;
  1119. border-bottom: none;
  1120. background-color: #d7f0d2;
  1121. }
  1122. .tabList p {
  1123. display: inline-table;
  1124. width: 128px;
  1125. height: 45px;
  1126. line-height: 45px;
  1127. text-align: center;
  1128. cursor: pointer;
  1129. }
  1130. .interactionTableLeft tr td {
  1131. border-bottom: 1px dashed #e3e3e3;
  1132. padding: 10px 0px;
  1133. }
  1134. .interactionTableLeft tr td:last-child {
  1135. text-align: right;
  1136. }
  1137. .interactionTableLeft tr td:first-child {
  1138. overflow: hidden;
  1139. text-overflow: ellipsis;
  1140. white-space: nowrap;
  1141. display: block;
  1142. }
  1143. .interactionTableLeft tr:hover {
  1144. color: var(--color);
  1145. }
  1146. .userName{
  1147. font-size: 12px;
  1148. color: #000!important;
  1149. margin: 0!important;
  1150. padding: 10px 0;
  1151. }
  1152. .userName:hover{
  1153. cursor: pointer;
  1154. color: var(--color);
  1155. }
  1156. .headHover{
  1157. position: absolute;
  1158. top: 38px;
  1159. right: 0;
  1160. background: #FFF;
  1161. padding: 15px 10px;
  1162. width: 142px;
  1163. z-index: 9;
  1164. box-shadow: 0px 0px 5px #e1e1e1;
  1165. }
  1166. .headHover ul li a{
  1167. line-height: 12px;
  1168. font-size: 12px;
  1169. margin-left: 5px;
  1170. color: #000;
  1171. }
  1172. .headHover ul li a:hover{
  1173. cursor: pointer;
  1174. color: var(--color);
  1175. }
  1176. .headHover ul li:first-child p:hover{
  1177. cursor: initial;
  1178. color: #000;
  1179. }
  1180. .headHover ul li{
  1181. padding: 8px 5px;
  1182. }
  1183. .headHover ul li:first-child{
  1184. padding: 0;
  1185. }
  1186. .headHover ul li:first-child p{
  1187. font-size: 14px;
  1188. border-bottom: 1px solid #e3e3e3;
  1189. padding-bottom: 15px;
  1190. line-height: 14px;
  1191. }
  1192. .headHover ul li:last-child p{
  1193. font-size: 12px;
  1194. line-height: 14px;
  1195. }
  1196. .headHover ul li:last-child{
  1197. border-top: 1px solid #e3e3e3;
  1198. }
  1199. .dressPc{
  1200. position: absolute;
  1201. right: 97px;
  1202. z-index: 9;
  1203. background: #FFF;
  1204. padding: 5px 12px;
  1205. box-shadow: 0px 0px 5px #e1e1e1;
  1206. top: 32px;
  1207. }
  1208. .dressPc ul li{
  1209. margin-bottom: 5px;
  1210. cursor: pointer;
  1211. }
  1212. .dressPc ul li:last-child{
  1213. margin-bottom: 0px;
  1214. }
  1215. .jiantou {
  1216. width: 6px;
  1217. height: 6px;
  1218. border-top: 1px solid #8f8f94;
  1219. border-right: 1px solid #8f8f94;
  1220. transform: rotate(45deg);
  1221. margin-top: 8px;
  1222. margin-left: 10px;
  1223. display: block;
  1224. float: left;
  1225. }
  1226. .center_main_jyxm{
  1227. overflow: hidden;
  1228. background: #f8f8f8;
  1229. padding: 20px;
  1230. }
  1231. .bannerLeft_tt_jyxm{
  1232. background: url("../images/index_center_left_icon_03.png") no-repeat left center!important;
  1233. }