diff --git a/pages/home/home.vue b/pages/home/home.vue index 568a0e4..23b667d 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -3,29 +3,16 @@ 幼儿体质检测记录 - - {{item.batchName}} - {{item.createTime}} + + 批次名称:{{item.batchName}} 综合得分:{{item.totalFraction}} - 查看报告 + 时间:{{item.createTime}} - + 查看报告 - - @@ -110,33 +97,26 @@ .score { /* position: absolute; */ width: 700rpx; - height: 205rpx; + height: 306rpx; background-color: #eef9fc; + /* background-color: red; */ color: #707374; - margin-bottom: 40rpx; + margin-bottom: 70rpx; border-radius: 20rpx; + font-size: 33rpx; } .itemName { height: 100rpx; - width: 50%; - border-right: lightsteelblue 2rpx solid; - line-height: 50px; + /* width: 50%; */ + /* border-right: lightsteelblue 2rpx solid; */ + line-height: 55px; /* padding-bottom: 15px; */ border-bottom: lightsteelblue 2rpx solid; 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 { height: 100rpx; @@ -144,16 +124,30 @@ border-right: lightsteelblue 2rpx solid; line-height: 100rpx; /* padding-bottom: 15px; */ - /* border-bottom: #eeecec 1px solid; */ + border-bottom: lightsteelblue 2rpx solid; text-align: center; + padding-left: 40rpx; } - - .report { + .time { height: 100rpx; width: 50%; line-height: 100rpx; + border-bottom: lightsteelblue 2rpx solid; 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 { /* background-color: orange; */