Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
石盼盼
wandouchengzhang_coach
Commits
c60950cc
Commit
c60950cc
authored
Nov 06, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运动评价页面
parent
848d4670
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
3 deletions
+64
-3
evaluation.wxml
pages/index/evaluation/evaluation.wxml
+12
-2
evaluation.wxss
pages/index/evaluation/evaluation.wxss
+46
-1
project.config.json
project.config.json
+6
-0
No files found.
pages/index/evaluation/evaluation.wxml
View file @
c60950cc
<!--pages/index/evaluation/evaluation.wxml-->
<text>pages/index/evaluation/evaluation.wxml</text>
<view class="performance">
<view class="title">运动表现</view>
</view>
<view class="coach">
<view class="title">教练评语</view>
<view class="text">
<textarea placeholder="请输入对学生的评价"></textarea>
</view>
</view>
<view class="badge">
<view class="title">颁发徽章</view>
</view>
\ No newline at end of file
pages/index/evaluation/evaluation.wxss
View file @
c60950cc
/* pages/index/evaluation/evaluation.wxss */
\ No newline at end of file
page {
background: #F7F8FA;
padding: 20rpx 30rpx;
}
.title {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: bold;
color: #1A1A1A;
margin-bottom: 30rpx;
}
.performance {
width: 690rpx;
background: #FFFFFF;
border-radius: 15rpx;
margin-bottom: 20rpx;
padding: 50rpx 30rpx;
}
.coach {
width: 690rpx;
/* height: 380rpx; */
background: #FFFFFF;
border-radius: 15rpx;
margin-bottom: 20rpx;
padding: 50rpx 30rpx;
}
.coach .text{
width: 634rpx;
background: #FFFFFF;
border: 1px solid #EBEBEB;
border-radius: 5px;
}
.coach .text textarea{
padding: 26rpx;
}
.badge {
width: 690rpx;
/* height: 300rpx; */
background: #FFFFFF;
border-radius: 15rpx;
padding: 50rpx 30rpx;
}
\ No newline at end of file
project.config.json
View file @
c60950cc
...
...
@@ -134,6 +134,12 @@
"pathName"
:
"pages/index/performance/performance"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/index/evaluation/evaluation"
,
"pathName"
:
"pages/index/evaluation/evaluation"
,
"scene"
:
null
}
]
}
...
...
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