|
@@ -145,7 +145,7 @@ body{
|
|
|
.gstart .name{top: 3.4rem;width: 2rem;height: .5rem;left: 50%;margin-left: -1rem;text-align: center;overflow: hidden;}
|
|
|
.gstart .cov4 .name{ left: 46%; }
|
|
|
.doing.gstart .name{top: inherit;}
|
|
|
-.doing.gstart .cov4 .name{left: 1.2rem;top: -1rem;}
|
|
|
+.doing.gstart .cov4 .name{left: 2.0rem;top: -1rem;}
|
|
|
.doing .qs-item{display:block;width: 5.50rem;}
|
|
|
.doing .cov4 .userface{opacity:1;width: 1rem;height: 1rem;left: 2.3rem;background: url(../img/user0-face.png);background-size: 100%;}
|
|
|
.doing .userface img{
|
|
@@ -188,8 +188,10 @@ body{
|
|
|
animation-fill-mode: both;
|
|
|
}
|
|
|
.qs-item li.answer {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ width: 4.46rem;
|
|
|
+ height: 1.2rem;
|
|
|
+ line-height: 1.2rem;
|
|
|
margin: 0;
|
|
|
/* background: url(../img/check.png) no-repeat center; */
|
|
|
background-color: #FFF;
|
|
@@ -261,7 +263,7 @@ background-color:#009688;
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
transform: rotate(-45deg);
|
|
|
}
|
|
|
-.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 li.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 .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;}
|