summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.component.less
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-12-02 16:21:06 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-12-02 16:21:16 +0800
commit70303875bbb5139219e4795d0ef29e8ab895859d (patch)
tree51d74ab0ee0a18eddb2c307f37085364cd508837 /usecaseui-portal/src/app/app.component.less
parentebaac93a6ddb4516d711f89b9413fb9a27c8c44d (diff)
style: change the style of layout menu
Change-Id: I15571e7fe584a55837ff6100004f0e1756db3739 Issue-ID: USECASEUI-352 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.component.less')
-rw-r--r--usecaseui-portal/src/app/app.component.less103
1 files changed, 66 insertions, 37 deletions
diff --git a/usecaseui-portal/src/app/app.component.less b/usecaseui-portal/src/app/app.component.less
index d86fb853..8a2d6e6c 100644
--- a/usecaseui-portal/src/app/app.component.less
+++ b/usecaseui-portal/src/app/app.component.less
@@ -16,28 +16,33 @@
// left menu bar adaptation
-@media screen and (min-width: 1200px){
- .siderContent{
- height:240px;
- img{
+@media screen and (min-width: 1200px) {
+ .siderContent {
+ height: 180px;
+
+ img {
margin-top: 40px;
}
}
- .main{
+
+ .main {
margin-left: 330px
}
}
-@media screen and (max-width: 1200px){
- .siderContent{
- height:180px;
- img{
+
+@media screen and (max-width: 1200px) {
+ .siderContent {
+ height: 140px;
+
+ img {
transform: scale(0.8);
margin-top: 26px;
- }
+ }
}
- .main{
+
+ .main {
margin-left: 260px
- }
+ }
}
nz-layout {
@@ -45,61 +50,84 @@ nz-layout {
position: fixed;
left: 0;
z-index: 100;
- min-height: 937px;
- height: 100vh;
- background: #313449 url('assets/images/UUIMenuBar.png') no-repeat;
- background-size: 100%;
- .siderContent{
+ // min-height: 937px;
+ height: 100vh;
+ background: #313449;
+ // background: #313449 url('assets/images/UUIMenuBar.png') no-repeat;
+ // background-size: 100%;
+ overflow: scroll;
+
+ .siderContent {
width: 100%;
text-align: center;
- img{
+ background: #313449 url('assets/images/UUIMenuBar.png') no-repeat;
+ background-size: cover;
+
+ img {
transition: .5s;
}
}
+
ul {
background: transparent;
+ background: #313449;
width: 100%;
+
li {
margin: 0;
font-size: 16px;
- color: #ffffff!important;
+ color: #ffffff !important;
background: transparent;
- a{
+
+ a {
color: #ffffff;
}
+
span {
font-size: 16px;
}
+
i {
width: 16px;
height: 16px;
margin-right: 12px;
- img{
+
+ img {
width: 20px;
}
}
+
ul {
- background: transparent!important;
- li{
+ background: transparent !important;
+
+ li {
font-size: 12px;
- color: #ffffff!important;
- background: transparent!important;
+ color: #ffffff !important;
+ background: transparent !important;
}
- li:hover,li a:hover{
- color: #ffffff!important;
+
+ li:hover,
+ li a:hover {
+ color: #ffffff !important;
}
- li.activeMenuList,li.activeMenuList a{
- color: #0DA9E2!important;
+
+ li.activeMenuList,
+ li.activeMenuList a {
+ color: #0DA9E2 !important;
}
}
}
- li:hover,li a:hover{
- color: #ffffff!important;
+
+ li:hover,
+ li a:hover {
+ color: #ffffff !important;
}
- li.activeMenuBar{
- color: #ffffff!important;
- background:linear-gradient(90deg,rgba(7,169,225,1) 0%,rgba(48,217,196,1) 100%);
+
+ li.activeMenuBar {
+ color: #ffffff !important;
+ background: linear-gradient(90deg, rgba(7, 169, 225, 1) 0%, rgba(48, 217, 196, 1) 100%);
}
+
hr {
margin: 0 auto;
background-color: #39434f;
@@ -109,8 +137,9 @@ nz-layout {
}
}
}
- .main{
- height:100vh;
- position:relative;
+
+ .main {
+ height: 100vh;
+ position: relative;
}
} \ No newline at end of file