index.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .activationModal {
  2. position: fixed;
  3. z-index: 12;
  4. left: 0rpx;
  5. top: 0rpx;
  6. width: 100vw;
  7. height: 100vh;
  8. background: rgba(0, 0, 0, 0.7);
  9. .vipModal {
  10. position: relative;
  11. left: 0;
  12. right: 0;
  13. width: 600rpx;
  14. height: 506rpx;
  15. top: 30%;
  16. margin: auto;
  17. border-radius: 20rpx;
  18. text-align: center;
  19. }
  20. .bg1 {
  21. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/saveImage2.png);
  22. background-size: cover;
  23. }
  24. .bg2 {
  25. background: url(http://reader-wx.ai160.com/images/reader/v3/learn/saveImage.png);
  26. background-size: cover;
  27. }
  28. .text {
  29. position: absolute;
  30. left: 86rpx;
  31. top: 190rpx;
  32. font-size: 26rpx;
  33. color: #FFE6D2;
  34. }
  35. .save {
  36. position: absolute;
  37. top: 390rpx;
  38. left: 90rpx;
  39. width: 410rpx;
  40. height: 80rpx;
  41. }
  42. .close {
  43. position: absolute;
  44. padding: 40rpx;
  45. width: 54rpx;
  46. height: 54rpx;
  47. left: 0;
  48. right: 0;
  49. bottom: -140rpx;
  50. margin: auto;
  51. }
  52. }