|
|
@@ -741,8 +741,8 @@ $text-color: #483d8b; // 文本颜色:靛蓝色
|
|
|
font-size: rpx(12);
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
text-align: left;
|
|
|
-
|
|
|
.question-icon {
|
|
|
background-color: $accent-color;
|
|
|
color: white;
|
|
|
@@ -949,7 +949,7 @@ $text-color: #483d8b; // 文本颜色:靛蓝色
|
|
|
flex: 1;
|
|
|
// 当内容超出容器高度时,显示垂直滚动条
|
|
|
overflow-y: auto;
|
|
|
- margin-bottom: rpx(15);
|
|
|
+ margin-bottom: rpx(20);
|
|
|
// 可以根据实际情况调整最大高度
|
|
|
font-size: rpx(5);
|
|
|
max-height: 50vh;
|
|
|
@@ -979,6 +979,7 @@ $text-color: #483d8b; // 文本颜色:靛蓝色
|
|
|
background-color: #ffffff;
|
|
|
font-size: rpx(5);
|
|
|
max-width: 80%;
|
|
|
+ text-align: left;
|
|
|
color: black;
|
|
|
box-shadow: 0 rpx(1) rpx(3) rgba(0, 0, 0, 0.05);
|
|
|
}
|
|
|
@@ -1033,7 +1034,7 @@ $text-color: #483d8b; // 文本颜色:靛蓝色
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding: rpx(5);
|
|
|
+ // padding: rpx(5);
|
|
|
img {
|
|
|
width: rpx(20);
|
|
|
height: rpx(20);
|