Browse Source

服务端刷题

mzx16822 6 years ago
parent
commit
0009f006e7
1 changed files with 10 additions and 5 deletions
  1. 10 5
      public/plugins/layui/css/main.css

+ 10 - 5
public/plugins/layui/css/main.css

@@ -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;