网站
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

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