Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
8673d4e0
Commit
8673d4e0
authored
Sep 26, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
584d0555
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
9 deletions
+21
-9
index.vue
src/pages/FriendsAndRelatives/index.vue
+6
-1
addChild.vue
src/pages/MyChild/addChild.vue
+7
-2
index.vue
src/pages/MyChild/index.vue
+6
-4
person.vue
src/pages/person/person.vue
+2
-2
No files found.
src/pages/FriendsAndRelatives/index.vue
View file @
8673d4e0
<
style
scoped
>
.pages
{
min-height
:
100vh
;
background-color
:
#f6f6f6
;
}
.FriendsAndRelatives-header
{
height
:
491
rpx
;
text-align
:
center
;
...
...
@@ -74,6 +78,7 @@
font-size
:
34
rpx
;
font-weight
:
800
;
color
:
#111111
;
margin-top
:
60
rpx
;
}
.text
{
margin-top
:
20
rpx
;
...
...
@@ -114,7 +119,7 @@
}
</
style
>
<
template
>
<view
class=
"FriendsAndRelatives"
>
<view
class=
"FriendsAndRelatives
pages
"
>
<view
class=
"FriendsAndRelatives-header"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664163809000_838.png"
style=
"width: 559rpx;height: 405rpx;"
></image>
...
...
src/pages/MyChild/addChild.vue
View file @
8673d4e0
<
style
scoped
>
.pages
{
min-height
:
100vh
;
background-color
:
#f6f6f6
;
}
.addChild-header
{
flex-direction
:
column
;
align-items
:
center
;
...
...
@@ -55,8 +59,9 @@
align-items
:
center
;
margin-bottom
:
36
rpx
;
background
:
#FFFFFF
;
border-radius
:
40px
;
border-radius
:
40
r
px
;
margin
:
0
50
rpx
;
padding
:
42
rpx
54
rpx
;
}
.addChild
.user-item
.avatar
{
width
:
100
rpx
;
...
...
@@ -85,7 +90,7 @@
}
</
style
>
<
template
>
<view
class=
"addChild"
>
<view
class=
"addChild
pages
"
>
<scroll-view
scroll-y=
"true"
style=
"width:100%;height: 100%;margin-bottom: 70rpx;"
>
<view
class=
"addChild-header flex"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1664160541000_21.png"
...
...
src/pages/MyChild/index.vue
View file @
8673d4e0
<
style
scoped
>
.pages
{
min-height
:
100vh
;
background-color
:
#f6f6f6
;
}
.dataList-header
{
font-size
:
30
rpx
;
position
:
fixed
;
left
:
50
rpx
;
right
:
50
rpx
;
top
:
0
;
background
:
#ffffff
;
}
.dataList-header
view
{
margin-top
:
20
rpx
;
...
...
@@ -20,8 +23,7 @@
margin-left
:
27
rpx
;
}
.dataList-content
{
margin-top
:
150
rpx
;
padding
:
0
50
rpx
;
padding
:
150
rpx
50
rpx
0
50
rpx
;
}
.title
{
font-size
:
34
rpx
;
...
...
@@ -116,7 +118,7 @@
}
</
style
>
<
template
>
<view
class=
"
dataList
"
>
<view
class=
"
pages
"
>
<view
class=
"dataList-header"
>
<view
@
click=
"addChild"
>
<van-icon
name=
"plus"
/>
...
...
src/pages/person/person.vue
View file @
8673d4e0
...
...
@@ -54,7 +54,7 @@
</view>
</view>
<view
class=
"courseInfo"
v-if=
"pageData.CourseInfo.State==2"
>
<view
class=
"title"
>
课程信息
</view>
<view
class=
"title"
>
当前学习课程
</view>
<view
style=
"display: flex; justify-content: space-between;padding: 0 22rpx;margin-top: 30rpx;"
>
<view
style=
"margin-left: 17px;"
>
<view
style=
"font-size: 13px;font-family: PingFang SC;font-weight: bold;color: #111111;"
>
暂无课程
</view>
...
...
@@ -70,7 +70,7 @@
</view>
</view>
<view
class=
"courseInfo"
v-if=
"pageData.CourseInfo.State==1"
>
<view
class=
"title"
>
课程信息
</view>
<view
class=
"title"
>
当前学习课程
</view>
<view
class=
"statistic"
>
<view
class=
"statisticItem"
>
<view
class=
"time"
>
{{
pageData
.
CourseInfo
.
TotalHours
||
0
}}
...
...
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