农燊高科官方网站
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

1178 Zeilen
18 KiB

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