|
@@ -1,5 +1,5 @@
|
|
|
.background {
|
|
|
- background-image: url(@/assets/UnityMenu/newBackground.jpg);
|
|
|
+ background-image: url(@/assets/UnityMenu/newBackground.png);
|
|
|
width: 100%;
|
|
|
height: calc(100vh - 56px);
|
|
|
overflow-y: auto;
|
|
@@ -14,7 +14,6 @@
|
|
|
align-items: center;
|
|
|
background-color: #122c63;
|
|
|
|
|
|
-
|
|
|
// align-items: flex-start;
|
|
|
:global {
|
|
|
.ant-popover-inner {
|
|
@@ -24,8 +23,8 @@
|
|
|
}
|
|
|
|
|
|
.menu {
|
|
|
- width: 152px;
|
|
|
- height: 152px;
|
|
|
+ width: 130px;
|
|
|
+ height: 130px;
|
|
|
// background: linear-gradient(0deg, #285098, #1d3969);
|
|
|
// 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);
|
|
|
// border-radius: 50%;
|
|
@@ -37,57 +36,50 @@
|
|
|
|
|
|
.menuContent {
|
|
|
height: 100%;
|
|
|
- width: 1480px;
|
|
|
+ width: 1486px;
|
|
|
max-height: 100vh;
|
|
|
overflow-y: hidden;
|
|
|
- padding-top: 40px;
|
|
|
+ padding-top: 166px;
|
|
|
}
|
|
|
|
|
|
.menuFriName {
|
|
|
- font-size: 24px;
|
|
|
font-family: 'Microsoft YaHei UI';
|
|
|
- /* Microsoft YaHei UI;*/
|
|
|
- // font-weight: 400;
|
|
|
- color: #bae3ff;
|
|
|
- // line-height: 0.45rem;
|
|
|
- // text-shadow: 0px 5px 14px rgba(0, 0, 0, 0.35), 0px 3px 12px rgba(0, 0, 0, 0.19);
|
|
|
cursor: pointer;
|
|
|
user-select: none;
|
|
|
- letter-spacing: 2px;
|
|
|
text-align: center;
|
|
|
word-break: keep-all;
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #caf0ff;
|
|
|
+ line-height: 18px;
|
|
|
+ letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
.wrap {
|
|
|
display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: center;
|
|
|
align-items: center;
|
|
|
- background: url("@/assets/floor.png") no-repeat bottom center;
|
|
|
+ background: url('@/assets/floor.png') no-repeat bottom center;
|
|
|
background-size: contain;
|
|
|
- margin-bottom: 100px;
|
|
|
- padding: 0 170px;
|
|
|
-
|
|
|
- .empty {
|
|
|
- width: 25%;
|
|
|
- height: 0;
|
|
|
- visibility: hidden;
|
|
|
- }
|
|
|
+ margin-bottom: 106px;
|
|
|
+ padding: 0 68px;
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.item {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- width: 25%;
|
|
|
- height: 220px;
|
|
|
- margin-bottom: 10px;
|
|
|
+ width: 130px;
|
|
|
+ height: 186px;
|
|
|
+ margin-bottom: 78px;
|
|
|
user-select: none;
|
|
|
+ margin-left: 170px;
|
|
|
}
|
|
|
|
|
|
.pic {
|
|
|
- width: 152px;
|
|
|
- height: 152px;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
-}
|
|
|
+}
|