|
@@ -278,6 +278,57 @@ view{box-sizing: border-box;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/***** 答题卡 *****/
|
|
|
|
+/* .answer-card-popup{
|
|
|
|
+ height: 100vh;display: flex;flex-direction: column;
|
|
|
|
+ .card-navBar-box{
|
|
|
|
+ background-color: #0856e6;
|
|
|
|
+ .icon-title-navBar-box{background-color: #0856e6;}
|
|
|
|
+ .nav-bar-title{color: #fff!important;}
|
|
|
|
+ .nav-bar-icon{background-image: url("@/static/images/common/nav-white-bar-jt.svg");}
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ .card-content-box{
|
|
|
|
+ flex: 1;overflow-y: auto;padding: 0 24rpx;
|
|
|
|
+ .answer-card-content{display: flex;flex-flow: row wrap;}
|
|
|
|
+ .paragraph-title {color: #666;width: 100%;font-size: 32rpx;padding: 18rpx;
|
|
|
|
+ padding-bottom: 3rpx;box-sizing: border-box;}
|
|
|
|
+ .paragraph-qa{
|
|
|
|
+ width: 80rpx;height: 80rpx;border-radius: 50%;border: 1rpx solid #ccc;
|
|
|
|
+ text-align: center;line-height: 76rpx;box-sizing: border-box;margin: 30rpx;
|
|
|
|
+ }
|
|
|
|
+ .paragraph-qa-block-mark{background-color: #FF9100;color: #fff;border-color:#FF9100;}
|
|
|
|
+ }
|
|
|
|
+ .answer-card-btn-box{
|
|
|
|
+ display: flex;border-top: 1rpx solid #E3E3E3;background-color: #FEF0F0;line-height: 1;
|
|
|
|
+ .card-btn{width: 50%;text-align: center;font-size: 32rpx;color: #333;padding: 32rpx 0;}
|
|
|
|
+ .card-jj-btn{background-color: #0856e6;color: #FFF;}}
|
|
|
|
+} */
|
|
|
|
+
|
|
|
|
+/***** 考试须知 *****/
|
|
|
|
+.ksxz-dialog{
|
|
|
|
+ width: 640rpx;font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;border-radius: 20rpx;background-color: #fff;
|
|
|
|
+ .ksxz-title-row{
|
|
|
|
+ background-color: #F0F0F0;position: relative;text-align: center;padding: 20rpx 0;font-size: 32rpx;
|
|
|
|
+ }
|
|
|
|
+ .ksxz-content-box{
|
|
|
|
+ padding: 24rpx;max-height: 640rpx;overflow-y: auto;
|
|
|
|
+ >view{margin-bottom: 12rpx;line-height: 1.6;color: #333;font-size: 32rpx;}
|
|
|
|
+ .ksms-row{margin-bottom: 12rpx;}
|
|
|
|
+ .ksms-intro{color: #666;}
|
|
|
|
+ .ksxz-img-box{
|
|
|
|
+ text-align: center;
|
|
|
|
+ img{max-width: 100%;max-height: 260rpx;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .ksxz-btn-box{
|
|
|
|
+ display: flex;justify-content: center;
|
|
|
|
+ .ksxz-btn{width: 160rpx;background: #0856e6;border: 1rpx solid #1989fa;color: #fff;text-align: center;
|
|
|
|
+ padding: 10rpx;font-size: 28rpx;margin:30rpx 16rpx;border-radius: 4rpx;}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
/*****音频播放器 author: TX date:2024-06-24*****/
|
|
/*****音频播放器 author: TX date:2024-06-24*****/
|
|
.MtaBusAudioPlayerBox{
|
|
.MtaBusAudioPlayerBox{
|
|
position: relative;
|
|
position: relative;
|