index.module.less 767 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .container {
  2. position: relative;
  3. width: 278px;
  4. height: 250px;
  5. background: url('./icon_bg.png') no-repeat;
  6. background-size: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. padding-top: 50px;
  10. }
  11. .close {
  12. position: absolute;
  13. right: 0;
  14. top: 30px;
  15. width: 24px;
  16. height: 24px;
  17. }
  18. .title {
  19. margin-left: 14px;
  20. width: 80px;
  21. display: block;
  22. }
  23. .content {
  24. position: relative;
  25. padding: 33px 13px 20px 13px;
  26. font-size: 13px;
  27. font-weight: 400;
  28. color: #333333;
  29. line-height: 18px;
  30. z-index: 10;
  31. }
  32. .btns {
  33. width: 159px;
  34. margin: 0 auto;
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: center;
  38. font-size: 16px;
  39. color: #777;
  40. line-height: 22px;
  41. text-align: center;
  42. img {
  43. width: 100%;
  44. margin-bottom: 9px;
  45. }
  46. }