diff --git a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html index 615ac7eb..c05d7ce0 100644 --- a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html +++ b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.html @@ -11,6 +11,15 @@ timer +
diff --git a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss index 7c4a947a..3c00793f 100644 --- a/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss +++ b/projects/ucap-webmessenger-ui-room/src/lib/components/list-item.component.scss @@ -25,19 +25,19 @@ $thumbnail-msize: 40px; } .badge-timer { - position:absolute; + position: absolute; background-color: #ffffff; width: 18px; height: 18px; border-radius: 50%; bottom: 14px; left: 46px; - text-align:center; - .mat-icon{ - font-size:14px; - width: 18px; + text-align: center; + .mat-icon { + font-size: 14px; + width: 18px; height: 18px; - line-height:18px; + line-height: 18px; } } @@ -131,7 +131,7 @@ $thumbnail-msize: 40px; font-size: 16px; color: #666666; margin-left: 4px; - line-height:unset; + line-height: unset; } .num { font-size: 12px; @@ -158,6 +158,14 @@ $thumbnail-msize: 40px; @include ellipsis(1); } } + + .num { + font-size: 18px; + font: bold; + flex: none; + text-align: center; + background-color: rgba($color: #666666, $alpha: 0.5); + } } .list-item {