summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/customer/customer.component.less
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-29 17:19:11 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-29 17:19:32 +0800
commit41747c44aa4ee1fd9a73c781822a452ec327b5ce (patch)
tree2a4ba1c30a86323b064d09636a4d03837d4754c9 /usecaseui-portal/src/app/shared/components/customer/customer.component.less
parentccb53ef320d2a26f2ea1804993047bb00140d8d8 (diff)
feat: customer page code optimization
Change-Id: Ia1ea7bcb8d2eb4c2561bb963b58467fa2d63a92b Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/customer/customer.component.less')
-rw-r--r--usecaseui-portal/src/app/shared/components/customer/customer.component.less18
1 files changed, 9 insertions, 9 deletions
diff --git a/usecaseui-portal/src/app/shared/components/customer/customer.component.less b/usecaseui-portal/src/app/shared/components/customer/customer.component.less
index 83307dd7..e5bf2dd3 100644
--- a/usecaseui-portal/src/app/shared/components/customer/customer.component.less
+++ b/usecaseui-portal/src/app/shared/components/customer/customer.component.less
@@ -14,8 +14,7 @@
limitations under the License.
*/
.content {
- display: flex;
-
+ display: flex;
width: 100%;
height: 100%;
i.anticon {
@@ -55,13 +54,13 @@
color :#0DA9E2;
font-family:"ArialMT";
}
- .legend {
- height: 10px;
- width: 10px;
- display: inline-block;
- background: linear-gradient(to right,#7DCEFB, #0DA9E2);
- border-radius: 50%;
- margin: 15px 4px 0 43%;
+ div:last-child{
+ color: #ddd;
+ font-weight: 700;
+ font-size: 19px;
+ height: 200px;
+ text-align: center;
+ line-height: 8;
}
}
.type {
@@ -272,5 +271,6 @@
}
}
+
} \ No newline at end of file