网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1317 lines
21 KiB

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