提交 e67bae6c 编写于 作者: yi.li's avatar yi.li

题目页样式调整

上级 bbfcd2eb
......@@ -120,7 +120,7 @@ export default {
myAnswer += this.getOrderVac(index);
}
});
myAnswer = myAnswer.split("").join(",");
myAnswer = myAnswer.split("").join("");
this.currentQuestion.myAnswer = myAnswer;
} else {
this.currentQuestion.options[index].isSelected = true;
......@@ -184,6 +184,16 @@ export default {
}
};
</script>
<style lang="less">
.title-wrapper, .analysis-wrapper{
.content{
img{
margin-top: 15px;
max-width: 100% !important;
}
}
}
</style>
<style lang="less" scoped>
.qeustion-content-wrapper {
// img {
......@@ -199,6 +209,7 @@ export default {
}
.title-wrapper {
padding: 20px 15px 15px;
box-sizing: border-box;
.type {
position: relative;
top: 2.8px;
......@@ -254,8 +265,9 @@ export default {
display: block;
width: 20px;
height: 20px;
line-height: 20px;
line-height: 18px;
text-align: center;
vertical-align: middle;
margin-right: 10px;
color: #373839;
&.border {
......@@ -312,11 +324,11 @@ export default {
&::before {
display: inline-block;
content: "";
height: 16px;
height: 15px;
width: 3px;
margin-right: 9px;
background: #f68367;
border-radius: 3px;
border-radius: 2px;
}
}
.content {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册