|
.user-head-img-c { position: relative; width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; box-sizing: border-box; display: inline-block; border: 1px solid #f3f3f3;
|
.user-head-img { width: 100%; height: 100%; border-radius: 50%; }
|
&:first-child { border: 1px solid #ff7159; }
|
.user-head-img-tip { position: absolute; top: -3px; left: -5px; display: inline-block; background-color: #ff7159; color: #fff; font-size: 11px; z-index: 98; padding: 0 5px; border-radius: 5px; transform: scale(.8); }
|
}
|
|
.no-head-icon { width: 40px; height: 40px; border-radius: 50%; display: inline-block; border: 1px dashed #e1e1e1; text-align: center; color: #d1d1d1; font-size: 20px; box-sizing: border-box; position: relative;
|
& > text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
|
}
|
|
.coreshop-cell-ft-text { max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
.group-notice {
|
.coreshop-cell-ft-text { color: #999; margin-left: 10px; font-size: 13px; }
|
}
|