index.less 1.3 KB

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