农燊高科官方网站
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

1249 linhas
20 KiB

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