Commit 737cb018 authored by Sky's avatar Sky

update

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