网站
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.
 
 
 

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