|
@@ -1,17 +1,18 @@
|
|
|
.main {
|
|
|
- margin-top: calc(100vh - 15.2rem);
|
|
|
+ // margin-top: calc(100vh - 15.2rem);
|
|
|
float: right;
|
|
|
- width: 3.2rem;
|
|
|
- height: 15.2rem;
|
|
|
+ width: 2.29rem;
|
|
|
+ height: 13.2rem;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: flex-end;
|
|
|
- background: url('@/assets/menu/menu_bg.png') no-repeat center;
|
|
|
- background-size: 100% 100%;
|
|
|
+ // background-color: #aaacae;
|
|
|
+ // background: url('@/assets/menu/menu_bg.png') no-repeat center;
|
|
|
+ // background-size: 100% 100%;
|
|
|
}
|
|
|
.menu {
|
|
|
- margin-top: 0.6rem;
|
|
|
- width: 2rem;
|
|
|
+ // margin-top: 0.6rem;
|
|
|
+ width: 100%;
|
|
|
height: 11.8rem;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|