index.less 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. page {
  2. height: 100vh;
  3. background-image: url(https://file-cloud.fmode.cn/EbxZUK5lBI/20250416/4bh2fu042627507.png);
  4. background-repeat: no-repeat;
  5. background-size: 100%;
  6. }
  7. .page {
  8. width: 100vw;
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. .box {
  13. width: 90vw;
  14. height: 70vh;
  15. position: relative;
  16. .btnBox {
  17. position: absolute;
  18. transform: translateX(-50%);
  19. left: 50%;
  20. bottom: 0;
  21. width: 90vw;
  22. height: 30vw;
  23. background-image: url(https://file-cloud.fmode.cn/EbxZUK5lBI/20250416/ejjshl042627409.png);
  24. background-repeat: no-repeat;
  25. background-size: 100% 100%;
  26. display: flex;
  27. align-items: flex-end;
  28. justify-content: center;
  29. padding: 0 50rpx;
  30. .li {
  31. display: flex;
  32. flex-direction: column;
  33. justify-content: center;
  34. align-items: center;
  35. margin: 20rpx 30rpx;
  36. .btn {
  37. background: none;
  38. width: 80rpx;
  39. height: 80rpx;
  40. padding: 0;
  41. margin: 0;
  42. >image {
  43. width: 100%;
  44. }
  45. }
  46. .text {
  47. font-size: 25rpx;
  48. font-weight: bold;
  49. }
  50. }
  51. }
  52. .posters {
  53. position: absolute;
  54. transform: translateX(-50%);
  55. left: 50%;
  56. top: 0;
  57. // background: rgba(0, 128, 0, 0.432);
  58. // width: 38vh;
  59. // height: 60vh;
  60. // background-image: url(https://file-cloud.fmode.cn/EbxZUK5lBI/20250416/pj1b4v042627175.png);
  61. // background-size: auto 100%;
  62. }
  63. }
  64. }