You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
214 lines
3.8 KiB
214 lines
3.8 KiB
9 months ago
|
.circle-container {
|
||
|
margin-top: 30rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.circle-container p {
|
||
|
font-size: 22rpx;
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.percent-text {
|
||
|
color: #2c8eff;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-ft {
|
||
|
margin-top: 60rpx;
|
||
|
}
|
||
|
|
||
|
/* 考试结果 */
|
||
|
.question-result-page .title {
|
||
|
margin: 70rpx 50rpx 0;
|
||
|
font-size: 32rpx;
|
||
|
text-align: center;
|
||
|
color: #282828;
|
||
|
}
|
||
|
|
||
|
.question-result-page .score {
|
||
|
display: flex;
|
||
|
height: 130rpx;
|
||
|
margin: 50rpx 50rpx 0;
|
||
|
}
|
||
|
|
||
|
.question-result-page .score .item {
|
||
|
flex: 1;
|
||
|
|
||
|
display: flex;
|
||
|
|
||
|
flex-direction: column;
|
||
|
|
||
|
justify-content: center;
|
||
|
|
||
|
box-shadow: 0 2rpx 15rpx rgba(0, 0, 0, 0.05);
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.question-result-page .score .item + .item {
|
||
|
margin-left: 30rpx;
|
||
|
}
|
||
|
|
||
|
.question-result-page .score image {
|
||
|
width: 30rpx;
|
||
|
height: 30rpx;
|
||
|
margin-right: 10rpx;
|
||
|
vertical-align: middle;
|
||
|
pointer-events: none;
|
||
|
-webkit-touch-callout: none;
|
||
|
}
|
||
|
|
||
|
.question-result-page .score text {
|
||
|
font-size: 24rpx;
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.question-result-page .score view:last-child {
|
||
|
font-weight: 600;
|
||
|
font-size: 34rpx;
|
||
|
color: #282828;
|
||
|
}
|
||
|
|
||
|
.question-result-page .basic {
|
||
|
display: flex;
|
||
|
|
||
|
align-items: center;
|
||
|
height: 130rpx;
|
||
|
margin: 30rpx 50rpx 60rpx;
|
||
|
|
||
|
box-shadow: 0 2rpx 15rpx rgba(0, 0, 0, 0.05);
|
||
|
}
|
||
|
|
||
|
.question-result-page .basic .item {
|
||
|
flex: 1;
|
||
|
font-size: 24rpx;
|
||
|
text-align: center;
|
||
|
color: #999999;
|
||
|
}
|
||
|
|
||
|
.question-result-page .basic .value {
|
||
|
margin-top: 3rpx;
|
||
|
font-weight: bold;
|
||
|
font-size: 36rpx;
|
||
|
color: #282828;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result {
|
||
|
padding-right: 30rpx;
|
||
|
padding-left: 30rpx;
|
||
|
border-top: 20rpx solid #f5f5f5;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd {
|
||
|
display: flex;
|
||
|
|
||
|
justify-content: space-between;
|
||
|
padding-top: 40rpx;
|
||
|
padding-bottom: 20rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd .list {
|
||
|
display: flex;
|
||
|
font-size: 24rpx;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd .item + .item {
|
||
|
margin-left: 22rpx;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd text {
|
||
|
box-sizing: border-box;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd text:first-child {
|
||
|
display: inline-block;
|
||
|
width: 22rpx;
|
||
|
height: 22rpx;
|
||
|
border: 1px solid #ddd;
|
||
|
border-radius: 50%;
|
||
|
margin-right: 8rpx;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd .item:first-child text:first-child {
|
||
|
border: none;
|
||
|
background-color: #ebf9eb;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-hd .item:nth-child(2) text:first-child {
|
||
|
border: none;
|
||
|
background-color: #fff0e5;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-bd {
|
||
|
display: flex;
|
||
|
|
||
|
flex-wrap: wrap;
|
||
|
border-top: 1px dashed #e3e3e3;
|
||
|
padding: 34rpx 15rpx;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-bd view {
|
||
|
flex-shrink: 0;
|
||
|
width: 72rpx;
|
||
|
height: 72rpx;
|
||
|
border: 1px solid #ddd;
|
||
|
border-radius: 50%;
|
||
|
margin: 18rpx 19rpx;
|
||
|
|
||
|
box-sizing: border-box;
|
||
|
font-size: 30rpx;
|
||
|
line-height: 72rpx;
|
||
|
text-align: center;
|
||
|
color: #666;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-bd .ok {
|
||
|
border: none;
|
||
|
background-color: #ebf9eb;
|
||
|
color: #52a452;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-bd .no {
|
||
|
border: none;
|
||
|
background-color: #fff0e5;
|
||
|
color: #ff6b00;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-ft {
|
||
|
margin: 122rpx 30rpx 0;
|
||
|
font-size: 0;
|
||
|
text-align: center;
|
||
|
padding-bottom: 60rpx;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-ft navigator {
|
||
|
display: inline-block;
|
||
|
width: 300rpx;
|
||
|
height: 86rpx;
|
||
|
border: 1px solid #2e8fff;
|
||
|
border-radius: 43rpx;
|
||
|
|
||
|
box-sizing: border-box;
|
||
|
font-size: 30rpx;
|
||
|
line-height: 86rpx;
|
||
|
color: #2c8eff;
|
||
|
}
|
||
|
|
||
|
.question-result-page .result-ft navigator:first-child {
|
||
|
margin-right: 30rpx;
|
||
|
background-color: #2c8eff;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.question-result-page .process {
|
||
|
width: 266rpx;
|
||
|
height: 266rpx;
|
||
|
margin: 80rpx auto 0;
|
||
|
}
|
||
|
|
||
|
.my-canvas {
|
||
|
width: 100vw;
|
||
|
height: 160px;
|
||
|
}
|