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

题目页样式调整

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