2025-07-15 15:16:03 +08:00
|
|
|
.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;
|
2025-07-28 18:06:25 +08:00
|
|
|
|
2025-07-15 15:16:03 +08:00
|
|
|
.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;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-container {
|
|
|
|
|
width: 40%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-res-span {
|
|
|
|
|
padding: 24px;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-16 18:49:28 +08:00
|
|
|
.layout-sider {
|
2025-07-15 15:16:03 +08:00
|
|
|
border-radius: 6px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
2025-07-16 18:49:28 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
.spin-center {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.work-res {
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-28 17:25:23 +08:00
|
|
|
|
2025-07-15 15:16:03 +08:00
|
|
|
}
|