28 lines
593 B
SCSS
28 lines
593 B
SCSS
|
|
.chat-wrap {
|
||
|
|
.chat-contain {
|
||
|
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
-moz-osx-font-smoothing: grayscale;
|
||
|
|
color: #2c3e50;
|
||
|
|
margin-top: 24px;
|
||
|
|
|
||
|
|
.span-back {
|
||
|
|
color: var(--Text-2, #3C4043);
|
||
|
|
font-size: 14px;
|
||
|
|
font-family: Alibaba PuHuiTi;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 62px;
|
||
|
|
word-wrap: break-word
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.span-back {
|
||
|
|
color: var(--Text-2, #3C4043);
|
||
|
|
font-size: 14px;
|
||
|
|
font-family: Alibaba PuHuiTi;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 22px;
|
||
|
|
word-wrap: break-word
|
||
|
|
}
|
||
|
|
}
|