|
@@ -217,7 +217,7 @@ background-color:#009688;
|
|
|
box-shadow: 0 0.1rem 0rem #00706f;
|
|
|
/* background: url(../img/check-true.png) no-repeat center; */background-size:100%;color: #FFF;box-shadow: 0 0.1rem 0rem #7e8cdd;}
|
|
|
.qs-item .cur_answer.cur_error{/* background: url(../img/check-error.png) no-repeat center; */background-size:100%;color: #FFF;background: #ff5970;box-shadow: 0 0.1rem 0rem #931325;}
|
|
|
-.qs-item .cur_answer.cur_true{
|
|
|
+.qs-item li.cur_true{
|
|
|
background-color:#8BC34A;
|
|
|
color: #FFF;
|
|
|
box-shadow: 0 0.1rem 0rem #4CAF50;
|
|
@@ -236,7 +236,7 @@ background-color:#009688;
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
transform: rotate(-45deg);
|
|
|
}
|
|
|
-.qs-item .cur_answer.cur_true::before{content:"";position:absolute;left: 0.3rem;top: .3rem;width: .35rem;height: .35rem;border: solid .1rem #FFF;border-radius: 50%;}
|
|
|
+.qs-item li.cur_true::before{content:"";position:absolute;left: 0.3rem;top: .3rem;width: .35rem;height: .35rem;border: solid .1rem #FFF;border-radius: 50%;}
|
|
|
.qs-item .page{text-align: center;color: #fff;font-size: .3rem;clear: both;}
|
|
|
.end .qs-item{display: none;}
|
|
|
.result{width: 6.12rem;height: 9rem;margin: 4.8rem 0.7rem 0;background-color: #FFF;display: none;position: relative;}
|