农燊高科官方网站
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.
 
 
 

1182 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 .down{
  329. color: #007b76;
  330. }
  331. .centerRight-list0 p:last-child {
  332. text-align: center;
  333. color: #adadad;
  334. font-size: 12px;
  335. margin-bottom: 0;
  336. }
  337. .centerRight-list1 {
  338. margin-top: 25px;
  339. background-color: #f7f7f7;
  340. border: 1px solid #e3e3e3;
  341. padding-bottom: 15px;
  342. }
  343. .centerRight-list1-tit01 {
  344. text-align: center;
  345. color: #ffffff;
  346. font-size: 20px;
  347. line-height: 42px;
  348. background-color: #007b76;
  349. }
  350. .centerRight-list1-tit02 {
  351. text-align: center;
  352. color: #007b76;
  353. font-size: 16px;
  354. margin-top: 15px;
  355. }
  356. .centerRight-list1-div01 {
  357. text-align: center;
  358. margin-top: 15px;
  359. }
  360. .centerRight-list1-div02 {
  361. margin: 0 auto;
  362. margin-top: 15px;
  363. width: 80%;
  364. margin-bottom: 18px;
  365. position: relative;
  366. }
  367. .centerRight-list1-div02 .searchClass {
  368. border: 2px solid #007b76;
  369. border-radius: 20px;
  370. background: transparent;
  371. padding: 6px 10px;
  372. width: 100%;
  373. }
  374. .searchClass .el-input-group__append {
  375. border: none;
  376. background-color: #007b76;
  377. border-radius: 20px;
  378. color: #FFFFFF;
  379. LEFT: 4PX;
  380. }
  381. .searchClass .el-input-group__prepend {
  382. border: none;
  383. background-color: transparent;
  384. padding: 0 10px 0 30px;
  385. }
  386. .searchClass .el-input__inner {
  387. height: 36px;
  388. line-height: 36px;
  389. border: none;
  390. background-color: transparent;
  391. }
  392. .searchClass .el-icon-search {
  393. font-size: 16px;
  394. line-height: 35px;
  395. }
  396. .searchClass .centerClass {
  397. height: 100%;
  398. line-height: 100%;
  399. display: inline-block;
  400. vertical-align: middle;
  401. text-align: right;
  402. }
  403. .searchClass .line {
  404. width: 1px;
  405. height: 26px;
  406. background-color: #c5c5c5;
  407. margin-left: 14px;
  408. }
  409. .centerRight-list1-div03 {
  410. border-top: 1px solid #e3e3e3;
  411. text-align: center;
  412. }
  413. .centerRight-list1-form {
  414. width: 80%;
  415. margin: 0 auto;
  416. margin-top: 15px;
  417. }
  418. .centerRight-list1-form tr {
  419. display: block;
  420. margin-bottom: 10px;
  421. }
  422. .centerRight-list1-form table {
  423. margin: 0 auto;
  424. }
  425. .centerRight-list1-form input,
  426. select {
  427. background-color: transparent;
  428. border: 1px solid #bfbfbf;
  429. height: 26px;
  430. padding-left: 5px;
  431. width: 196px;
  432. }
  433. .searchbtn {
  434. background-color: #007b76;
  435. color: #ffffff;
  436. margin: 0 auto;
  437. width: 66px;
  438. padding: 5px 0px;
  439. border: none;
  440. border-radius: 30px;
  441. }
  442. .centerRight-list2 {
  443. margin-top: 26px;
  444. background-color: #f7f7f7;
  445. border: 1px solid #e3e3e3;
  446. padding: 26px 20px;
  447. }
  448. .centerRight-list2-tit01 {
  449. font-size: 20px;
  450. color: #626262;
  451. }
  452. .centerRight-list2-tit01 span:last-child {
  453. font-size: 14px;
  454. float: right;
  455. }
  456. .centerRight-list2-tit01 span:last-child:hover {
  457. color: #007b76;
  458. cursor: pointer;
  459. }
  460. .centerRight-list2 ul li p:first-child {
  461. overflow: hidden;
  462. text-overflow: ellipsis;
  463. white-space: nowrap;
  464. margin-bottom: 10px;
  465. }
  466. .centerRight-list2 ul li p:last-child {
  467. display: flex !important;
  468. display: -webkit-box !important;
  469. display: -webkit-flex !important;
  470. justify-content: space-between;
  471. -webkit-justify-content: space-between;
  472. }
  473. .centerRight-list2 ul li p:last-child span {
  474. color: #adadad;
  475. }
  476. .centerRight-list2 ul li p:last-child span:nth-child(1) span {
  477. color: #000;
  478. }
  479. .centerRight-list2 ul li {
  480. margin-top: 28px;
  481. }
  482. .centerRight-list2 ul li a:hover {
  483. color: #007b76;
  484. }
  485. .centerRight-list3 {
  486. background-color: #f7f7f7;
  487. border: 1px solid #e3e3e3;
  488. padding: 26px 20px;
  489. }
  490. .centerRight-list3-tit01 {
  491. font-size: 20px;
  492. color: #626262;
  493. }
  494. .centerRight-list3-tit01 span {
  495. font-size: 14px;
  496. }
  497. .centerRight-list3-tit01 span:hover {
  498. color: #007b76;
  499. cursor: pointer;
  500. }
  501. .centerRight-list3 ul li p:first-child {
  502. overflow: hidden;
  503. text-overflow: ellipsis;
  504. white-space: nowrap;
  505. margin-bottom: 10px;
  506. }
  507. .centerRight-list3 ul li p:last-child {
  508. color: #adadad;
  509. }
  510. .centerRight-list3 ul li p:last-child span {
  511. color: #000;
  512. }
  513. .centerRight-list3 ul li {
  514. margin-top: 28px;
  515. }
  516. .centerRight-list3 ul li a:hover {
  517. color: #007b76;
  518. }
  519. .el-table__body-wrapper::-webkit-scrollbar {
  520. width: 0px;
  521. height: 0px;
  522. }
  523. .bottom .bottomNews-tit01 {
  524. font-size: 28px;
  525. display: inline-block;
  526. }
  527. .bottom .bottomNews-tit01 span {
  528. color: #007b76;
  529. }
  530. .bottom .bottomNews-tit02 {
  531. font-size: 16px;
  532. color: #626262;
  533. display: inline-block;
  534. }
  535. .bottom .bottomNews-tit02:hover {
  536. color: #007b76;
  537. cursor: pointer;
  538. }
  539. .bottomNews {
  540. border-bottom: 1px solid #adadad;
  541. margin-bottom: 18px;
  542. }
  543. .bottomNews-list {
  544. width: 32%;
  545. padding: 30px;
  546. background-color: #f7f7f7;
  547. border: 1px solid #e3e3e3;
  548. display: inline-block;
  549. }
  550. .bottomNews-list p {
  551. font-size: 20px;
  552. color: #626262;
  553. }
  554. .bottomNews-list p span {
  555. font-size: 16px;
  556. color: #626262;
  557. float: right;
  558. }
  559. .bottomNews-list p span:hover {
  560. color: #007b76;
  561. cursor: pointer;
  562. }
  563. .bottomNews-list ul {
  564. margin-top: 10px;
  565. }
  566. .bottomNews-list ul li {
  567. margin-top: 25px;
  568. }
  569. .bottomNews-list ul li a {
  570. overflow: hidden;
  571. text-overflow: ellipsis;
  572. white-space: nowrap;
  573. display: block;
  574. }
  575. .bottomNews-list ul li a:hover {
  576. color: #007b76;
  577. }
  578. .bidding {
  579. overflow: hidden;
  580. }
  581. .biddingTit {
  582. border-bottom: 1px solid #adadad;
  583. margin-bottom: 18px;
  584. }
  585. .biddingTit p {
  586. display: inline-block;
  587. }
  588. .bidding .biddingTit-tit01 {
  589. font-size: 28px;
  590. }
  591. .bidding .biddingTit-tit01 span {
  592. color: #007b76;
  593. }
  594. .bidding .biddingTit-tit02 {
  595. font-size: 16px;
  596. color: #626262;
  597. }
  598. .bidding .biddingTit-tit02:hover {
  599. color: #007b76;
  600. cursor: pointer;
  601. }
  602. .now-row {
  603. color: #d21313;
  604. }
  605. .notStart-row {
  606. color: #007b76;
  607. }
  608. .tableType {
  609. background-color: #e4e4e4;
  610. padding: 10px 25px;
  611. text-align: right;
  612. }
  613. .tableType i {
  614. display: inline-block;
  615. width: 10px;
  616. height: 10px;
  617. margin-right: 5px;
  618. }
  619. .tableType p {
  620. margin-left: 45px;
  621. display: inline-block;
  622. }
  623. .tableType p:nth-child(1) {
  624. color: #007b76;
  625. }
  626. .tableType p:nth-child(2) {
  627. color: #d21313;
  628. }
  629. .tableType p:nth-child(3) {
  630. color: #797979;
  631. }
  632. .tableType p:nth-child(1) i {
  633. background-color: #007b76;
  634. }
  635. .tableType p:nth-child(2) i {
  636. background-color: #d21313;
  637. }
  638. .tableType p:nth-child(3) i {
  639. background-color: #797979;
  640. }
  641. .personalTit {
  642. border-bottom: 1px solid #adadad;
  643. margin-bottom: 18px;
  644. }
  645. .personal .personalTit-tit01 {
  646. font-size: 28px;
  647. display: inline-block;
  648. }
  649. .personal .personalTit-tit01 span {
  650. color: #007b76;
  651. }
  652. .personal .personalTit-tit02 {
  653. font-size: 16px;
  654. color: #626262;
  655. display: inline-block;
  656. }
  657. .personal .personalTit-tit02:hover {
  658. color: #007b76;
  659. cursor: pointer;
  660. }
  661. .personalTit-banner {
  662. width: 400px;
  663. }
  664. .personalTit-Tab {
  665. width: 775px;
  666. position: relative;
  667. }
  668. .personalTit-Tab .perBtn {
  669. position: absolute;
  670. right: 0;
  671. color: #FFFFFF !important;
  672. border: none !important;
  673. background-color: #007b76 !important;
  674. }
  675. .el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  676. color: #007b76 !important;
  677. }
  678. .el-tabs--card>.el-tabs__header {
  679. margin: 0 !important;
  680. }
  681. .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  682. color: #007b76 !important;
  683. background: #f6f5f5 !important;
  684. }
  685. .el-tabs--card {
  686. box-shadow: none !important;
  687. }
  688. .el-tabs--card>.el-tabs__content {
  689. padding: 0 !important;
  690. }
  691. .personalTit-Tab .el-table td,
  692. .el-table th {
  693. padding: 10px 0px !important;
  694. }
  695. .el-table td.gutter,
  696. .el-table th.gutter {
  697. background: #e4e4e4 !important;
  698. }
  699. .interactionTit {
  700. border-bottom: 1px solid #adadad;
  701. margin-bottom: 18px;
  702. }
  703. .interaction .interactionTit-tit01 {
  704. font-size: 28px;
  705. }
  706. .interaction .interactionTit-tit01 span {
  707. color: #007b76;
  708. }
  709. .interaction .interactionTit-tit02 {
  710. font-size: 16px;
  711. color: #626262;
  712. }
  713. .interaction .interactionTit-tit02:hover {
  714. color: #007b76;
  715. cursor: pointer;
  716. }
  717. .interaction .searchClass {
  718. border: 2px solid #007b76;
  719. border-radius: 20px;
  720. background: transparent;
  721. width: 500px;
  722. padding: 6px 15px;
  723. }
  724. .interaction .searchClass .el-input__inner {
  725. height: 30px;
  726. }
  727. .interaction .searchClass .el-icon-search {
  728. line-height: 28px;
  729. }
  730. .interaction .seaBtn {
  731. color: #FFFFFF;
  732. border: 1px solid #007b76;
  733. background-color: #007b76;
  734. padding: 0px 40px;
  735. border-radius: 16px;
  736. line-height: 32px;
  737. height: 32px;
  738. }
  739. .bottomLink {
  740. background: #e8e8e8;
  741. margin-top: 40px;
  742. padding: 30px 0 40px;
  743. }
  744. .bottomLink-tit {
  745. font-size: 12px;
  746. color: #7f7f7f;
  747. }
  748. .bottomLink-linkList {
  749. font-size: 12px;
  750. color: #7f7f7f;
  751. width: 1000px;
  752. }
  753. .bottomLink-linkList a {
  754. width: 90px;
  755. margin-top: 15px;
  756. display: inline-block;
  757. }
  758. .ba {
  759. font-size: 12px;
  760. color: #7f7f7f;
  761. margin-top: 20px;
  762. }
  763. .ba span {
  764. margin-left: 20px;
  765. }
  766. .ewm {
  767. padding: 25px 25px 0;
  768. }
  769. .ewmtit {
  770. font-size: 12px;
  771. color: #7f7f7f;
  772. margin-top: 5px;
  773. }
  774. input[type="radio"] {
  775. appearance: none;
  776. -webkit-appearance: none;
  777. outline: none;
  778. display: none
  779. }
  780. label {
  781. display: inline-block;
  782. cursor: pointer;
  783. margin-right: 10px;
  784. }
  785. label input[type="radio"]+span {
  786. width: 12px;
  787. height: 12px;
  788. display: inline-block;
  789. border: 1px solid #007b76;
  790. background: url('../images/check.png') no-repeat;
  791. background-position: 0 0;
  792. position: relative;
  793. top: 2px;
  794. margin-right: 5px;
  795. }
  796. label input[type="radio"]:checked+span {
  797. background-position: 0 -12px
  798. }
  799. .tableHead {
  800. background-color: #e4e4e4;
  801. color: #000000;
  802. text-align: center;
  803. font-size: 16px;
  804. padding: 10px 0px;
  805. font-weight: 600;
  806. margin-top: 10px;
  807. }
  808. .tableHead tr td {
  809. width: 12%;
  810. }
  811. .tableHead tr td:last-child {
  812. width: 16%;
  813. }
  814. .tableList {
  815. height: 198px;
  816. overflow-y: auto;
  817. width: 1218px;
  818. }
  819. .tableList table tr td {
  820. width: 12%;
  821. text-align: center;
  822. padding: 10px 0px;
  823. }
  824. .tableList table tr td:last-child {
  825. width: 16%;
  826. }
  827. .tableList table tr:nth-child(2n) {
  828. background-color: #f6f5f5;
  829. }
  830. .bidding input[type='button'] {
  831. border: 1px solid #a6a6a6;
  832. border-radius: 20px;
  833. padding: 4px 10px;
  834. }
  835. .bidding input[type='button']:hover {
  836. color: #FFFFFF !important;
  837. border-color: #007b76 !important;
  838. background-color: #007b76 !important;
  839. }
  840. .tabList table {
  841. border: 1px solid #e3e3e3;
  842. border-top: none;
  843. }
  844. .tabList table tr td {
  845. text-align: center;
  846. padding: 10px;
  847. border-top: 1px solid #e3e3e3;
  848. border-right: 1px solid #e3e3e3;
  849. }
  850. .tabList table tr td:last-child {
  851. border-right: none;
  852. }
  853. .tabList table tr:first-child td {
  854. padding: 12px 10px;
  855. border-right: none;
  856. }
  857. .tabList table tr:first-child {
  858. background-color: #f6f5f5;
  859. }
  860. .tabList p.active {
  861. border: 1px solid #e3e3e3;
  862. border-bottom: none;
  863. background-color: #f6f5f5;
  864. }
  865. .tabList p {
  866. display: inline-table;
  867. width: 128px;
  868. height: 45px;
  869. line-height: 45px;
  870. text-align: center;
  871. }
  872. .interactionTableLeft tr td {
  873. border-bottom: 1px dashed #e3e3e3;
  874. padding: 10px 0px;
  875. }
  876. .interactionTableLeft tr td:last-child {
  877. text-align: right;
  878. }
  879. .interactionTableLeft tr td:first-child {
  880. overflow: hidden;
  881. text-overflow: ellipsis;
  882. white-space: nowrap;
  883. display: block;
  884. }
  885. .interactionTableLeft tr:hover {
  886. color: #007b76;
  887. }
  888. .userName{
  889. font-size: 12px;
  890. color: #000!important;
  891. margin: 0!important;
  892. }
  893. .userName:hover{
  894. cursor: pointer;
  895. color: #007b76;
  896. }
  897. .headHover{
  898. position: absolute;
  899. top: 64px;
  900. right: 0;
  901. background: #FFF;
  902. padding: 15px 10px;
  903. width: 142px;
  904. z-index: 9;
  905. box-shadow: 0px 0px 5px #e1e1e1;
  906. }
  907. .headHover ul li a{
  908. line-height: 12px;
  909. font-size: 12px;
  910. margin-left: 5px;
  911. color: #000;
  912. }
  913. .headHover ul li a:hover{
  914. cursor: pointer;
  915. color: #007b76;
  916. }
  917. .headHover ul li:first-child p:hover{
  918. cursor: initial;
  919. color: #000;
  920. }
  921. .headHover ul li{
  922. padding: 8px 5px;
  923. }
  924. .headHover ul li:first-child{
  925. padding: 0;
  926. }
  927. .headHover ul li:first-child p{
  928. font-size: 14px;
  929. border-bottom: 1px solid #e3e3e3;
  930. padding-bottom: 15px;
  931. line-height: 14px;
  932. }
  933. .headHover ul li:last-child p{
  934. font-size: 12px;
  935. line-height: 14px;
  936. }
  937. .headHover ul li:last-child{
  938. border-top: 1px solid #e3e3e3;
  939. }
  940. .dressPc{
  941. position: absolute;
  942. right: 97px;
  943. z-index: 9;
  944. background: #FFF;
  945. padding: 5px 12px;
  946. box-shadow: 0px 0px 5px #e1e1e1;
  947. top: 32px;
  948. }
  949. .dressPc ul li{
  950. margin-bottom: 5px;
  951. cursor: pointer;
  952. }
  953. .dressPc ul li:last-child{
  954. margin-bottom: 0px;
  955. }
  956. .jiantou {
  957. width: 6px;
  958. height: 6px;
  959. border-top: 1px solid #8f8f94;
  960. border-right: 1px solid #8f8f94;
  961. transform: rotate(45deg);
  962. margin-top: 8px;
  963. margin-left: 10px;
  964. display: block;
  965. float: left;
  966. }