Commit c60950cc authored by 石盼盼's avatar 石盼盼

运动评价页面

parent 848d4670
<!--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 */
\ 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
......@@ -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
}
]
}
......
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