74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
|
|
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background-color: #ffffff;
|
|
min-height: 100vh;
|
|
background-image: linear-gradient(#55C5E3,#fff);
|
|
}
|
|
|
|
/* 测试成绩 */
|
|
.test {
|
|
width: 380rpx;
|
|
height: 104rpx;
|
|
line-height: 104rpx;
|
|
font-size: 40rpx;
|
|
/* background-color: #ffffff; */
|
|
color: #4486e8;
|
|
border-radius: 30%;
|
|
margin-top: 80rpx;
|
|
text-align: center;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.score {
|
|
/* position: absolute; */
|
|
width: 700rpx;
|
|
height: 205rpx;
|
|
background-color: #eef9fc;
|
|
color: #707374;
|
|
margin-bottom: 40rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
.itemName {
|
|
height: 100rpx;
|
|
width: 50%;
|
|
border-right: lightsteelblue 2rpx solid;
|
|
line-height: 50px;
|
|
/* padding-bottom: 15px; */
|
|
border-bottom: lightsteelblue 2rpx solid;
|
|
text-align: center;
|
|
}
|
|
.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;
|
|
width: 50%;
|
|
border-right: lightsteelblue 2rpx solid;
|
|
line-height: 100rpx;
|
|
/* padding-bottom: 15px; */
|
|
/* border-bottom: #eeecec 1px solid; */
|
|
text-align: center;
|
|
}
|
|
.report {
|
|
height: 100rpx;
|
|
width: 50%;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
}
|
|
.th {
|
|
/* background-color: orange; */
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
/* border-top:lightsteelblue 1px solid; */
|
|
}
|
|
|