index.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .container {
  2. position: relative;
  3. width: 750rpx;
  4. min-height: 1330rpx;
  5. height: 100vh;
  6. background: url(https://reader-wx.ai160.com/images/reader/sell/saleBg.jpg) no-repeat;
  7. background-size: 100%;
  8. background-color: #FDA118;
  9. .rule {
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. width: 100%;
  14. position: absolute;
  15. top: 1030rpx;
  16. color: #4AC2FF;
  17. font-size: 32rpx;
  18. .blueR {
  19. margin-left: 15rpx;
  20. width: 20rpx;
  21. height: 30rpx;
  22. }
  23. }
  24. .tips {
  25. position: absolute;
  26. top: 1140rpx;
  27. width: 100%;
  28. text-align: center;
  29. color: white;
  30. font-size: 32rpx;
  31. }
  32. .bottom {
  33. position: absolute;
  34. width: 100%;
  35. padding: 26rpx 0;
  36. bottom: 0;
  37. left: 0;
  38. background-color: white;
  39. .btn {
  40. margin: 0 auto;
  41. width: 466rpx;
  42. padding: 14rpx 0;
  43. margin-bottom: env(safe-area-inset-bottom) !important;
  44. background: linear-gradient(180deg, #6EC8FF 0%, #31BDFE 100%);
  45. border-radius: 39rpx;
  46. color: white;
  47. }
  48. }
  49. }