Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
huaweiWatchClient
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sky
huaweiWatchClient
Commits
737cb018
Commit
737cb018
authored
Sep 10, 2020
by
Sky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2ffca2b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
index.css
entry/src/main/js/default/pages/index/index.css
+4
-7
index.hml
entry/src/main/js/default/pages/index/index.hml
+6
-4
No files found.
entry/src/main/js/default/pages/index/index.css
View file @
737cb018
...
...
@@ -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
{
...
...
entry/src/main/js/default/pages/index/index.hml
View file @
737cb018
...
...
@@ -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>
<!-- 对端应用未安装 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment