diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-29 10:18:39 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-29 10:18:48 +0800 |
commit | 022fc8ffb93ff1f0b5bd1c8072b810fa9fb16b7b (patch) | |
tree | e424b38c12d2949bf58eec870b79e13233ad8495 /usecaseui-portal | |
parent | 42c20d426231d279bc0e94258bc58f6a89f9e836 (diff) |
style: optimize the style of the onboard page
Change-Id: I97d479f904ef2b2900974f8b66920607ac6c3c25
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal')
-rw-r--r-- | usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less b/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less index 77c25364..f877e1ca 100644 --- a/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less +++ b/usecaseui-portal/src/app/views/services/onboard-vnf-vm/onboard-vnf-vm.component.less @@ -16,50 +16,8 @@ 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; |