index.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .background {
  2. background-image: url(@/assets/UnityMenu/newBackground.png);
  3. width: 100%;
  4. height: calc(100vh - 79px);
  5. overflow-y: auto;
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. background-size: cover;
  10. background-repeat: no-repeat;
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. background-color: #122c63;
  15. // align-items: flex-start;
  16. :global {
  17. .ant-popover-inner {
  18. background: #0d1a2b;
  19. }
  20. }
  21. }
  22. .menu {
  23. width: 130px;
  24. height: 130px;
  25. // background: linear-gradient(0deg, #285098, #1d3969);
  26. // box-shadow: 0px 3px 0.16rem 2px rgba(0, 0, 0, 0.3), 0px 5px 0.39rem 0.1rem rgba(0, 0, 0, 0.1);
  27. // border-radius: 50%;
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. cursor: pointer;
  32. }
  33. .menuContent {
  34. height: 100%;
  35. width: 1486px;
  36. max-height: 100vh;
  37. overflow-y: hidden;
  38. padding-top: 190px;
  39. }
  40. .menuFriName {
  41. font-family: 'Microsoft YaHei UI';
  42. cursor: pointer;
  43. user-select: none;
  44. text-align: center;
  45. word-break: keep-all;
  46. font-size: 16px;
  47. font-weight: 400;
  48. color: #caf0ff;
  49. line-height: 18px;
  50. letter-spacing: 1px;
  51. }
  52. .wrap {
  53. display: flex;
  54. align-items: center;
  55. background: url('@/assets/floor.png') no-repeat bottom center;
  56. background-size: contain;
  57. margin-bottom: 106px;
  58. padding: 0 68px;
  59. display: flex;
  60. width: 100%;
  61. }
  62. .item {
  63. display: flex;
  64. flex-direction: column;
  65. align-items: center;
  66. width: 130px;
  67. height: 186px;
  68. margin-bottom: 78px;
  69. user-select: none;
  70. margin-left: 170px;
  71. }
  72. .pic {
  73. width: 100%;
  74. height: 100%;
  75. background-size: cover;
  76. background-repeat: no-repeat;
  77. }