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

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