Browse Source

样式修改

tanxue 3 tuần trước cách đây
mục cha
commit
acc14c067a
1 tập tin đã thay đổi với 51 bổ sung4 xóa
  1. 51 4
      common/styles/global/components.scss

+ 51 - 4
common/styles/global/components.scss

@@ -279,8 +279,9 @@ view{box-sizing: border-box;}
 }
 
 /***** 通用scroll-组件 *****/
-.mobile-scroll-box{height: calc(100vh - 304rpx)}
-.mobile-chengji-scroll-box{height: calc(100vh - 304rpx)}
+.mobile-scroll-search .uni-searchbar {
+	padding: 0 24rpx;
+}
 
 /***** 通用card-组件 *****/
 .mobile-card-box {
@@ -307,7 +308,32 @@ view{box-sizing: border-box;}
 		background: linear-gradient(0deg,#436aff 0%, #234ff7 100%);border-radius: 80rpx;display: block;}
 }
 
-
+/***** 答题卡 *****/
+.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;}}
+}
 /***** 通用试题页面组件 *****/
 .mobile-shiti-page{
 	.shiti-page-title {
@@ -346,7 +372,28 @@ view{box-sizing: border-box;}
 	.st-btn-next {position: fixed;bottom: 140rpx;right: 24rpx;}
 }
 
-
+/*** 答题解析***/
+.phone-question-answer-box{
+	font-size: 30rpx;color: #666;box-sizing: border-box;padding:32rpx 0;
+	line-height: 1.6;max-height: 60vh;overflow: auto;border-top: 1rpx solid rgb(227, 227, 227);
+	.phone-line-title{margin-bottom: 24rpx;}
+	.orange-color{color: #ff6b67;}
+	.green-color{color: #3fd2a1;}
+	.mb10{margin-bottom: 10rpx;}
+	.btdf-row{
+		margin-bottom: 10rpx;
+		text{color: #0856e6;margin-right: 6rpx;}
+	}
+	.ndda-row{
+		min-width: 50%;display: inline-block;margin-bottom: 10rpx;
+		text{color: #ff6b67;}
+	}
+	.zqda-row{
+		min-width: 50%;display: inline-block;margin-bottom: 10rpx;
+		text{color: #3fd2a1;}
+	}
+}
+  
 /***** 考试须知 *****/
 .ksxz-dialog{
 	width: 640rpx;font-size: 28rpx;color: #333;max-height: 70vh;overflow: auto;border-radius: 20rpx;background-color: #fff;