finished refactor chat page UI

This commit is contained in:
RockYang
2024-05-17 19:25:38 +08:00
parent d45f9fbad6
commit cac3194d5b
20 changed files with 471 additions and 344 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1713766977199') format('woff2'),
url('iconfont.woff?t=1713766977199') format('woff'),
url('iconfont.ttf?t=1713766977199') format('truetype');
src: url('iconfont.woff2?t=1715938850931') format('woff2'),
url('iconfont.woff?t=1715938850931') format('woff'),
url('iconfont.ttf?t=1715938850931') format('truetype');
}
.iconfont {
@@ -13,6 +13,38 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-mic-bold:before {
content: "\e683";
}
.icon-mic-thin:before {
content: "\e8c2";
}
.icon-attachment-cl:before {
content: "\e66a";
}
.icon-attachment-st:before {
content: "\e63b";
}
.icon-speaker:before {
content: "\e607";
}
.icon-clear:before {
content: "\e900";
}
.icon-bbs:before {
content: "\e623";
}
.icon-license:before {
content: "\e65a";
}
.icon-more:before {
content: "\e63c";
}