index.wxss 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. }
  10. .container .rule {
  11. display: flex;
  12. align-items: center;
  13. justify-content: center;
  14. width: 100%;
  15. position: absolute;
  16. top: 1030rpx;
  17. color: #4AC2FF;
  18. font-size: 32rpx;
  19. }
  20. .container .rule .blueR {
  21. margin-left: 15rpx;
  22. width: 20rpx;
  23. height: 30rpx;
  24. }
  25. .container .tips {
  26. position: absolute;
  27. top: 1140rpx;
  28. width: 100%;
  29. text-align: center;
  30. color: white;
  31. font-size: 32rpx;
  32. }
  33. .container .bottom {
  34. position: absolute;
  35. width: 100%;
  36. padding: 26rpx 0;
  37. bottom: 0;
  38. left: 0;
  39. background-color: white;
  40. }
  41. .container .bottom .btn {
  42. margin: 0 auto;
  43. width: 466rpx;
  44. padding: 14rpx 0;
  45. margin-bottom: env(safe-area-inset-bottom) !important;
  46. background: linear-gradient(180deg, #6EC8FF 0%, #31BDFE 100%);
  47. border-radius: 39rpx;
  48. color: white;
  49. }