count of room member is commented
This commit is contained in:
parent
67a6e4ceaf
commit
297baa1771
|
@ -11,6 +11,15 @@
|
||||||
<span *ngIf="roomInfo.isTimeRoom" class="text-warn-color badge-timer">
|
<span *ngIf="roomInfo.isTimeRoom" class="text-warn-color badge-timer">
|
||||||
<mat-icon>timer</mat-icon>
|
<mat-icon>timer</mat-icon>
|
||||||
</span>
|
</span>
|
||||||
|
<!-- <div style="position: relative;">
|
||||||
|
<div
|
||||||
|
class="num text-accent-darkest thumbnail"
|
||||||
|
*ngIf="roomInfo.roomType === RoomType.Multi"
|
||||||
|
style="position: absolute; width: 40px; height: 40px; top: -40px"
|
||||||
|
>
|
||||||
|
{{ roomInfo.joinUserCount }}
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
</dt>
|
</dt>
|
||||||
<dd class="info">
|
<dd class="info">
|
||||||
<div class="detail">
|
<div class="detail">
|
||||||
|
|
|
@ -25,19 +25,19 @@ $thumbnail-msize: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge-timer {
|
.badge-timer {
|
||||||
position:absolute;
|
position: absolute;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
bottom: 14px;
|
bottom: 14px;
|
||||||
left: 46px;
|
left: 46px;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
.mat-icon{
|
.mat-icon {
|
||||||
font-size:14px;
|
font-size: 14px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
line-height:18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ $thumbnail-msize: 40px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
line-height:unset;
|
line-height: unset;
|
||||||
}
|
}
|
||||||
.num {
|
.num {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -158,6 +158,14 @@ $thumbnail-msize: 40px;
|
||||||
@include ellipsis(1);
|
@include ellipsis(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.num {
|
||||||
|
font-size: 18px;
|
||||||
|
font: bold;
|
||||||
|
flex: none;
|
||||||
|
text-align: center;
|
||||||
|
background-color: rgba($color: #666666, $alpha: 0.5);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-item {
|
.list-item {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user