index.wxss 828 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .ar-cover {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. height: 100vh;
  6. overflow: hidden;
  7. }
  8. .ar-cover__bg {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. bottom: 0;
  14. width: 100%;
  15. height: 100%;
  16. z-index: -1;
  17. }
  18. .img {
  19. width: 666rpx;
  20. height: 666rpx;
  21. }
  22. .logo {
  23. width: 574rpx;
  24. height: 166rpx;
  25. }
  26. .ar-cover__btn {
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. gap: 20rpx;
  31. width: 552rpx;
  32. height: 114rpx;
  33. font-size: 32rpx;
  34. border-radius: 10rpx;
  35. }
  36. .ar-cover__btn__icon {
  37. width: 80rpx;
  38. height: 80rpx;
  39. }
  40. .ar-cover__btn__label {
  41. width: 200rpx;
  42. }
  43. .ar-cover__btn.ar {
  44. margin: 150rpx 0 30rpx;
  45. color: #5C4C3D;
  46. background: #EFDBAC;
  47. }
  48. .ar-cover__btn.home {
  49. color: #EFDBAC;
  50. border: 2rpx solid #EFDBAC;
  51. }