This commit is contained in:
shidongli 2022-08-29 17:11:09 +08:00
parent 4de1689c2d
commit 3edb324946

View File

@ -3,29 +3,16 @@
<view class="test">幼儿体质检测记录</view> <view class="test">幼儿体质检测记录</view>
<view class="score" v-for="item in StudentScore"> <view class="score" v-for="item in StudentScore">
<view class="th"> <view class="">
<view class="itemName">{{item.batchName}}</view> <view class="itemName">批次名称{{item.batchName}}</view>
<view class="time">{{item.createTime}}</view>
</view> </view>
<view class="th"> <view class="th">
<view class="overallScore">综合得分{{item.totalFraction}}</view> <view class="overallScore">综合得分{{item.totalFraction}}</view>
<view class="report">查看报告</view> <view class="time">时间{{item.createTime}}</view>
</view> </view>
<view class="report">查看报告</view>
</view> </view>
<!-- <view class="score">
<view class="th">
<view class="itemName">弹跳</view>
<view class="time">2022/8/16</view>
</view>
<view class="th">
<view class="overallScore">综合得分89</view>
<view class="report">查看报告</view>
</view>
</view>
-->
</view> </view>
</template> </template>
@ -110,33 +97,26 @@
.score { .score {
/* position: absolute; */ /* position: absolute; */
width: 700rpx; width: 700rpx;
height: 205rpx; height: 306rpx;
background-color: #eef9fc; background-color: #eef9fc;
/* background-color: red; */
color: #707374; color: #707374;
margin-bottom: 40rpx; margin-bottom: 70rpx;
border-radius: 20rpx; border-radius: 20rpx;
font-size: 33rpx;
} }
.itemName { .itemName {
height: 100rpx; height: 100rpx;
width: 50%; /* width: 50%; */
border-right: lightsteelblue 2rpx solid; /* border-right: lightsteelblue 2rpx solid; */
line-height: 50px; line-height: 55px;
/* padding-bottom: 15px; */ /* padding-bottom: 15px; */
border-bottom: lightsteelblue 2rpx solid; border-bottom: lightsteelblue 2rpx solid;
text-align: center; text-align: center;
/* padding-left: 40rpx; */
} }
.time {
height: 100rpx;
width: 50%;
line-height: 100rpx;
/* padding-bottom: 15px; */
border-bottom: lightsteelblue 2rpx solid;
/* margin-top: -51px; */
/* margin-left: 158px; */
text-align: center;
}
.overallScore { .overallScore {
height: 100rpx; height: 100rpx;
@ -144,16 +124,30 @@
border-right: lightsteelblue 2rpx solid; border-right: lightsteelblue 2rpx solid;
line-height: 100rpx; line-height: 100rpx;
/* padding-bottom: 15px; */ /* padding-bottom: 15px; */
/* border-bottom: #eeecec 1px solid; */ border-bottom: lightsteelblue 2rpx solid;
text-align: center; text-align: center;
padding-left: 40rpx;
} }
.time {
.report {
height: 100rpx; height: 100rpx;
width: 50%; width: 50%;
line-height: 100rpx; line-height: 100rpx;
border-bottom: lightsteelblue 2rpx solid;
text-align: center; text-align: center;
/* border-right: lightsteelblue 2rpx solid; */
/* background-color: #4486e8; */
/* float: left; */
} }
.report {
height: 100rpx;
/* width: 50%; */
line-height: 100rpx;
text-align: center;
/* border-bottom: lightsteelblue 2rpx solid; */
/* margin-top: 100rpx; */
}
.th { .th {
/* background-color: orange; */ /* background-color: orange; */