浏览代码

Merge branch 'master' of http://120.78.169.79:3000/zhengxiaoyu/datiGame

郑晓宇 6 年之前
父节点
当前提交
86d34dd381
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      public/h5/datigame/css/main.css

+ 6 - 4
public/h5/datigame/css/main.css

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