style: optimize the style of the onboard page 69/96369/1
authorcyuamber <xuranyjy@chinamobile.com>
Sun, 29 Sep 2019 02:18:39 +0000 (10:18 +0800)
committercyuamber <xuranyjy@chinamobile.com>
Sun, 29 Sep 2019 02:18:48 +0000 (10:18 +0800)
Change-Id: I97d479f904ef2b2900974f8b66920607ac6c3c25
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less

index 77c2536..f877e1c 100644 (file)
 th{
     background-color: rgba(241,243,244,.9) !important;
 }
-.title {
-    font: 700 18px/18px "思源黑体";
-    color: #4c5e70;
-    margin-bottom: 18px; 
-}
-hr {
-    border: none;
-    height: 2px;
-    background-color: #dce1e7;
-    margin-bottom: 20px;
-}
-.switch_btn {
-    position: absolute;
-    right: 6%;
-    top: 18px;
-    border: 1px solid #3fa8eb;
-    width: 8%;
-    border-radius: 10px;
-    margin-bottom: 18px;
-    span {
-        display: block;
-        float: left;
-        text-align: center;
-        width: 50%;
-        color: #3fa8eb;
-        font-weight: 700;
-        cursor: pointer;
-    }
-    span:first-child {
-        border-radius: 10px 0 0 10px;
-    }
-    span:last-child {
-        border-radius: 0 10px 10px 0;
-    }
-    span.left_b {
-        border-left: 1px solid #3fa8eb;
-    }
-    span.active {
-        color: #fff;
-        background: #3fa8eb;
-    }
-}
 .list {
-    border-radius: 5px;
+    padding: 20px;
     .listUploadContainer{
         display: flex;
         align-items: flex-start;