feat(helpCenter): 帮助中心列表接入内容接口、问题详情页富文本渲染
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user