|
|
@ -100,7 +100,7 @@ const handlerSelect = (index, item) => {
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.navigation-title {
|
|
|
|
.navigation-title {
|
|
|
|
width: 35%;
|
|
|
|
width: 40%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
@ -145,18 +145,28 @@ const handlerSelect = (index, item) => {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 6px;
|
|
|
|
gap: 6px;
|
|
|
|
|
|
|
|
background-image: url('@/assets/images/visualization/dp-menu.png');
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
padding: 12px 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.activeMenu {
|
|
|
|
.activeMenu {
|
|
|
|
color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
background-image: url('@/assets/images/visualization/dp-menu-s.png');
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navigation-time {
|
|
|
|
.navigation-time {
|
|
|
|
padding-right: 35px;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
font-family: "Alimama ShuHeiTi-Bold";
|
|
|
|
font-family: "Alimama ShuHeiTi-Bold";
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
|
|
|
padding-bottom: 12px;
|
|
|
|
|
|
|
|
padding-right: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|