|
@@ -1,13 +1,14 @@
|
|
.lesson-test-pop {
|
|
.lesson-test-pop {
|
|
position: fixed;
|
|
position: fixed;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100%;
|
|
|
|
|
|
+ /* height: 100%; */
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
background-color: #f9f9f9;
|
|
background-color: #f9f9f9;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
top: 0px;
|
|
top: 0px;
|
|
left: 0px;
|
|
left: 0px;
|
|
|
|
+ font-size: 18px;
|
|
}
|
|
}
|
|
.que-box {
|
|
.que-box {
|
|
margin-top:10px;
|
|
margin-top:10px;
|
|
@@ -29,6 +30,15 @@
|
|
padding-top: 3px;
|
|
padding-top: 3px;
|
|
height: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
|
|
+.has-right-ans{
|
|
|
|
+ background-color: #4fd5a3;
|
|
|
|
+}
|
|
|
|
+.has-wrong-ans{
|
|
|
|
+ background-color: #ff5508;
|
|
|
|
+}
|
|
|
|
+.has-no-ans{
|
|
|
|
+ background-color: #b7b7b7;
|
|
|
|
+}
|
|
.has-ans {
|
|
.has-ans {
|
|
border: 1px solid rgba(117, 117, 117, 0.726);
|
|
border: 1px solid rgba(117, 117, 117, 0.726);
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
@@ -44,7 +54,7 @@
|
|
}
|
|
}
|
|
.ans-box :hover {
|
|
.ans-box :hover {
|
|
color: #24b880;
|
|
color: #24b880;
|
|
- font-size: 16px;
|
|
|
|
|
|
+ /* font-size: 16px; */
|
|
padding: 2px 5px;
|
|
padding: 2px 5px;
|
|
}
|
|
}
|
|
.has-ans :hover {
|
|
.has-ans :hover {
|
|
@@ -74,18 +84,22 @@
|
|
|
|
|
|
.lesson-test-pop .warmMessage {
|
|
.lesson-test-pop .warmMessage {
|
|
z-index: 999;
|
|
z-index: 999;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+.lesson-test-pop .warmMessage h3{
|
|
|
|
+ font-size: 16px;
|
|
|
|
+}
|
|
|
|
+.lesson-test-pop .testTitle .ques-filter {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 10%;
|
|
|
|
+ top: 3px;
|
|
}
|
|
}
|
|
- .lesson-test-pop .testTitle .ques-filter {
|
|
|
|
- position: absolute;
|
|
|
|
- right: 10%;
|
|
|
|
- top: 3px;
|
|
|
|
- }
|
|
|
|
|
|
|
|
.lesson-test-pop .testTitle .ques-filter .filter-text {
|
|
.lesson-test-pop .testTitle .ques-filter .filter-text {
|
|
padding: 2px 7px;
|
|
padding: 2px 7px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
color: #515a6e;
|
|
color: #515a6e;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ /* font-size: 14px; */
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
@@ -161,10 +175,10 @@
|
|
position: relative;
|
|
position: relative;
|
|
display: block;
|
|
display: block;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
- height: 95.5vh;
|
|
|
|
|
|
+ height: 96vh;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
left: 0px;
|
|
left: 0px;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ /* font-size: 20px; */
|
|
}
|
|
}
|
|
|
|
|
|
.lesson-test-pop .questionContent {
|
|
.lesson-test-pop .questionContent {
|
|
@@ -177,34 +191,34 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
max-width: 100px;
|
|
max-width: 100px;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
- /*margin-top:20px;*/
|
|
|
|
|
|
+ /*margin-top: 20px;*/
|
|
}
|
|
}
|
|
.lesson-test-pop .questioDes {
|
|
.lesson-test-pop .questioDes {
|
|
- margin-top:20px;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
- font-size: 20px;
|
|
|
|
- /* height:500px; */
|
|
|
|
- overflow-y:scroll;
|
|
|
|
- /*border:2px solid red;*/
|
|
|
|
|
|
+ /* font-size: 20px; */
|
|
|
|
+ /* height: 500px; */
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ /* border: 2px solid red; */
|
|
}
|
|
}
|
|
.lesson-test-pop .que-item {
|
|
.lesson-test-pop .que-item {
|
|
- display:flex;
|
|
|
|
|
|
+ display: flex;
|
|
width: 100%;
|
|
width: 100%;
|
|
/* max-height: 450px; */
|
|
/* max-height: 450px; */
|
|
/* overflow-y: scroll; */
|
|
/* overflow-y: scroll; */
|
|
- /*border:1px solid blue;*/
|
|
|
|
|
|
+ /* border: 1px solid blue; */
|
|
}
|
|
}
|
|
|
|
|
|
.lesson-test-pop .que-items {
|
|
.lesson-test-pop .que-items {
|
|
width: 100%;
|
|
width: 100%;
|
|
- /*border:1px solid lightblue;*/
|
|
|
|
|
|
+ /* border: 1px solid lightblue; */
|
|
/* max-height: 200px; */
|
|
/* max-height: 200px; */
|
|
- margin-left:10px;
|
|
|
|
|
|
+ margin-left: 10px;
|
|
/*max-height: 200px;*/
|
|
/*max-height: 200px;*/
|
|
- overflow-y: scroll;
|
|
|
|
|
|
+ /* overflow-y: scroll; */
|
|
}
|
|
}
|
|
.lesson-test-pop .questionNo {
|
|
.lesson-test-pop .questionNo {
|
|
- margin-bottom:5px;
|
|
|
|
|
|
+ margin-bottom: 5px;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
}
|
|
}
|
|
.lesson-test-pop .answers{
|
|
.lesson-test-pop .answers{
|
|
@@ -247,7 +261,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.compose-content {
|
|
.compose-content {
|
|
- /*margin-top: 30px;*/
|
|
|
|
|
|
+ /* margin-top: 30px; */
|
|
width: 100%;
|
|
width: 100%;
|
|
/* height: 200px; */
|
|
/* height: 200px; */
|
|
z-index: 0;
|
|
z-index: 0;
|
|
@@ -324,11 +338,12 @@
|
|
/* float: left;
|
|
/* float: left;
|
|
right: -10px; */
|
|
right: -10px; */
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- margin-bottom: 100px;
|
|
|
|
|
|
+ /* margin-bottom: 100px; */
|
|
right: 10px;
|
|
right: 10px;
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
display: flex;
|
|
display: flex;
|
|
- flex-wrap:wrap;
|
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
.lesson-test-pop .pageCtl2 button {
|
|
.lesson-test-pop .pageCtl2 button {
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -357,7 +372,7 @@
|
|
.lesson-test-pop .analysis{
|
|
.lesson-test-pop .analysis{
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ /* font-size: 20px; */
|
|
transition: opacity 0.2s ease-in;
|
|
transition: opacity 0.2s ease-in;
|
|
opacity: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@@ -458,13 +473,13 @@
|
|
border-collapse: collapse;
|
|
border-collapse: collapse;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ /* font-size: 14px; */
|
|
padding: 2px 10px;
|
|
padding: 2px 10px;
|
|
height: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|
|
.lesson-test-pop .ansSheet .ansSheetQno:hover {
|
|
.lesson-test-pop .ansSheet .ansSheetQno:hover {
|
|
color: #24b880;
|
|
color: #24b880;
|
|
- font-size: 16px;
|
|
|
|
|
|
+ /* font-size: 16px; */
|
|
padding: 2px 10px;
|
|
padding: 2px 10px;
|
|
background-color: #ececec;
|
|
background-color: #ececec;
|
|
}
|
|
}
|
|
@@ -513,6 +528,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 1366px) {
|
|
@media screen and (max-width: 1366px) {
|
|
|
|
+ /* .lesson-test-pop{
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ } */
|
|
.lesson-test-pop .testTitle .ques-filter {
|
|
.lesson-test-pop .testTitle .ques-filter {
|
|
right: 15%;
|
|
right: 15%;
|
|
}
|
|
}
|
|
@@ -543,8 +561,8 @@
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
.compose-box {
|
|
.compose-box {
|
|
- background-color: #24b880;
|
|
|
|
- color: white;
|
|
|
|
|
|
+ /* background-color: #24b880;
|
|
|
|
+ color: white; */
|
|
width: 95%;
|
|
width: 95%;
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
}
|
|
@@ -557,7 +575,7 @@
|
|
.compose-content {
|
|
.compose-content {
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
width: 95%;
|
|
width: 95%;
|
|
- height: 200px;
|
|
|
|
|
|
+ /* height: 200px; */
|
|
margin-bottom:30px;
|
|
margin-bottom:30px;
|
|
z-index: 0;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
@@ -578,10 +596,13 @@
|
|
position: relative;
|
|
position: relative;
|
|
display: block;
|
|
display: block;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
- height: 95vh;
|
|
|
|
|
|
+ height: 97vh;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
left: 0px;
|
|
left: 0px;
|
|
}
|
|
}
|
|
|
|
+ .lesson-test-pop .que-box{
|
|
|
|
+ max-height: 760px;
|
|
|
|
+ }
|
|
.lesson-test-pop .pageCtl2 {
|
|
.lesson-test-pop .pageCtl2 {
|
|
position: relative;
|
|
position: relative;
|
|
/* float: right;
|
|
/* float: right;
|
|
@@ -595,6 +616,20 @@
|
|
margin: 0 10px 10px 10px;
|
|
margin: 0 10px 10px 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
|
+ .lesson-test-pop{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ }
|
|
|
|
+ .lesson-test-pop .ans-box{
|
|
|
|
+ font-size: 13px;
|
|
|
|
+ }
|
|
|
|
+ .lesson-test-pop .pageCtl2{
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ }
|
|
|
|
+ .lesson-test-pop .que-box{
|
|
|
|
+ max-height: 450px;
|
|
|
|
+ }
|
|
|
|
+}
|
|
@media screen and (max-width: 991px) {
|
|
@media screen and (max-width: 991px) {
|
|
.lesson-test-pop .testTitle .ques-filter {
|
|
.lesson-test-pop .testTitle .ques-filter {
|
|
right: 25%;
|
|
right: 25%;
|
|
@@ -616,35 +651,48 @@
|
|
left: 65%;
|
|
left: 65%;
|
|
}
|
|
}
|
|
|
|
|
|
- .lesson-test-pop .questionArea {
|
|
|
|
|
|
+ /* .lesson-test-pop .questionArea {
|
|
height: auto;
|
|
height: auto;
|
|
- }
|
|
|
|
|
|
+ } */
|
|
|
|
|
|
- .lesson-test-pop .ansArea {
|
|
|
|
|
|
+ /* .lesson-test-pop .ansArea {
|
|
position: relative;
|
|
position: relative;
|
|
- }
|
|
|
|
|
|
+ } */
|
|
}
|
|
}
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
|
|
+@media screen and (max-width: 768px) {
|
|
|
|
+ .lesson-test-pop{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ }
|
|
.lesson-test-pop .testTitle .ques-filter {
|
|
.lesson-test-pop .testTitle .ques-filter {
|
|
left: 38%;
|
|
left: 38%;
|
|
}
|
|
}
|
|
-}
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
.lesson-test-pop .ansSheet {
|
|
.lesson-test-pop .ansSheet {
|
|
- font-size: 10px;
|
|
|
|
- width: 80%;
|
|
|
|
|
|
+ /* font-size: 10px; */
|
|
|
|
+ width: 80%;
|
|
}
|
|
}
|
|
-}
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
.lesson-test-pop .questionDesImg {
|
|
.lesson-test-pop .questionDesImg {
|
|
- width: 40%;
|
|
|
|
- margin-top: 20px;
|
|
|
|
|
|
+ width: 40%;
|
|
|
|
+ margin-top: 20px;
|
|
}
|
|
}
|
|
-}
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
.lesson-test-pop .myProgressBar {
|
|
.lesson-test-pop .myProgressBar {
|
|
- right: 30%;
|
|
|
|
|
|
+ right: 30%;
|
|
|
|
+ }
|
|
|
|
+ .lesson-test-pop .questionArea {
|
|
|
|
+ /* font-size: 18px; */
|
|
}
|
|
}
|
|
|
|
+ .lesson-test-pop .questioDes {
|
|
|
|
+ /* overflow-y: scroll; */
|
|
|
|
+ /* font-size: 18px; */
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+
|
|
}
|
|
}
|
|
@media screen and (max-width: 680px) {
|
|
@media screen and (max-width: 680px) {
|
|
.lesson-test-pop .myProgressBar {
|
|
.lesson-test-pop .myProgressBar {
|
|
@@ -652,11 +700,5 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
- .lesson-test-pop .questionArea {
|
|
|
|
- font-size: 18px;
|
|
|
|
- }
|
|
|
|
- .lesson-test-pop .questioDes {
|
|
|
|
- /* overflow-y: scroll; */
|
|
|
|
- font-size: 18px;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|