网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

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