index.less 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .background {
  2. background-image: url(@/assets/UnityMenu/newBackground.jpg);
  3. width: 100%;
  4. height: 100vh;
  5. background-size: cover;
  6. background-repeat: no-repeat;
  7. display: flex;
  8. justify-content: center;
  9. background-color: #122c63;
  10. // align-items: flex-start;
  11. :global {
  12. .ant-popover-inner {
  13. background: #0d1a2b;
  14. }
  15. }
  16. }
  17. .menu {
  18. width: 152px;
  19. height: 152px;
  20. // background: linear-gradient(0deg, #285098, #1d3969);
  21. // 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);
  22. // border-radius: 50%;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. cursor: pointer;
  27. }
  28. .menuContent {
  29. height: 100%;
  30. padding-top: 160px;
  31. width: 1480px;
  32. max-height: 100vh;
  33. overflow-y: hidden;
  34. }
  35. .menuFriName {
  36. font-size: 24px;
  37. font-family: 'Microsoft YaHei UI'; /* Microsoft YaHei UI;*/
  38. // font-weight: 400;
  39. color: #bae3ff;
  40. // line-height: 0.45rem;
  41. // text-shadow: 0px 5px 14px rgba(0, 0, 0, 0.35), 0px 3px 12px rgba(0, 0, 0, 0.19);
  42. cursor: pointer;
  43. user-select: none;
  44. letter-spacing: 2px;
  45. text-align: center;
  46. word-break: keep-all;
  47. }
  48. .wrap {
  49. display: flex;
  50. flex-wrap: wrap;
  51. justify-content: start;
  52. align-items: center;
  53. }
  54. .item {
  55. display: flex;
  56. flex-direction: column;
  57. align-items: center;
  58. width: 292px;
  59. height: 220px;
  60. margin-bottom: 64px;
  61. }
  62. .pic {
  63. width: 152px;
  64. height: 152px;
  65. background-size: cover;
  66. background-repeat: no-repeat;
  67. }