|
@@ -181,23 +181,31 @@ body{
|
|
|
.qs-item .page{text-align: center; color: #fff; font-size: .3rem;}
|
|
|
.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;}
|
|
|
-.top-icon{width: 2.52rem;height: 2.52rem;background-size: 2.52rem;display: block;position: absolute;top: -0.86rem;left: 1.78rem;}
|
|
|
+.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.success{background-image: url(../img/success.png); }
|
|
|
.top-icon.faild{background-image: url(../img/fail.png) ; }
|
|
|
-.result .live{color:#b1afaf;text-align: center;display: block;margin-top: 2rem;float: left;width: 100%;margin-bottom: 1rem;}
|
|
|
+.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;}
|
|
|
.result .btn{
|
|
|
display: block;
|
|
|
- width: 5.5rem;
|
|
|
- height: 1.15rem;
|
|
|
- margin: 0 auto .5rem;
|
|
|
+ width: 2.46rem;
|
|
|
+ height: 1rem;
|
|
|
+ margin: 0 auto .3rem;
|
|
|
text-align: center;
|
|
|
clear: both;
|
|
|
- background: #2a7bff;
|
|
|
color: #FFF;
|
|
|
line-height: 1.15rem;
|
|
|
font-size: .45rem;
|
|
|
- border-radius: 1rem;
|
|
|
+ text-indent: -44em;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.result .btn1{
|
|
|
+ background: url(../img/again.png);
|
|
|
+ background-size: 100%;
|
|
|
+}
|
|
|
+.result .btn2{
|
|
|
+ background: url(../img/back-home.png);
|
|
|
+ background-size: 100%;
|
|
|
}
|
|
|
.amt{
|
|
|
transition: all .3s;
|