index.wxss 972 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #container {
  2. overflow: hidden;
  3. width: 750rpx;
  4. height: 3831rpx;
  5. background: url('http://reader-wx.ai160.com/images/reader/v3/bg.jpg') no-repeat;
  6. background-size: 100% 100%;
  7. }
  8. #container .mask {
  9. position: fixed;
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. width: 100vw;
  14. height: 100vh;
  15. left: 0;
  16. top: 0;
  17. text-align: center;
  18. background-color: rgba(0, 0, 0, 0.568);
  19. }
  20. #container .mask .payTips {
  21. display: flex;
  22. flex-direction: column;
  23. align-items: center;
  24. width: 483rpx;
  25. height: 521rpx;
  26. padding: 38rpx;
  27. box-sizing: border-box;
  28. border-radius: 11px;
  29. background: white;
  30. }
  31. #container .mask .simg {
  32. width: 120rpx;
  33. height: 134rpx;
  34. }
  35. #container .mask .t1 {
  36. margin: 32rpx 0 94rpx;
  37. width: 245rpx;
  38. height: 49rpx;
  39. font-size: 38rpx;
  40. }
  41. #container .mask .goXkx {
  42. padding: 10rpx 110rpx;
  43. font-size: 30rpx;
  44. color: white;
  45. border-radius: 31rpx;
  46. background: linear-gradient(180deg, #66d751 0%, #65d952 100%);
  47. }