ngx-tencent-im
Version:
Instant messaging for Angular.
80 lines (71 loc) • 1.67 kB
CSS
@font-face {
font-family: 'tim';
src: url('tim.eot?gollaf');
src: url('tim.eot?gollaf#iefix') format('embedded-opentype'),
url('tim.ttf?gollaf') format('truetype'),
url('tim.woff?gollaf') format('woff'),
url('tim.svg?gollaf#tim') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="tim-icon-"], [class*=" tim-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'tim' ;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tim-icon-friend-add:before {
content: "\e907";
}
.tim-icon-close:before {
content: "\e901";
}
.tim-icon-right:before {
content: "\e903";
}
.tim-icon-add:before {
content: "\e904";
}
.tim-icon-refresh:before {
content: "\e905";
}
.tim-icon-send:before {
content: "\e902";
}
.tim-icon-angle:before {
content: "\e900";
}
.tim-icon-angle-middle:before {
content: "\e906";
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 3px;
height: 3px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 10px;
background: rgba(0, 0, 0, 0.1);
}
* {
font-family: MicrosoftYaHei, Arial, sans-serif;
scrollbar-width: none; /*火狐*/
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}