Commit e2ff8e43 authored by 宁天庆's avatar 宁天庆

修改样式

parent 9d622e77
import './base.scss'; import './base.scss';
import './view/index.scss'; import './view/index.scss';
import './redtheme.scss';
#app .view-port {
.header {
background: #c9000b;
}
.header .header-navs .logo-wrapper {
display: inline-block;
width: auto;
padding-left: 20px;
.header-logo {
padding-right: 66px;
background: #c9000b;
border-right: 1px solid #b30b14;
font-size: 16px;
color: #fafafa;
.header-logo-pic {
max-height: 100%;
margin-right: 8px;
}
}
}
.header .header-navs .nav-menu-wrapper .nav-menu-box {
.nav-menu-list {
>.nav-menu-item {
height: 42px;
border-right: 1px solid #b30b14;
.nav-menu-item-label {
font-size: 14px;
color: #ffffff;
}
}
}
}
.tabs-outside-precontrol .amos-tabs-list .amos-tabs-tabitem {
margin-right: 8px;
}
.tabs-outside-precontrol .amos-tabs-list .amos-tabs-tabitem-active .amos-tabs-tabitem-inner {
height: 35px;
margin-left: 0 !important;
color: black !important;
border: 1px solid #e6e0e0 !important;
background: linear-gradient(#eeeeee, #e1e1e1);
display: flex;
align-items: center;
}
.tabs-outside-precontrol .amos-tabs-list .amos-tabs-tabitem-inner {
display: flex;
align-items: center;
border: 1px solid #e6e0e0 !important;
&:hover {
border: 1px solid #e6e0e0 !important;
background: linear-gradient(#eeeeee, #e1e1e1);
color: black !important;
}
}
.header .header-navs .nav-menu-wrapper .nav-menu-box .nav-menu-list .nav-menu-item.active {
background-color :#94040c;
}
.menu-item-link:active, .menu-item-link:focus, .menu-item-link:hover {
color: white;
text-decoration: none;
}
}
\ No newline at end of file
This diff is collapsed.
...@@ -206,12 +206,51 @@ ...@@ -206,12 +206,51 @@
} }
.app-item-footer { .app-item-footer {
color: red !important; color: white !important;
text-shadow: none !important; text-shadow: rgb(52, 95, 166) 0px 0px 0.2em !important;
}
#app .setting-box-img {
height: 100%;
display: flex;
align-items: center;
}
#app .app-list-content-one {
margin-top: 9vw;
}
#app .setting-box-img img {
width: 24px;
height: 24px;
}
#app .header .user-area .amos-single-pop-trigger {
height: 42px;
line-height: 42px;
display: flex;
align-items: center;
}
#app .header .user-area .amos-avatar {
width: 24px;
height: 24px;
border-radius: 4px;
} }
#app .app-center { #app .app-center {
background: url(/uaconf/application.jpg) no-repeat; background: transparent;
position: relative;
}
#app .app-center::before {
content: "";
background: url(/uaconf/application.png) no-repeat;
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
} }
`; `;
document.head.appendChild(b); document.head.appendChild(b);
......
...@@ -388,43 +388,6 @@ ...@@ -388,43 +388,6 @@
} }
} }
#app .view-port .header {
background: #c9000b;
}
#app .view-port .header .header-navs .logo-wrapper {
display: inline-block;
width: auto;
padding-left: 20px;
.header-logo {
padding-right: 66px;
background: #c9000b;
border-right: 1px solid #b30b14;
font-size: 16px;
color: #fafafa;
.header-logo-pic {
max-height: 100%;
margin-right: 8px;
}
}
}
#app .view-port .header .header-navs .nav-menu-wrapper .nav-menu-box {
.nav-menu-list {
>.nav-menu-item {
height: 42px;
border-right: 1px solid #b30b14;
.nav-menu-item-label {
font-size: 14px;
color: #ffffff;
}
}
}
}
.user-area { .user-area {
.amos-single-pop-trigger { .amos-single-pop-trigger {
height: $top-height; height: $top-height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment