style: adjust the adaptive effect of the home page 83/95883/1
authorcyuamber <xuranyjy@chinamobile.com>
Wed, 18 Sep 2019 02:09:18 +0000 (10:09 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Wed, 18 Sep 2019 02:09:29 +0000 (10:09 +0800)
Change-Id: I561101bf0ae5445b0326ff6ab6793022170f6349
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/app.component.less
usecaseui-portal/src/app/views/home/home.component.less

index ed7ad4f..d86fb85 100644 (file)
@@ -45,6 +45,7 @@ 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%;
index 193e074..cb0d877 100644 (file)
@@ -16,9 +16,8 @@
 
 .content {
     padding: 20px;
-    min-height: 918px;
+    min-height: 937px;
     height: 100vh;
-    overflow: hidden;
     .left-content{
         height: 100%;
         float: left;
             }
         }
         .services{
-            min-height:466px;
-            height: 50vh;
+            min-height:467px;
+            height: 49vh;
             flex-wrap: wrap;
-            
-            // h4{
-            //     // margin-bottom: 20px;
-            // }
             h5 {
                 position: relative;
                 z-index: 3;
             }
         }
         .PACKAGE{
-            min-height:422px;
-            height: 45vh;
+            min-height:410px;
+            height: 43vh;
             margin-top: 20px;
-            // justify-content: space-around;
-            // h4{
-            //     margin-bottom: 50px;
-            // }
             .details {
                 .detailstoplinContent{
                     border-bottom:0.5px solid rgba(237,237,237,1);
         width: 70%;
         padding-left: 15px;
         .rt-content {
-            min-height: 350px;
-            height: 40vh;
+            min-height: 327px;
+            height: 34vh;
             margin-bottom: 18px;
             background:rgba(255,255,255,1);
             box-shadow:0px 10px 10px 2px rgba(222,222,222,0.5);
         }
         .rb-content {
             position: relative;
-            min-height: 538px;
-            height: 55vh;
+            min-height: 550px;
+            height: 58vh;
             background-color: #fff;
             padding: 24px 30px;
             box-shadow:0px 10px 15px 2px rgba(222,222,222,0.5);