index.wxss 996 B

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