|
|
@@ -5,9 +5,9 @@
|
|
|
<div class="gameBox">
|
|
|
<div class="home">
|
|
|
<div :class="{ 'dim': isDim }">
|
|
|
- <img class="rules" src="@/assets/image/answerGame/zhongqiu/rules.png" alt="互动规则" @click="clickRuleWrapper">
|
|
|
- <img class="answer" src="@/assets/image/answerGame/zhongqiu/answer.png" alt="答题按钮" @click="clickAnswer">
|
|
|
- <img class="exit" src="@/assets/image/answerGame/zhongqiu/exit.png" alt="退出互动" @click="getOut">
|
|
|
+ <!-- <img class="rules" src="@/assets/image/answerGame/guoqing/rules.png" alt="互动规则" @click="clickRuleWrapper"> -->
|
|
|
+ <img class="answer" src="@/assets/image/answerGame/guoqing/answer.png" alt="答题按钮" @click="clickAnswer">
|
|
|
+ <img class="exit" src="@/assets/image/answerGame/guoqing/exit.png" alt="退出互动" @click="getOut">
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
@@ -225,7 +225,7 @@ export default{
|
|
|
.gameBox .home{
|
|
|
position: relative;
|
|
|
z-index: 10;
|
|
|
- background: url(@/assets/image/answerGame/zhongqiu/homeBg.jpg) no-repeat;
|
|
|
+ background: url(@/assets/image/answerGame/guoqing/homeBg.jpg) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
width: 375px;
|
|
|
height: 667px;
|
|
|
@@ -250,7 +250,7 @@ export default{
|
|
|
.home .answer{
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
- width: 200px;
|
|
|
+ width: 150px;
|
|
|
bottom: 22%;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
@@ -259,7 +259,7 @@ export default{
|
|
|
.home .exit{
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
- width: 200px;
|
|
|
+ width: 150px;
|
|
|
bottom: 12%;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
@@ -303,7 +303,7 @@ export default{
|
|
|
.confirmWrapper{
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
- background: url(@/assets/image/answerGame/zhongqiu/finish.png) no-repeat;
|
|
|
+ background: url(@/assets/image/answerGame/guoqing/finish.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
width: 271px;
|
|
|
height: 326px;
|