index.module.less 810 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .tipSection {
  2. position: relative;
  3. background: #FFFFFF;
  4. border-radius: 6px;
  5. margin-bottom: 12px;
  6. .iconCross {
  7. position: absolute;
  8. top: 15px;
  9. right: 13px;
  10. font-size: 16px;
  11. color: #CCCCCC;
  12. cursor: pointer;
  13. }
  14. .tipTitle {
  15. padding: 12px 12px 10px;
  16. font-weight: 500;
  17. font-size: 15px;
  18. color: #333333;
  19. line-height: 18px;
  20. img {
  21. width: 18px;
  22. height: 18px;
  23. margin-right: 6px;
  24. vertical-align: text-bottom;
  25. }
  26. }
  27. .tipContent {
  28. padding: 0 12px 10px;
  29. font-size: 13px;
  30. color: #777777;
  31. line-height: 22px;
  32. text-align: justify;
  33. }
  34. .tipFooter {
  35. margin: 0 12px;
  36. padding: 10px 0;
  37. text-align: center;
  38. border-top: 1px solid #F2F2F2;
  39. font-size: 13px;
  40. color: #2DC7AA;
  41. line-height: 18px;
  42. }
  43. }