|
|
@ -170,6 +170,11 @@ export default {
|
|
|
|
.headText {
|
|
|
|
.headText {
|
|
|
|
font-size: vh(48);
|
|
|
|
font-size: vh(48);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-menu{
|
|
|
|
|
|
|
|
.el-menu-item{
|
|
|
|
|
|
|
|
font-size: vh(20);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
@ -296,17 +301,13 @@ export default {
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
.el-menu-item {
|
|
|
|
.el-menu-item {
|
|
|
|
width: 6vw;
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
height: 35px;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 10px 20px;
|
|
|
|
padding: 10px 10px;
|
|
|
|
background: url("~@/assets/companyFile/Rectangle Copy 4.png") no-repeat;
|
|
|
|
background: url("~@/assets/companyFile/Rectangle Copy 4.png") no-repeat;
|
|
|
|
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
color: #d9e7ff;
|
|
|
|
color: #d9e7ff;
|
|
|
|
letter-spacing: 3px;
|
|
|
|
letter-spacing: 3px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
@ -325,47 +326,6 @@ export default {
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/deep/.el-menu {
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-menu-item {
|
|
|
|
|
|
|
|
width: 100px;
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
|
|
|
background: url("~@/assets/companyFile/Rectangle Copy 4.png") no-repeat;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
color: #d9e7ff;
|
|
|
|
|
|
|
|
letter-spacing: 3px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.shu {
|
|
|
|
|
|
|
|
border-left: 1px solid rgba(217, 231, 255, 0.4);
|
|
|
|
|
|
|
|
width: 0;
|
|
|
|
|
|
|
|
height: 24px;
|
|
|
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.is-active {
|
|
|
|
|
|
|
|
background: url("~@/assets/companyFile/891771.png") no-repeat;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-menu-item.is-active {
|
|
|
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|