index.less 1.6 KB

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