Commit 3b874d06 by yuananting

fix:样式调整

parent 8e079ba3
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
border-radius: 2px; border-radius: 2px;
padding: 16px; padding: 16px;
position: relative; position: relative;
margin-bottom: 35px;
.editor-fill-box_single { .editor-fill-box_single {
border-radius: 4px; border-radius: 4px;
...@@ -316,7 +317,7 @@ ...@@ -316,7 +317,7 @@
} }
} }
.desc-audio-box { .desc-audio-box {
margin-bottom: 16px; margin-bottom: 28px;
.audio-box { .audio-box {
position: relative; position: relative;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
...@@ -390,6 +391,7 @@ ...@@ -390,6 +391,7 @@
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
overflow: hidden; overflow: hidden;
margin-top: -5px;
.ant-tag { .ant-tag {
border: none; border: none;
font-size: 14px; font-size: 14px;
......
...@@ -188,7 +188,6 @@ class QuestionPreviewModal extends Component { ...@@ -188,7 +188,6 @@ class QuestionPreviewModal extends Component {
})} })}
</div> </div>
</div> </div>
<hr style={{ margin: "16px 0", color: "#E8E8E8", height: "1px" }} />
{[ {[
"INDEFINITE_CHOICE", "INDEFINITE_CHOICE",
"MULTI_CHOICE", "MULTI_CHOICE",
...@@ -330,7 +329,6 @@ class QuestionPreviewModal extends Component { ...@@ -330,7 +329,6 @@ class QuestionPreviewModal extends Component {
</div> </div>
)} )}
</div> </div>
<hr style={{ margin: "16px 0", color: "#E8E8E8", height: "1px" }} />
<div className="question-desc"> <div className="question-desc">
<div className="question-desc__title">答案解析:</div> <div className="question-desc__title">答案解析:</div>
<div className="question-desc__content"> <div className="question-desc__content">
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
} }
.question-stem { .question-stem {
margin-bottom: 16px; margin-bottom: 16px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 16px;
&__title { &__title {
height: 22px; height: 22px;
font-size: 16px; font-size: 16px;
...@@ -138,6 +140,8 @@ ...@@ -138,6 +140,8 @@
} }
.question-answer { .question-answer {
margin-bottom: 16px; margin-bottom: 16px;
border-bottom: 1px solid #E8E8E8;
padding-bottom: 16px;
img { img {
max-width: 88px; max-width: 88px;
max-height: 88px; max-height: 88px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment