|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div style="margin: 30px; text-align: left;">
|
|
|
|
|
|
+ <div style="max-width: 800px; margin: 30px auto; ">
|
|
<Steps :current="current" size="small">
|
|
<Steps :current="current" size="small">
|
|
<Step title="时钟"></Step>
|
|
<Step title="时钟"></Step>
|
|
<Step title="网速"></Step>
|
|
<Step title="网速"></Step>
|
|
@@ -61,7 +61,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div v-show="current === 2" class="section" style="text-align: center">
|
|
|
|
|
|
+ <div v-show="current === 2" class="section">
|
|
<div>
|
|
<div>
|
|
<div style="display: flex;">
|
|
<div style="display: flex;">
|
|
<video
|
|
<video
|
|
@@ -174,7 +174,7 @@
|
|
|
|
|
|
<div
|
|
<div
|
|
class="audio-answer audio-answer-line-height"
|
|
class="audio-answer audio-answer-line-height"
|
|
- style="margin-top: 20px ;"
|
|
|
|
|
|
+ style="margin-top: 20px; text-align: left;"
|
|
>
|
|
>
|
|
<span class="audio-answer-line-height">答案:</span>
|
|
<span class="audio-answer-line-height">答案:</span>
|
|
<audio
|
|
<audio
|