feat(helpCenter): 帮助中心列表接入内容接口、问题详情页富文本渲染

This commit is contained in:
17792275749
2026-08-20 17:13:57 +08:00
parent f53f11e6e9
commit fce9701254
6 changed files with 117 additions and 96 deletions
+13 -4
View File
@@ -1,11 +1,14 @@
.helpCenter {
width: 100%;
min-height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
padding: 24rpx 32rpx;
box-sizing: border-box;
background-color: #F5F7FB;
.search {
flex-shrink: 0;
display: flex;
flex-direction: column;
margin-bottom: 48rpx;
@@ -28,12 +31,14 @@
}
.tabs {
display: flex;
gap: 20rpx;
flex-shrink: 0;
width: 100%;
white-space: nowrap;
margin-bottom: 24rpx;
.tab {
flex: 1;
display: inline-block;
padding: 0 30rpx;
height: 56rpx;
line-height: 56rpx;
text-align: center;
@@ -41,6 +46,7 @@
font-size: 24rpx;
background-color: #FFFFFF;
color: #77849E;
margin-right: 20rpx;
}
.tab--active {
@@ -50,6 +56,9 @@
}
.list {
flex: 1;
min-height: 0;
.question {
width: 100%;
height: 112rpx;