|
@@ -118,7 +118,8 @@ body{
|
|
|
}
|
|
|
.doing .cov4,.end .cov4{right: 50%;top: 10rem;width: 2rem;margin-left: -1rem;}
|
|
|
.doing .cov4{right: -.4rem;top: 2rem;width: 4rem;border-radius: 1rem;margin-right: 0rem;height: 1rem;background: url(../img/user1.png);background-size: 4.3rem;}
|
|
|
-.doing .cov1 .userface{width: 1.0rem;height: 1.0rem;left: .8rem;}
|
|
|
+.doing .cov1 .userface{width: 1.0rem;height: 1.0rem;left: .8rem;background: url(../img/user0-face.png);background-size: 100%;}
|
|
|
+
|
|
|
.doing .cov2 , .doing .loading{opacity: 0;position: absolute;left: 50%;margin-left: -2.3rem;}
|
|
|
.doing .cov3{top: 0rem;z-index: 9;}
|
|
|
.doing .userface{position: absolute;top: -.5rem;}
|
|
@@ -138,8 +139,13 @@ body{
|
|
|
.gstart .cov4 .name{ left: 46%; }
|
|
|
.doing.gstart .name{ top:inherit; }
|
|
|
.doing.gstart .cov4 .name{ left:inherit; }
|
|
|
-.doing .qs-item{ display:block}
|
|
|
-.doing .cov4 .userface{opacity:1;width: 1rem;height: 1rem;left: 2.3rem;}
|
|
|
+.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{
|
|
|
+ padding: 0.1rem;
|
|
|
+ width: .8rem;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
.qs-item{padding: 3.8rem 1rem 0;display: none;position: absolute;left: 0;top: 0;z-index: 99;}
|
|
|
.qs-item .tit{color: #FFF;font-size: .4rem;text-align: center;display: block;margin-bottom: .2rem;}
|
|
|
.qs-item .list{
|
|
@@ -187,7 +193,7 @@ body{
|
|
|
.end .qs-item{display: none;}
|
|
|
.result{width: 6.12rem;height: 9rem;margin: 4.8rem 0.7rem 0;background-color: #FFF;display: none;position: relative;}
|
|
|
.end .result{display: block;background: url(../img/item.png) no-repeat center top;background-size: 100%;}
|
|
|
-.top-icon{width: 3.28rem;height: 3.06rem;background-size: 100%;display: block;position: absolute;top: -0.86rem;left: 50%;margin-left: -1.64rem;}
|
|
|
+.top-icon{width: 3.28rem;height: 3.06rem;background-size: 100%;display: block;position: absolute;top: -0.86rem;left: 50%;margin-left: -1.64rem;text-align: center;}
|
|
|
.top-icon.success{background-image: url(../img/success.png); }
|
|
|
.top-icon.faild{background-image: url(../img/fail.png) ; }
|
|
|
.result .live{color: #FFF;text-align: center;display: block;margin-top: 1.2rem;float: left;width: 100%;margin-bottom: 1rem;/* display: none; */text-indent: -33em;overflow: hidden;}
|