|
@@ -93,16 +93,15 @@
|
|
.phone-kaoshi-page {
|
|
.phone-kaoshi-page {
|
|
display: flex;flex-direction: column;background-color: #f4f6fa;position: relative;
|
|
display: flex;flex-direction: column;background-color: #f4f6fa;position: relative;
|
|
.kaoshi-page-title {
|
|
.kaoshi-page-title {
|
|
- height: 80rpx;line-height: 80rpx;background-color: #fff;font-size: 28rpx;border-top: 1rpx solid #ebebeb;
|
|
|
|
- color: #333;display: flex;justify-content: space-between;padding: 0 24rpx;border-bottom: 1rpx solid #ebebeb;
|
|
|
|
.title-types {color: #000;}
|
|
.title-types {color: #000;}
|
|
.exam-countdown .uni-countdown__number,.exam-countdown .uni-countdown__splitor{color: #0856e6!important;}
|
|
.exam-countdown .uni-countdown__number,.exam-countdown .uni-countdown__splitor{color: #0856e6!important;}
|
|
}
|
|
}
|
|
- .kaoshi-shiti-content {padding: 24rpx 24rpx 0 24rpx;background-color: #fff;flex: 1;}
|
|
|
|
|
|
+
|
|
.kaoshi-bottom-box {
|
|
.kaoshi-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;position: fixed;bottom: var(--window-bottom);
|
|
|
|
|
|
+ // 标记、取标
|
|
|
|
+ .shiti-mark-btn{background: #FF9100;border-color: #FF9100;}
|
|
|
|
+ // 保存
|
|
|
|
+ .shiti-save-btn{margin: 0 10px 0 16px;}
|
|
.save-btn-box{display: flex;align-items: center;}
|
|
.save-btn-box{display: flex;align-items: center;}
|
|
.bj-btn,.qb-btn,.save-btn {height: 60rpx;line-height: 58rpx;color: #fff;font-size: 24rpx;
|
|
.bj-btn,.qb-btn,.save-btn {height: 60rpx;line-height: 58rpx;color: #fff;font-size: 24rpx;
|
|
box-sizing: border-box;display: flex;align-items: center;padding: 0 16rpx;}
|
|
box-sizing: border-box;display: flex;align-items: center;padding: 0 16rpx;}
|
|
@@ -112,24 +111,18 @@
|
|
.qb-btn::before{background-image: url("@/static/images/exam/mark2-sj.svg");}
|
|
.qb-btn::before{background-image: url("@/static/images/exam/mark2-sj.svg");}
|
|
.save-btn{margin-left:auto;background-color: #0856e6;border-color: #0856e6;}
|
|
.save-btn{margin-left:auto;background-color: #0856e6;border-color: #0856e6;}
|
|
.save-btn + .save-btn{margin-left: 20rpx;}
|
|
.save-btn + .save-btn{margin-left: 20rpx;}
|
|
- .shiti-num-box{
|
|
|
|
- display: flex;align-items: center;
|
|
|
|
- .shiti-num-icon {width: 56rpx;height: 56rpx;@include ezy-no-repeat-cover();
|
|
|
|
- background-image: url("@/static/images/exam/answer-carts-sj.svg");margin-right: 8rpx;}
|
|
|
|
- .active-num {color: #000;}
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
- .ks-btn-prev,.ks-btn-next{border:1rpx solid #0856e6;background-color: #F2F7FF;color: #0856e6;padding: 0 16rpx;}
|
|
|
|
- .ks-btn-prev::before,.ks-btn-next::after{
|
|
|
|
- content: '';width: 20rpx;height: 20rpx;display: inline-block;@include ezy-no-repeat-cover();
|
|
|
|
- background-image: url("@/static/images/exam/icon-jiantou-sj.svg");}
|
|
|
|
- .ks-btn-prev::before{transform: rotate(180deg);margin-right: 8rpx;;}
|
|
|
|
- .ks-btn-prev::after{display: none;}
|
|
|
|
- .ks-btn-next::after{transform:unset;border: 0;position: unset;margin-left: 8rpx;}
|
|
|
|
- .ks-btn-prev {position: fixed;bottom: 140rpx;left: 24rpx;}
|
|
|
|
- .ks-btn-next {position: fixed;bottom: 140rpx;right: 24rpx;}
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+// 课程
|
|
|
|
+.mobile-score-page{
|
|
|
|
+ .kecheng-bottom-box{
|
|
|
|
+ .answer-score-icon{width: 56rpx;height: 56rpx;@include ezy-no-repeat-cover();
|
|
|
|
+ background-image: url("@/static/images/exam/answer-score-sj.svg");margin-right: 8rpx;}
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
// 我的
|
|
// 我的
|
|
.mobile-my-page{
|
|
.mobile-my-page{
|