|
|
@@ -64,6 +64,8 @@ export default{
|
|
|
})
|
|
|
},
|
|
|
clickAnswer(){
|
|
|
+ this.isDim = true;
|
|
|
+ this.isConfirmWrapper = true;
|
|
|
MidAutumnSignIn({actId:this.actId}).then(response=>{
|
|
|
this.isDim = true;
|
|
|
this.isConfirmWrapper = true;
|
|
|
@@ -305,8 +307,8 @@ export default{
|
|
|
position: absolute;
|
|
|
background: url(@/assets/image/answerGame/guoqing/finish.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- width: 271px;
|
|
|
- height: 326px;
|
|
|
+ width: 253px;
|
|
|
+ height: 213px;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|