index.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. }
  13. .page .box {
  14. width: 90vw;
  15. height: 70vh;
  16. position: relative;
  17. }
  18. .page .box .btnBox {
  19. position: absolute;
  20. transform: translateX(-50%);
  21. left: 50%;
  22. bottom: 0;
  23. width: 90vw;
  24. height: 30vw;
  25. background-image: url(https://file-cloud.fmode.cn/EbxZUK5lBI/20250416/ejjshl042627409.png);
  26. background-repeat: no-repeat;
  27. background-size: 100% 100%;
  28. display: flex;
  29. align-items: flex-end;
  30. justify-content: center;
  31. padding: 0 50rpx;
  32. }
  33. .page .box .btnBox .li {
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: center;
  37. align-items: center;
  38. margin: 20rpx 30rpx;
  39. }
  40. .page .box .btnBox .li .btn {
  41. background: none;
  42. width: 80rpx;
  43. height: 80rpx;
  44. padding: 0;
  45. margin: 0;
  46. }
  47. .page .box .btnBox .li .btn > image {
  48. width: 100%;
  49. }
  50. .page .box .btnBox .li .text {
  51. font-size: 25rpx;
  52. font-weight: bold;
  53. }
  54. .page .box .posters {
  55. position: absolute;
  56. transform: translateX(-50%);
  57. left: 50%;
  58. top: 0;
  59. }