Commit 3a186f1f by 穆启卓

往回改 和 bug

parent 9d623af2
...@@ -79,10 +79,10 @@ ...@@ -79,10 +79,10 @@
<!-- 没有关注公众号弹窗 --> <!-- 没有关注公众号弹窗 -->
<div class="game-auth-popup" v-if="needFollow"> <div class="game-auth-popup" v-if="needFollow">
<div class="game-auth-container"> <div class="game-auth-container">
<img class="bg-img" src="../images/common/focus_gzh.png">
<img class="close-btn" src="../images/common/pop_ic_close.png" @click="closePopup()"> <img class="close-btn" src="../images/common/pop_ic_close.png" @click="closePopup()">
</div> </div>
</div> </div>
<img :src="followInfo.img_url" alt="" style="display: none">
</div> </div>
</template> </template>
...@@ -495,16 +495,17 @@ export default { ...@@ -495,16 +495,17 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.game-auth-container { .game-auth-container {
width: 6.4rem;
height: 7.08rem;
background: url(../images/common/focus_gzh.png) no-repeat center center;
background-size: cover;
border-radius: 0.08rem; border-radius: 0.08rem;
padding-bottom: 0.4rem; padding-bottom: 0.4rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
position: relative; position: relative;
.bg-img {
width: 6.4rem;
height: 7.08rem;
display: block;
}
.close-btn { .close-btn {
width: 0.58rem; width: 0.58rem;
height: 0.58rem; height: 0.58rem;
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<!-- 没有关注公众号弹窗 --> <!-- 没有关注公众号弹窗 -->
<div class="game-auth-popup" v-if="needFollow"> <div class="game-auth-popup" v-if="needFollow">
<div class="game-auth-container"> <div class="game-auth-container">
<img class="bg-img" src="../images/common/focus_gzh.png">
<img class="close-btn" src="../images/common/pop_ic_close.png" @click="closePopup()"> <img class="close-btn" src="../images/common/pop_ic_close.png" @click="closePopup()">
</div> </div>
</div> </div>
...@@ -439,16 +440,17 @@ export default { ...@@ -439,16 +440,17 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.game-auth-container { .game-auth-container {
width: 6.4rem;
height: 7.08rem;
background: url(../images/common/focus_gzh.png) no-repeat center center;
background-size: cover;
border-radius: 0.08rem; border-radius: 0.08rem;
padding-bottom: 0.4rem; padding-bottom: 0.4rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
position: relative; position: relative;
.bg-img {
width: 6.4rem;
height: 7.08rem;
display: block;
}
.close-btn { .close-btn {
width: 0.58rem; width: 0.58rem;
height: 0.58rem; height: 0.58rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment