index.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. max-height: 100vh;
  36. overflow-y: hidden;
  37. padding-top: 160px;
  38. }
  39. .menuFriName {
  40. font-family: 'Microsoft YaHei UI';
  41. cursor: pointer;
  42. user-select: none;
  43. text-align: center;
  44. word-break: keep-all;
  45. font-size: 16px;
  46. font-weight: 400;
  47. color: #caf0ff;
  48. line-height: 18px;
  49. letter-spacing: 1px;
  50. }
  51. .wrap {
  52. display: flex;
  53. align-items: center;
  54. background: url('@/assets/floor.png') no-repeat bottom center;
  55. background-size: contain;
  56. margin-bottom: 106px;
  57. padding: 0 68px;
  58. display: flex;
  59. width: 100%;
  60. }
  61. .item {
  62. display: flex;
  63. flex-direction: column;
  64. align-items: center;
  65. width: 130px;
  66. height: 186px;
  67. user-select: none;
  68. margin: 0 60px 78px;
  69. }
  70. .pic {
  71. width: 100%;
  72. height: 100%;
  73. background-size: cover;
  74. background-repeat: no-repeat;
  75. }