网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

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