提交 55766c0c 编写于 作者: guangjun.yang's avatar guangjun.yang

样式再调整

上级 db637030
......@@ -16,7 +16,7 @@
</article>
<article class="title-wrapper">
<span class="type" :class="{'multi': currentQuestion.typeId == 2, 'top-1': isAndroid}">
<span>{{currentQuestion.typeId == 1 ? "单选题" : currentQuestion.typeId == 2 ? "多选题" : "判断题"}}</span>
<span :class="{'top-2': isAndroid}">{{currentQuestion.typeId == 1 ? "单选题" : currentQuestion.typeId == 2 ? "多选题" : "判断题"}}</span>
</span>
<span class="content" v-html="currentQuestion.question"></span>
<!-- <img src="https://files.yunqueyi.com/image/png/protal/project/20200702161856970.png" /> -->
......@@ -221,12 +221,15 @@ export default {
top: 2px;
left: 4.5px;
color: #ffffff;
&.top-2 {
top: 2.5px;
}
}
&.multi {
background: #e6a23c;
}
&.top-1 {
top: 0.5px;
top: 1px;
}
}
.content {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册