summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-22 16:55:57 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-22 16:56:09 +0800
commitd0f5347dc16b5aa9fc95eb520fbc9a1c7b672b09 (patch)
treeb3891d8de290d755d7f0f00d35bb77d3b89ad747 /usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css
parent56923755c761897cc86ca2457667fcc3e6a0e43f (diff)
feat: change the project structure and add mock data function
Change-Id: I381845bff5eb37d1fab3eba8cf1ae7838df523b7 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@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.css119
1 files changed, 0 insertions, 119 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
deleted file mode 100644
index 5055205d..00000000
--- a/usecaseui-portal/src/app/ccvpn-network/ccvpn-network.component.css
+++ /dev/null
@@ -1,119 +0,0 @@
-/*
- Copyright (C) 2019 CMCC, Inc. and others. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-*/
-.outer{
- width: 20%;
- float: left;
-}
-.content{
- width: 100px;
- margin: 30px 0;
-}
-
-.submit,.delete,.add{
- padding:10px 20px;
- width: 100px;
- margin: 0 auto;
- background: dodgerblue;
- border: none;
- border-radius: 10px;
- color: #fff;
- cursor: pointer;
-}
-
-#tpContainer{
- position: relative;
- width:100%;
- height: 95%;
- margin-top: 15px;
- 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;
- /*float: left;*/
- width: 20%;
- position: absolute;
- left: 0;
- margin-top: 30px;
- margin-left: 30px;
- border-radius: 5px;
- box-shadow: 0 0 10px #9e9e9e;
- padding: 10px;
- height: 80vh;
- overflow: auto;
-}
-.model .creation .v_color{
- height: 17px;
- float: left;
- margin-left: -11px;
- margin-top: 5px;
- border-left: 4px #3fa8eb solid;
-}
-.w_font4{
- font-weight: 400;
-}
-.title-span{
- margin-left: 10%;
- font-size: 12px;
-}
-.red-span{
- color: red;
- margin-right: 3px;
-}
-.choose li nz-select,.choose li input{
- display: block !important;
- margin: 5px 10% 15px;
- width: 80%;
-}
-
-
-