农燊高科官方网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

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