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

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