273 lines
5.6 KiB
CSS
273 lines
5.6 KiB
CSS
.page-header {
|
|
border-bottom: var(--el-border);
|
|
background: var(--el-bg-color);
|
|
}
|
|
|
|
body {
|
|
background: var(--el-bg-color-page);
|
|
}
|
|
|
|
.dzz-menu {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background: transparent !important;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0px;
|
|
}
|
|
.dzz-menu .el-menu-item:not(.is-disabled):focus,
|
|
.dzz-menu .el-menu-item:not(.is-disabled):hover {
|
|
background: transparent;
|
|
}
|
|
.dzz-menu .el-sub-menu {
|
|
height: 32px;
|
|
}
|
|
.dzz-menu .el-sub-menu .el-sub-menu__title {
|
|
border-bottom: 0 !important;
|
|
background: transparent !important;
|
|
border-radius: 4px;
|
|
}
|
|
.dzz-menu .el-sub-menu.is-active .el-sub-menu__title {
|
|
border-bottom: 0 !important;
|
|
background: var(--el-menu-hover-bg-color) !important;
|
|
}
|
|
.dzz-menu .el-sub-menu .title-text {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.dzz-menu .el-sub-menu .icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
border-radius: var(--el-border-radius-base);
|
|
}
|
|
.dzz-menu .el-sub-menu .icon .el-image__inner {
|
|
vertical-align: top;
|
|
}
|
|
.dzz-menu .el-menu-item {
|
|
height: 32px;
|
|
border-radius: 4px;
|
|
border: 0;
|
|
}
|
|
.dzz-menu .el-menu-item.is-disabled {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
.dzz-menu .el-menu-item.is-active {
|
|
border: 0;
|
|
background: var(--el-menu-hover-bg-color) !important;
|
|
}
|
|
|
|
.dzz-menu-m {
|
|
border: 0;
|
|
height: 100%;
|
|
--el-menu-item-height:40px;
|
|
}
|
|
.dzz-menu-m .el-menu-item:not(.is-disabled):focus,
|
|
.dzz-menu-m .el-menu-item:not(.is-disabled):hover {
|
|
background: transparent;
|
|
}
|
|
.dzz-menu-m .el-sub-menu .el-sub-menu__title {
|
|
border-bottom: 0 !important;
|
|
background: transparent !important;
|
|
border-radius: 4px;
|
|
margin-bottom: 6px;
|
|
}
|
|
.dzz-menu-m .el-sub-menu .el-sub-menu__icon-arrow {
|
|
z-index: 10;
|
|
font-size: var(--el-font-size-large);
|
|
width: 44px;
|
|
right: 0;
|
|
}
|
|
.dzz-menu-m .el-sub-menu.is-active .el-sub-menu__title {
|
|
border-bottom: 0 !important;
|
|
background: var(--el-menu-hover-bg-color) !important;
|
|
}
|
|
.dzz-menu-m .el-sub-menu .title-text {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.dzz-menu-m .el-sub-menu .el-menu-item {
|
|
height: var(--el-menu-item-height);
|
|
line-height: var(--el-menu-item-height);
|
|
}
|
|
.dzz-menu-m .el-menu-item {
|
|
border-radius: 4px;
|
|
border: 0;
|
|
margin-bottom: 6px;
|
|
}
|
|
.dzz-menu-m .el-menu-item.is-disabled {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
.dzz-menu-m .el-menu-item.is-active {
|
|
border: 0;
|
|
background: var(--el-menu-hover-bg-color) !important;
|
|
}
|
|
|
|
.el-menu-item .title-text {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.el-menu-item .icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
border-radius: var(--el-border-radius-base);
|
|
}
|
|
.el-menu-item .icon .el-image__inner {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.el-sub-menu .icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
border-radius: var(--el-border-radius-base);
|
|
}
|
|
.el-sub-menu .icon .el-image__inner {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.el-menu--popup-container .el-sub-menu {
|
|
background: var(--el-bg-color);
|
|
}
|
|
.el-menu--popup-container .el-sub-menu .title-text {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.el-menu--popup-container .el-sub-menu.is-disabled {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
.el-menu--popup-container .el-sub-menu .icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
border-radius: var(--el-border-radius-base);
|
|
}
|
|
.el-menu--popup-container .el-sub-menu .icon .el-image__inner {
|
|
vertical-align: top;
|
|
}
|
|
.el-menu--popup-container .el-sub-menu.is-active {
|
|
background: var(--el-menu-hover-bg-color);
|
|
}
|
|
.el-menu--popup-container .el-menu-item .title-text {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.el-menu--popup-container .el-menu-item.is-disabled {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
.el-menu--popup-container .icon {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-right: 6px;
|
|
border-radius: var(--el-border-radius-base);
|
|
}
|
|
.el-menu--popup-container .icon .el-image__inner {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.el-carousel {
|
|
--el-carousel-arrow-size: 40px;
|
|
--el-carousel-arrow-background: var(--el-mask-color);
|
|
--el-carousel-arrow-hover-background: var(--el-mask-color);
|
|
}
|
|
|
|
.el-carousel__arrow {
|
|
color: var(--el-text-color-primary);
|
|
border: var(--el-border);
|
|
}
|
|
|
|
/* container */
|
|
.container {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.container {
|
|
width: 750px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.container {
|
|
width: 970px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.container {
|
|
width: 1170px;
|
|
}
|
|
}
|
|
@media (min-width: 1400px) {
|
|
.container {
|
|
width: 1370px;
|
|
}
|
|
}
|
|
.ucenter-header {
|
|
position: relative;
|
|
padding: 20px 20px 0 20px;
|
|
background: var(--el-bg-color);
|
|
border: var(--el-border);
|
|
border-radius: 5px;
|
|
}
|
|
.ucenter-header .el-menu--horizontal {
|
|
border-bottom: none;
|
|
}
|
|
.ucenter-header .el-menu--horizontal .el-menu-item:not(.is-disabled):active,
|
|
.ucenter-header .el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
|
|
.ucenter-header .el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
|
|
background-color: var(--el-bg-color);
|
|
}
|
|
.ucenter-header .uinfo {
|
|
width: 100%;
|
|
padding-bottom: 20px;
|
|
border-bottom: var(--el-border);
|
|
}
|
|
.ucenter-header .uedit {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
padding: 5px;
|
|
width: 50px;
|
|
height: 50px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
}
|
|
.ucenter-header .uedit .el-link {
|
|
font-size: 20px;
|
|
}
|
|
.ucenter-header .Topcarousel {
|
|
line-height: 120px;
|
|
width: 120px;
|
|
height: 120px;
|
|
font-size: 80px;
|
|
} |