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

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