index.wxss 1.0 KB

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