Commit 737cb018 authored by Sky's avatar Sky

update

parent 2ffca2b7
...@@ -25,15 +25,15 @@ ...@@ -25,15 +25,15 @@
} }
/* 标题 */ /* 标题 */
.title { .title {
width: 262px; width: 454px;
height: 120px; height: 454px;
align-items: center;
justify-content: center;
} }
.text { .text {
color: #ffffff; color: #ffffff;
font-size: 38px; font-size: 38px;
width: 262px; width: 262px;
text-align: center;
justify-content: center;
} }
/* 标题 */ /* 标题 */
...@@ -53,10 +53,7 @@ ...@@ -53,10 +53,7 @@
} }
/*倒计时*/ /*倒计时*/
.count-down { .count-down {
width: 350px;
text-align: center;
font-size: 38px; font-size: 38px;
justify-content: center;
color: #FFD208; color: #FFD208;
} }
.count-down-num { .count-down-num {
......
...@@ -19,12 +19,14 @@ ...@@ -19,12 +19,14 @@
</div> </div>
<!--准备开始end--> <!--准备开始end-->
<!--训练准备倒计时--> <!--训练准备倒计时-->
<text if="page == '1'" class="count-down">{{countdownT}} <div class="start" if="page == '1'">
</text> <text class="start-text count-down">{{countdownT}}
</text>
</div>
<!--训练准备倒计时end--> <!--训练准备倒计时end-->
<!-- 标题 --> <!-- 标题 -->
<div class="title" if="page == '2' && !dataPageShow"> <div class="start" if="page == '2' && !dataPageShow">
<text class="text">{{acName}} <text class="start-text text">{{acName}}
</text> </text>
</div> </div>
<!-- 对端应用未安装 --> <!-- 对端应用未安装 -->
......
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