|
@@ -182,26 +182,31 @@ body{
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
animation-fill-mode: both;
|
|
|
}
|
|
|
-.qs-item li .answer {
|
|
|
+.qs-item li.answer {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
margin: 0;
|
|
|
- background: url(../img/check.png) no-repeat center;
|
|
|
+ /* background: url(../img/check.png) no-repeat center; */
|
|
|
+ background-color: #FFF;
|
|
|
border: 0;
|
|
|
background-size: 100%;
|
|
|
color: #222e71;
|
|
|
font-size: .44rem;
|
|
|
float: left;
|
|
|
+ margin-bottom: .3rem;
|
|
|
+ box-shadow: 0 0.1rem 0rem #7e8cdd;
|
|
|
}
|
|
|
-.qs-item li.on,.qs-item li .cur_answer{
|
|
|
- background: url(../img/check-true.png) no-repeat center;
|
|
|
+.qs-item li.on,.qs-item li.cur_answer{
|
|
|
+/* 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: url(../img/check-error.png) no-repeat center; */
|
|
|
background-size:100%;
|
|
|
color: #FFF;
|
|
|
+ box-shadow: 0 0.1rem 0rem #009688;
|
|
|
}
|
|
|
.qs-item .cur_answer.cur_true{
|
|
|
background-color:#009688;
|