Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
a4f0015d
Commit
a4f0015d
authored
Nov 24, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
学习统计
parent
475b22f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
pages/learningStatistics/learningStatistics.vue
+29
-0
No files found.
pages/learningStatistics/learningStatistics.vue
View file @
a4f0015d
...
@@ -19,6 +19,13 @@
...
@@ -19,6 +19,13 @@
<!-- 总览学习进度 -->
<!-- 总览学习进度 -->
<view
class=
"studyProgressBox"
>
<view
class=
"studyProgressBox"
>
<h4>
总览学习进度
</h4>
<h4>
总览学习进度
</h4>
<view
class=
"progressBox"
>
<text>
0
</text>
<view
class=
"progressLine"
>
<view
class=
"bgLine"
:style=
"
{width:userStudyCountList.progressBarTotal+'%'}">
{{
userStudyCountList
.
progressBarTotal
}}
%
</view>
</view>
<text>
100%
</text>
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -110,6 +117,28 @@
...
@@ -110,6 +117,28 @@
border-radius
:
4
rpx
;
border-radius
:
4
rpx
;
}
}
}
}
.progressBox
{
display
:
flex
;
align-items
:
center
;
padding
:
0
40
rpx
;
.progressLine{
width
:
90%
;
height
:
60
rpx
;
border-radius
:
36
rpx
;
border
:
4
rpx
solid
#0867F5
;
margin
:
0
20
rpx
;
.bgLine{
height
:
100%
;
background-color
:
#0867F5
;
border-top-left-radius
:
36
rpx
;
border-bottom-left-radius
:
36
rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
#fff
;
}
}
}
}
}
}
}
</
style
>
</
style
>
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