diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-10-23 18:51:56 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-10-23 18:52:12 +0800 |
commit | 8ff6a2817e521995569b56d383643369ed26de9c (patch) | |
tree | 82abded14a655c2a62f4a5a7d51f4a36e6b75d42 /usecaseui-portal/src/app/alarm/alarm.component.css | |
parent | de9d2e95b43991fccee342ebed03b006f6fed844 (diff) |
content Alarm function modification
Change-Id: I9e37bed3cf619fcd60f3b638f3816a8781111cc2
Issue-ID: USECASEUI-165
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/alarm/alarm.component.css')
-rw-r--r-- | usecaseui-portal/src/app/alarm/alarm.component.css | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/usecaseui-portal/src/app/alarm/alarm.component.css b/usecaseui-portal/src/app/alarm/alarm.component.css index 757a55b6..cb6a8edc 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.css +++ b/usecaseui-portal/src/app/alarm/alarm.component.css @@ -24,6 +24,13 @@ hr { background-color: #dce1e7; margin-bottom: 20px; } +.select { + clear: both; +} +.select .query_criteria { + width: 75%; + float: left; +} .select .query_criteria span { display: inline-block; font: 700 14px "Arial"; @@ -64,6 +71,12 @@ hr { color: #fff; font-weight: 400; } +.select .thumbnail { + width: 25%; + height: 90px; + float: left; + margin-top: 8px; +} ::ng-deep .vertical-center-modal { display: flex; align-items: center; @@ -72,19 +85,14 @@ hr { ::ng-deep .vertical-center-modal .ant-modal { top: 0; } -.content { - clear: both; - padding-top: 20px; -} -.content .title { +.titles { border-radius: 5px 5px 5px 5px; background-color: #fff; height: 106px; border-bottom: 1px solid #f0f0f0; margin-bottom: 20px; - clear: both; } -.content .title ul { +.titles ul { display: flex; display: -webkit-flex; justify-content: space-around; @@ -95,29 +103,27 @@ hr { width: 70%; float: left; } -.content .title ul li { +.titles ul li { list-style: none; padding-left: 32px; width: 100%; border-left: 1px solid #eceff4; } -.content .title ul li h5 { +.titles ul li h5 { font: 500 14px "Arial"; color: #3d4d65; } -.content .title ul li p { +.titles ul li p { font: 500 24px "Arial"; color: #3fa8eb; margin-bottom: 0; } -.content .title ul li:nth-child(1) { +.titles ul li:nth-child(1) { border: none; } -.content .title .thumbnail { - width: 25%; - height: 90px; - float: left; - margin-top: 8px; +.content { + clear: both; + padding-top: 20px; } .content .tablelist { background-color: #fff; |