|
@@ -238,22 +238,37 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-/*** 进入练习 ***/
|
|
|
|
|
|
+/*** 进入成绩 ***/
|
|
.phone-score-page{
|
|
.phone-score-page{
|
|
height: 100vh;display: flex;flex-direction: column;background-color: #f4f6fa;position: relative;
|
|
height: 100vh;display: flex;flex-direction: column;background-color: #f4f6fa;position: relative;
|
|
- .score-page-title{height: 80rpx;line-height: 80rpx;background-color: #fff;font-size: 26rpx;color: #333;
|
|
|
|
- display: flex;justify-content: space-between;padding: 0 24rpx;border-bottom: 10rpx solid #f4f6fa;
|
|
|
|
- .title-types{font-size: 32rpx;color: #000;}
|
|
|
|
|
|
+ .score-page-title{
|
|
|
|
+ height: 80rpx;line-height: 80rpx;background-color: #fff;font-size: 26rpx;color: #333;
|
|
|
|
+ display: flex;justify-content: space-between;padding: 0 24rpx;border-bottom: 10rpx solid #f4f6fa;
|
|
|
|
+ .title-types{font-size: 32rpx;color: #000;}
|
|
|
|
+ .user-score{color: #30c190;}
|
|
}
|
|
}
|
|
.score-shiti-content{
|
|
.score-shiti-content{
|
|
padding: 24rpx 0 0;background-color: #fff;flex: 1;overflow: auto;
|
|
padding: 24rpx 0 0;background-color: #fff;flex: 1;overflow: auto;
|
|
- .phone-danxuan-box{height: auto;margin: 0 32rpx;}
|
|
|
|
|
|
+ .phone-danxuan-box,.phone-duoxuan-box,.phone-panduan-box,.phone-tiankong-box{height: auto;margin: 0 32rpx;}
|
|
}
|
|
}
|
|
.score-answer-box{
|
|
.score-answer-box{
|
|
background-color: #fff;border-top: 10rpx solid #f4f6fa;
|
|
background-color: #fff;border-top: 10rpx solid #f4f6fa;
|
|
.score-line-title{margin-bottom: 0;}
|
|
.score-line-title{margin-bottom: 0;}
|
|
- .score-answer-btn-box{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20rpx;}
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // bottom
|
|
|
|
+ .score-bottom-box{
|
|
|
|
+ width: 100%;height: 100rpx;background-color: #f0f0f0;
|
|
|
|
+ display: flex;align-items: center;justify-content: space-between;
|
|
|
|
+ padding: 0 24rpx;box-sizing: border-box;
|
|
|
|
+ .score-num-icon{
|
|
|
|
+ width: 27px;height: 24px;vertical-align: middle;
|
|
|
|
+ background-image: url("@/static/images/exam/shiti-num-icon.png");@include ezy-no-repeat-cover();
|
|
|
|
+ }
|
|
|
|
+ .active-num{color: #30c190;}
|
|
.score-answer-btn{margin: 0;}
|
|
.score-answer-btn{margin: 0;}
|
|
|
|
+ .score-answer-btn + .score-answer-btn{margin-left:24rpx;}
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|