Commit 684af648 by yangyang

试题调整

parent 7c34dec1
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<ul class="time"> <ul class="time">
<li class="start"><span>开始时间</span> <span>{{startTime}}</span></li> <li class="start"><span>开始时间</span> <span>{{startTime}}</span></li>
<li class="end"><span>结束时间</span> <span>{{endTime}}</span></li> <li class="end"><span>结束时间</span> <span>{{endTime}}</span></li>
<div class="final" @click="over()">结束考试</div> <!-- <div class="final" @click="over()">结束考试</div> -->
</ul> </ul>
</div> </div>
</div> </div>
...@@ -146,8 +146,9 @@ export default { ...@@ -146,8 +146,9 @@ export default {
flex-direction: column; flex-direction: column;
.name { .name {
font-size: 26px; font-size: 26px;
color: #fff; color: red;
font-weight: 500; font-weight: 500;
font-family:'youshe';
} }
.description { .description {
font-size: 14px; font-size: 14px;
......
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