diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-13 00:18:56 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-13 00:19:02 +0800 |
commit | 875fc6eab813e28e3b4ccee01362ae751a2824c9 (patch) | |
tree | 41edb59f22ae73aeea21fdf224448dbb7b7f4089 /usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css | |
parent | 3e7c63ee74ebf9f632e20c8eb5294afbdbe0d5a8 (diff) |
Support OTN Domain Management
Change-Id: I4e431e642c1f0ec1d998614f861ee0909c1c5ffe
Issue-ID: USECASEUI-226
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css index 0347ce72..2165364a 100644 --- a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css +++ b/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css @@ -45,12 +45,41 @@ float: left; background: #EEF9FF; } +#tpContainer .no-network{ + width: 300px; + margin: 0 auto; + height: 280px; + position: absolute; + top: 50%; + left: 50%; + margin-top: -140px; + margin-left: -150px; +} +.no-network img{ + width: 100%; +} +.no-network p{ + text-align: center; + color: #A0AACD; + font-size: 18px; + margin-top: 20px; +} .model { position: relative; padding: 15px; height: 100vh; width: 100%; } +.model h2{ + display: inline-block; + margin: 0; + color: #3C4F8C; + margin-left: 10px; + display: inline-block; +} +.model .title-modelshow{ + color: #A0AACD; +} .model .creation { /*margin-top:-4%;*/ background-color: #fff; |