diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 14:12:55 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 14:13:00 +0800 |
commit | c70c8626fa9857b905db1f80a5bfe21c0b45ed32 (patch) | |
tree | ab2cff84bf168c61d7fd7730551ab128f00a168f /usecaseui-portal/src/app/components/customer | |
parent | e294eb0aa8e9d2f6eed5a13b771dc00df320439d (diff) |
User and service type management interface
Change-Id: I0ddf34298d6a1acc81f4fa355f277da0aacc123a
Issue-ID: USECASEUI-212
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/customer')
-rw-r--r-- | usecaseui-portal/src/app/components/customer/customer.component.less | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/components/customer/customer.component.less b/usecaseui-portal/src/app/components/customer/customer.component.less index 89f49cc0..3ad7191e 100644 --- a/usecaseui-portal/src/app/components/customer/customer.component.less +++ b/usecaseui-portal/src/app/components/customer/customer.component.less @@ -21,7 +21,7 @@ font-size: 18px; padding: 2px; &:hover{ - color: #147dc2; + color: #0DA9E2; } } li.active{ @@ -50,7 +50,7 @@ .customers { padding: 0 20px; span { - color: #3F9CFF; + color: #0DA9E2; font-family:"ArialMT"; } img { @@ -87,6 +87,7 @@ .customer_list { .active { background:linear-gradient(to right, #E5F6FF, #CFEEFA); + color: #3C4F8C; } li { padding: 0 20px; @@ -94,6 +95,7 @@ line-height: 3.5; width: 100%; cursor: pointer; + color: rgba(60,79,140,0.5); img { width: 10%; } @@ -101,7 +103,6 @@ width: 80%; padding-left: 10%; display: inline-block; - color: rgba(60,79,140,0.5); } } } @@ -125,7 +126,7 @@ .servicess { padding: 0 20px; span { - color: #3F9CFF; + color: #0DA9E2; font-family:"ArialMT"; } img { @@ -181,6 +182,7 @@ vertical-align: middle; border-bottom: 2px #FFFFFF dashed; position: relative; + color: #3C4F8C; i { display: inline-block; vertical-align: middle; @@ -214,7 +216,7 @@ background-color: #fff; box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06); p { - color :#3F9CFF; + color :#0DA9E2; font-family:"ArialMT"; } .legend { @@ -234,7 +236,7 @@ background-color: #fff; box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.1), 0 2px 49px 0 rgba(0, 0, 0, 0.06); p { - color :#3F9CFF; + color :#0DA9E2; font-family:"ArialMT"; } |