|
@@ -229,8 +229,8 @@ body{
|
|
|
.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: 2.33rem;height: 3rem;background-size: 100%;display: block;position: absolute;top: -0.86rem;left: 50%;margin-left: -1.165rem;text-align: center;}
|
|
|
-.top-icon.success{background-image: url(../img/success.png); }
|
|
|
-.top-icon.faild{background-image: url(../img/fail.png);}
|
|
|
+.top-icon.success{background-image: url(../img/success.png) no-repeat; }
|
|
|
+.top-icon.faild{background-image: url(../img/fail.png) no-repeat;}
|
|
|
.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;
|