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

1401 lines
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: 40%;
  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-left: 10%;
  75. margin-top: 7px;
  76. cursor: pointer;
  77. }
  78. .topTit02 img{
  79. margin-top: 2px;
  80. margin-right: 5px;
  81. }
  82. /*logo和搜索*/
  83. .logoSearch {
  84. height: calc(100vw/5.3 - 38px);
  85. }
  86. .logoSearch .logoSearch-div {
  87. height: 72px;
  88. line-height: 72px;
  89. position: relative;
  90. top: calc(100vw/5.3/3);
  91. }
  92. .logoSearch-div a {
  93. margin-left: 20px;
  94. color: #b8b8b8;
  95. }
  96. .logoSearch-div a:hover {
  97. color: var(--color);
  98. }
  99. .logoSearch-div h1 {
  100. line-height: 72px;
  101. margin-left: 15px;
  102. font-weight: 900;
  103. text-stroke: 1px #ffffff;
  104. -webkit-text-stroke: 1px #ffffff;
  105. font-size: 38px;
  106. }
  107. .logoSearch-div:first-child img,.logoSearch-div:first-child h1{
  108. cursor: pointer;
  109. }
  110. .searchClass {
  111. border: 2px solid var(--color)!important;
  112. border-radius: 20px;
  113. background: transparent;
  114. padding: 6px 10px;
  115. width: 100%;
  116. }
  117. .searchDiv {
  118. position: relative;
  119. width: 270px;
  120. transform: translate(0, 3px);
  121. }
  122. .searchButton {
  123. background-color: var(--color) !important;
  124. color: #ffffff !important;
  125. width: 65px !important;
  126. border: 2px solid var(--color);
  127. border-radius: 25px;
  128. padding: 4px 0px;
  129. position: absolute;
  130. right: 0;
  131. }
  132. /*导航栏*/
  133. .top .active {
  134. /*background-color: var(--color);*/
  135. background-color: #2d9e99;
  136. }
  137. .top .active a {
  138. color: #FFFFFF;
  139. }
  140. .top {
  141. background: var(--color);
  142. }
  143. .top ul {
  144. /*padding-bottom: 5px;*/
  145. cursor: pointer;
  146. }
  147. .top ul li {
  148. /*border-radius: 20px;*/
  149. display: inline-block;
  150. padding: 15px 0;
  151. }
  152. .top ul li a {
  153. line-height: 30px;
  154. padding: 0 20px;
  155. display: block;
  156. font-size: 16px;
  157. color: #FFFFFF;
  158. }
  159. .top ul li:hover {
  160. /*background-color: var(--color);*/
  161. background-color: #2d9e99;
  162. color: #FFFFFF;
  163. }
  164. .top ul li:hover a {
  165. color: #FFFFFF;
  166. }
  167. /*banner*/
  168. .banner {
  169. margin-top: 15px;
  170. }
  171. /*banner左侧导航*/
  172. .bannerLeft {
  173. border: 1px solid #e3e3e3;
  174. width: 400px;
  175. height: 300px;
  176. padding:5px 15px 15px;
  177. }
  178. .bannerLeft_tab {
  179. position: relative;
  180. }
  181. .bannerLeft_tab div{
  182. border-bottom: 1px solid #e3e3e3;
  183. position: absolute;
  184. bottom: 1px;
  185. width: 100%;
  186. z-index: -1;
  187. }
  188. .bannerLeft_tab p{
  189. display: inline-block;
  190. font-size: 18px;
  191. padding: 5px 0;
  192. }
  193. .bannerLeft_tab span{
  194. margin-top: 10px;
  195. cursor: pointer;
  196. }
  197. .bannerLeft_tab span:hover{
  198. color: var(--color);
  199. }
  200. .bannerLeft_tab p:hover{
  201. color: var(--color);
  202. cursor: pointer;
  203. border-bottom: 3px solid var(--color);
  204. }
  205. .bannerLeft_tab p.active{
  206. color: var(--color);
  207. border-bottom: 3px solid var(--color);
  208. }
  209. .bannerLeft_tab p:first-child{
  210. margin-right: 20px;
  211. }
  212. .bannerLeft-top ul li {
  213. margin: 12px 38px 0px 0px;
  214. display: inline-block;
  215. }
  216. .bannerLeft-tit01 {
  217. padding-left: 28px;
  218. position: relative;
  219. margin-top: 26px;
  220. }
  221. .bannerLeft-tit01 i{
  222. width: 22px;
  223. height: 22px;
  224. display: inline-block;
  225. background: url("../images/icon1_red.png") center no-repeat;
  226. background-color: var(--color);
  227. position: absolute;
  228. left: 0;
  229. top: 4px;
  230. border-radius: 50%;
  231. }
  232. .bannerLeft-tit02 {
  233. padding-left: 28px;
  234. position: relative;
  235. margin-top: 26px;
  236. }
  237. .bannerLeft-tit02 i {
  238. width: 22px;
  239. height: 22px;
  240. display: inline-block;
  241. background: url("../images/icon2_red.png") center no-repeat;
  242. background-color: var(--color);
  243. position: absolute;
  244. left: 0;
  245. top: 4px;
  246. border-radius: 50%;
  247. }
  248. .bannerLeft a {
  249. color: var(--color);
  250. font-size: 14px;
  251. }
  252. .bannerLeft-top a:hover {
  253. color: var(--color);
  254. }
  255. .bannerLeft-top ul li:last-child a {
  256. color: #adadad;
  257. }
  258. .bannerLeft-top ul li:last-child a:hover {
  259. color: var(--color);
  260. }
  261. .bannerLeft-buttom ul li {
  262. margin: 12px 15px 0px 0px;
  263. padding: 3px 6px;
  264. background-color: #f1f1f1;
  265. border-radius: 3px;
  266. display: inline-block;
  267. }
  268. .bannerLeft-buttom li:hover {
  269. background-color: var(--color);
  270. }
  271. .bannerLeft-buttom li:hover a {
  272. color: #FFFFFF;
  273. }
  274. .bannerLeft-buttom ul li:last-child {
  275. background: none;
  276. }
  277. .bannerLeft-buttom ul li:last-child a {
  278. color: #adadad;
  279. }
  280. .bannerLeft-buttom ul li:last-child a:hover {
  281. color: var(--color);
  282. }
  283. .bannerRight {
  284. width: 800px;
  285. height: 300px;
  286. }
  287. /*内容区*/
  288. .centerLeft {}
  289. .centerLeft-top {
  290. border-bottom: 1px solid #adadad;
  291. }
  292. .center .centerLeft-top-tit01 {
  293. font-size: 28px;
  294. display: inline-block;
  295. vertical-align: middle;
  296. font-weight: bold;
  297. }
  298. .center .centerLeft-top-tit01 span {
  299. color: var(--color);
  300. }
  301. .center .centerLeft-top-tit02 {
  302. font-size: 14px;
  303. color: #d21313;
  304. display: inline-block;
  305. vertical-align: middle;
  306. }
  307. .center .centerLeft-top-tit02 span {
  308. font-size: 18px;
  309. background: #d21313;
  310. color: #FFFFFF;
  311. display: inline-block;
  312. padding: 0px 2px;
  313. }
  314. .centerLeft .centerLeft-center .tableList{
  315. width: 100%;
  316. height: auto;
  317. }
  318. .centerLeft .centerLeft-center .tableList table tr td span{
  319. padding: 3px 8px;
  320. margin: 0 5px 0 20px;
  321. display: inline-block;
  322. border-radius: 10px;
  323. }
  324. .centerLeft .centerLeft-center .tableList table tr{
  325. cursor: pointer;
  326. height: 41px;
  327. }
  328. .centerLeft-center .centerleft-center-tit01 {
  329. color: #626262;
  330. margin: 24px 0px 14px 0px;
  331. border-bottom: 1px solid #e3e3e3;
  332. padding-bottom: 10px;
  333. }
  334. /*.centerLeft-center .centerleft-center-tit01 span:first-child {*/
  335. /* color: var(--color);*/
  336. /*}*/
  337. .centerLeft-center .centerleft-center-tit01 span.active{
  338. color: var(--color);
  339. }
  340. .centerLeft-center .centerleft-center-tit01 span:hover {
  341. cursor: pointer;
  342. color: var(--color);
  343. }
  344. .centerLeft-center .centerleft-center-tit01 span:last-child {
  345. float: right;
  346. cursor: pointer;
  347. }
  348. .centerLeft-center .centerleft-center-tit01 span:last-child:hover {
  349. color: var(--color);
  350. }
  351. .centerLeft-center-middle {
  352. position: relative;
  353. width: 252px;
  354. border: 1px solid #e3e3e3;
  355. display: inline-block;
  356. }
  357. .centerLeft-center-middle div {
  358. padding: 12px 10px;
  359. }
  360. .centerLeft-center-middle .centerLeft-center-lable {
  361. width: 44px;
  362. /* height: 46px; */
  363. /*background: var(--color);*/
  364. color: #FFF;
  365. text-align: center;
  366. border-bottom-left-radius: 18px;
  367. border-bottom-right-radius: 18px;
  368. font-size: 14px;
  369. padding: 4px 0px;
  370. position: absolute;
  371. right: 10px;
  372. }
  373. .centerLeft-center-middle-tit01 {
  374. font-size: 16px;
  375. color: #626262;
  376. white-space: nowrap;
  377. overflow: hidden;
  378. text-overflow: ellipsis;
  379. }
  380. .centerLeft-center-middle-tit01 span {
  381. font-size: 12px;
  382. color: var(--color);
  383. border: 1px solid var(--color);
  384. padding: 1px 2px;
  385. margin-right: 6px;
  386. }
  387. .centerLeft-center-middle-ul li p {
  388. font-size: 14px;
  389. color: #626262;
  390. margin-top: 12px;
  391. }
  392. .centerLeft-center-middle-ul li:first-child p {
  393. font-size: 14px;
  394. color: #d21313;
  395. }
  396. .centerLeft-center-middle-ul li:first-child p i{
  397. font-size: 18px;
  398. color: #d21313;
  399. font-weight: bold;
  400. }
  401. .centerLeft-center-middle-ul li p span {
  402. display: inline-block;
  403. width: 4em;
  404. font-size: 12px;
  405. color: #adadad;
  406. margin-right: 12px;
  407. }
  408. .centerLeft-center-middle-ul li p span i {
  409. display: inline-block;
  410. width: 0.5em;
  411. }
  412. .centerLeft-center-bottom p:first-child {
  413. background: var(--icon) 0px no-repeat;
  414. padding-left: 16px;
  415. width: 66%;
  416. border-right: 1px solid #e3e3e3;
  417. white-space:nowrap;
  418. text-overflow:ellipsis;
  419. overflow:hidden;
  420. float: left;
  421. }
  422. .centerLeft-center-bottom p:nth-child(2) {
  423. width: 30%;
  424. float: right;
  425. text-align: center;
  426. }
  427. .centerLeft-center-bottom p {
  428. font-size: 12px;
  429. color: #adadad;
  430. display: block;
  431. }
  432. .centerLeft-center-bottom {
  433. border-top: 1px solid #e3e3e3;
  434. padding: 0 10px !important;
  435. line-height: 40px;
  436. }
  437. . centerRight {}
  438. .centerRight-list0 {
  439. min-height: 420px;
  440. /*padding: 26px 30px;*/
  441. background-color: #f7f7f7;
  442. border: 1px solid #e3e3e3;
  443. float: left;
  444. margin-top: 25px;
  445. width: 24%;
  446. }
  447. .centerRight-list0 p:first-child {
  448. font-size: 20px;
  449. color: #ffffff;
  450. }
  451. .centerRight-list0 p:first-child span:first-child {
  452. font-size: 12px;
  453. color: #ffffff;
  454. border: 1px solid #ffffff;
  455. padding: 1px 6px;
  456. margin-right: 6px;
  457. }
  458. .centerRight-list0 p:first-child span {
  459. display: inline;
  460. vertical-align: middle;
  461. }
  462. .centerRight-list0 p {
  463. font-size: 14px;
  464. color: #626262;
  465. margin-bottom: 20px;
  466. }
  467. .centerRight-list0 p i {
  468. display: inline-block;
  469. width: 1em;
  470. }
  471. .centerRight-list0 p:nth-child(3) span {
  472. color: #d21313;
  473. }
  474. .centerRight-list0 p:nth-child(3) {
  475. margin-left: 15px;
  476. }
  477. .centerRight-list0 p:nth-child(2) {
  478. margin-left: 15px;
  479. }
  480. .centerRight-list0 .down{
  481. color: var(--color);
  482. }
  483. .centerRight-list0 p:last-child {
  484. text-align: center;
  485. color: #adadad;
  486. font-size: 12px;
  487. margin-bottom: 0;
  488. }
  489. .centerRight-list1 {
  490. margin-top: 25px;
  491. background-color: #f7f7f7;
  492. border: 1px solid #e3e3e3;
  493. padding-bottom: 15px;
  494. min-height: 420px;
  495. float: left;
  496. width: 24%;
  497. margin-left: 1.333%;
  498. }
  499. .centerRight-list1-tit01 {
  500. text-align: center;
  501. color: #ffffff;
  502. font-size: 20px;
  503. line-height: 42px;
  504. background-color: var(--color);
  505. }
  506. .centerRight-list1-tit02 {
  507. text-align: center;
  508. color: var(--color);
  509. font-size: 16px;
  510. margin-top: 15px;
  511. }
  512. .centerRight-list1-div01 {
  513. text-align: center;
  514. margin-top: 15px;
  515. }
  516. .centerRight-list1-div02 {
  517. margin: 0 auto;
  518. margin-top: 15px;
  519. width: 88%;
  520. margin-bottom: 18px;
  521. position: relative;
  522. }
  523. .centerRight-list1-div02 .searchClass {
  524. border: 2px solid var(--color);
  525. border-radius: 20px;
  526. background: transparent;
  527. padding: 6px 10px;
  528. width: 100%;
  529. }
  530. .searchClass .el-input-group__append {
  531. border: none;
  532. background-color: var(--color);
  533. border-radius: 20px;
  534. color: #FFFFFF;
  535. LEFT: 4PX;
  536. }
  537. .searchClass .el-input-group__prepend {
  538. border: none;
  539. background-color: transparent;
  540. padding: 0 10px 0 30px;
  541. }
  542. .searchClass .el-input__inner {
  543. height: 36px;
  544. line-height: 36px;
  545. border: none;
  546. background-color: transparent;
  547. }
  548. .searchClass .el-icon-search {
  549. font-size: 16px;
  550. line-height: 35px;
  551. }
  552. .searchClass .centerClass {
  553. height: 100%;
  554. line-height: 100%;
  555. display: inline-block;
  556. vertical-align: middle;
  557. text-align: right;
  558. }
  559. .searchClass .line {
  560. width: 1px;
  561. height: 26px;
  562. background-color: #c5c5c5;
  563. margin-left: 14px;
  564. }
  565. .centerRight-list1-div03 {
  566. border-top: 1px solid #e3e3e3;
  567. text-align: center;
  568. }
  569. .centerRight-list1-form {
  570. width: 88%;
  571. margin: 0 auto;
  572. margin-top: 15px;
  573. }
  574. .centerRight-list1-form tr {
  575. display: block;
  576. margin-bottom: 10px;
  577. }
  578. .centerRight-list1-form table {
  579. margin: 0 auto;
  580. }
  581. .centerRight-list1-form input,
  582. select {
  583. background-color: transparent;
  584. border: 1px solid #bfbfbf;
  585. height: 26px;
  586. padding-left: 5px;
  587. width: 170px;
  588. }
  589. .searchbtn {
  590. background-color: var(--color);
  591. color: #ffffff;
  592. margin: 0 auto;
  593. width: 66px;
  594. padding: 5px 0px;
  595. border: none;
  596. border-radius: 30px;
  597. }
  598. .centerRight-list2 {
  599. /*padding: 26px 20px;*/
  600. max-height: 300px;
  601. width: 100%;
  602. }
  603. .centerRight-list2-tit01 {
  604. font-size: 20px;
  605. color: #626262;
  606. }
  607. .centerRight-list2 .centerRight-list1-tit01{
  608. position: relative;
  609. }
  610. .centerRight-list2 .centerRight-list1-tit01 span:last-child{
  611. font-size: 14px;
  612. position: absolute;
  613. right: 15px;
  614. }
  615. .centerRight-list3 .centerRight-list1-tit01{
  616. position: relative;
  617. }
  618. .centerRight-list3 .centerRight-list1-tit01 span:last-child{
  619. font-size: 14px;
  620. position: absolute;
  621. right: 15px;
  622. }
  623. .centerRight-list2-tit01 span:last-child {
  624. font-size: 14px;
  625. float: right;
  626. }
  627. .centerRight-list2-tit01 span:last-child:hover {
  628. color: var(--color);
  629. cursor: pointer;
  630. }
  631. .centerRight-list2 ul li p:first-child {
  632. overflow: hidden;
  633. text-overflow: ellipsis;
  634. white-space: nowrap;
  635. margin-bottom: 5px;
  636. }
  637. .centerRight-list2 ul li p:last-child {
  638. display: flex !important;
  639. display: -webkit-box !important;
  640. display: -webkit-flex !important;
  641. justify-content: space-between;
  642. -webkit-justify-content: space-between;
  643. }
  644. .centerRight-list2 ul li p:last-child span {
  645. color: #adadad;
  646. }
  647. .centerRight-list2 ul li p:last-child span:nth-child(1) span {
  648. color: #000;
  649. }
  650. .centerRight-list2 ul li {
  651. margin-top: 10px;
  652. }
  653. .centerRight-list2 ul li a:hover {
  654. color: var(--color);
  655. }
  656. .centerRight-list3 {
  657. max-height: 300px;
  658. width: 100%;
  659. }
  660. .centerRight-list3-tit01 {
  661. font-size: 20px;
  662. color: #626262;
  663. }
  664. .centerRight-list3-tit01 span {
  665. font-size: 14px;
  666. }
  667. .centerRight-list3-tit01 span:hover {
  668. color: var(--color);
  669. cursor: pointer;
  670. }
  671. .centerRight-list3 ul li p:first-child {
  672. overflow: hidden;
  673. text-overflow: ellipsis;
  674. white-space: nowrap;
  675. margin-bottom: 5px;
  676. }
  677. .centerRight-list3 ul li p:last-child {
  678. color: #adadad;
  679. }
  680. .centerRight-list3 ul li p:last-child span {
  681. color: #000;
  682. }
  683. .centerRight-list3 ul li {
  684. margin-top: 10px;
  685. }
  686. .centerRight-list3 ul li a:hover {
  687. color: var(--color);
  688. }
  689. .el-table__body-wrapper::-webkit-scrollbar {
  690. width: 0px;
  691. height: 0px;
  692. }
  693. .bottom .bottomNews-tit01 {
  694. font-size: 28px;
  695. display: inline-block;
  696. font-weight: bold;
  697. }
  698. .bottom .bottomNews-tit01 span {
  699. color: var(--color);
  700. }
  701. .bottom .bottomNews-tit02 {
  702. font-size: 16px;
  703. color: #626262;
  704. display: inline-block;
  705. }
  706. .bottom .bottomNews-tit02:hover {
  707. color: var(--color);
  708. cursor: pointer;
  709. }
  710. .bottomNews {
  711. border-bottom: 1px solid #adadad;
  712. margin-bottom: 18px;
  713. }
  714. .bottomNews-list {
  715. width: 32%;
  716. padding: 20px 30px;
  717. background-color: #f7f7f7;
  718. border: 1px solid #e3e3e3;
  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 td {
  775. color: #d21313!important;
  776. }
  777. .notStart-row td {
  778. color: #007b76!important;
  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: 8%;
  988. }
  989. .tableHead tr td:first-child {
  990. width: 16%;
  991. }
  992. .tableHead tr td:last-child {
  993. width: 8%;
  994. }
  995. .tableList {
  996. height: 198px;
  997. overflow-y: auto;
  998. width: 1200px;
  999. }
  1000. .tableList table tr td {
  1001. width: 8%;
  1002. text-align: center;
  1003. padding: 10px 0px;
  1004. overflow: hidden;
  1005. white-space: nowrap;
  1006. text-overflow: ellipsis;
  1007. }
  1008. .tableList table tr td:first-child {
  1009. width: 16%;
  1010. overflow: hidden;
  1011. white-space: nowrap;
  1012. text-overflow: ellipsis;
  1013. }
  1014. .tableList table tr td:last-child {
  1015. width: 8%;
  1016. }
  1017. .tableList table tr:nth-child(odd) {
  1018. background-color: #f6f5f5;
  1019. }
  1020. .bidding input[type='button'] {
  1021. border: 1px solid #a6a6a6;
  1022. border-radius: 20px;
  1023. padding: 4px 10px;
  1024. }
  1025. .bidding input[type='button']:hover {
  1026. color: #FFFFFF !important;
  1027. border-color: var(--color) !important;
  1028. background-color: var(--color) !important;
  1029. }
  1030. .tabList table {
  1031. border: 1px solid #e3e3e3;
  1032. border-top: none;
  1033. }
  1034. .tabList table tr td {
  1035. text-align: center;
  1036. padding: 10px;
  1037. border-top: 1px solid #e3e3e3;
  1038. border-right: 1px solid #e3e3e3;
  1039. height: 41px;
  1040. }
  1041. .tabList table tr td:last-child {
  1042. border-right: none;
  1043. }
  1044. .tabList table tr:first-child td {
  1045. padding: 12px 10px;
  1046. border-right: none;
  1047. }
  1048. .tabList table tr:first-child {
  1049. background-color: #d7f0d2;
  1050. }
  1051. .tabList p.active {
  1052. border: 1px solid #e3e3e3;
  1053. border-bottom: none;
  1054. background-color: #d7f0d2;
  1055. }
  1056. .tabList p {
  1057. display: inline-table;
  1058. width: 128px;
  1059. height: 45px;
  1060. line-height: 45px;
  1061. text-align: center;
  1062. cursor: pointer;
  1063. }
  1064. .interactionTableLeft tr td {
  1065. border-bottom: 1px dashed #e3e3e3;
  1066. padding: 10px 0px;
  1067. }
  1068. .interactionTableLeft tr td:last-child {
  1069. text-align: right;
  1070. }
  1071. .interactionTableLeft tr td:first-child {
  1072. overflow: hidden;
  1073. text-overflow: ellipsis;
  1074. white-space: nowrap;
  1075. display: block;
  1076. }
  1077. .interactionTableLeft tr:hover {
  1078. color: var(--color);
  1079. }
  1080. .userName{
  1081. font-size: 12px;
  1082. color: #000!important;
  1083. margin: 0!important;
  1084. padding: 10px 0;
  1085. }
  1086. .userName:hover{
  1087. cursor: pointer;
  1088. color: var(--color);
  1089. }
  1090. .headHover{
  1091. position: absolute;
  1092. top: 38px;
  1093. right: 0;
  1094. background: #FFF;
  1095. padding: 15px 10px;
  1096. width: 142px;
  1097. z-index: 9;
  1098. box-shadow: 0px 0px 5px #e1e1e1;
  1099. }
  1100. .headHover ul li a{
  1101. line-height: 12px;
  1102. font-size: 12px;
  1103. margin-left: 5px;
  1104. color: #000;
  1105. }
  1106. .headHover ul li a:hover{
  1107. cursor: pointer;
  1108. color: var(--color);
  1109. }
  1110. .headHover ul li:first-child p:hover{
  1111. cursor: initial;
  1112. color: #000;
  1113. }
  1114. .headHover ul li{
  1115. padding: 8px 5px;
  1116. }
  1117. .headHover ul li:first-child{
  1118. padding: 0;
  1119. }
  1120. .headHover ul li:first-child p{
  1121. font-size: 14px;
  1122. border-bottom: 1px solid #e3e3e3;
  1123. padding-bottom: 15px;
  1124. line-height: 14px;
  1125. }
  1126. .headHover ul li:last-child p{
  1127. font-size: 12px;
  1128. line-height: 14px;
  1129. }
  1130. .headHover ul li:last-child{
  1131. border-top: 1px solid #e3e3e3;
  1132. }
  1133. .dressPc{
  1134. position: absolute;
  1135. right: 97px;
  1136. z-index: 9;
  1137. background: #FFF;
  1138. padding: 5px 12px;
  1139. box-shadow: 0px 0px 5px #e1e1e1;
  1140. top: 32px;
  1141. }
  1142. .dressPc ul li{
  1143. margin-bottom: 5px;
  1144. cursor: pointer;
  1145. }
  1146. .dressPc ul li:last-child{
  1147. margin-bottom: 0px;
  1148. }
  1149. .jiantou {
  1150. width: 6px;
  1151. height: 6px;
  1152. border-top: 1px solid #8f8f94;
  1153. border-right: 1px solid #8f8f94;
  1154. transform: rotate(45deg);
  1155. margin-top: 8px;
  1156. margin-left: 10px;
  1157. display: block;
  1158. float: left;
  1159. }