Commit c29b01c5 authored by 陈冲's avatar 陈冲

fix: 修复排行跟游戏说明的关闭样式

parent b1209053
......@@ -492,9 +492,10 @@ const rankCloseHandler = () => {
width: 57px;
height: 57px;
background: v-bind('imageUrls.close') center / cover no-repeat;
transform: translateX(-50%) scale(1.4);
transform: translateX(-50%) scale(1.5);
position: absolute;
top: 0;
top: -35px;
left: 100%;
margin-left: -58px;
}
</style>
......@@ -495,9 +495,10 @@ const rankCloseHandler = () => {
width: 57px;
height: 57px;
background: v-bind('imageUrls.close') center / cover no-repeat;
transform: translateX(-50%) scale(1.4);
transform: translateX(-50%) scale(1.5);
position: absolute;
top: 0;
top: -35px;
left: 100%;
margin-left: -58px;
}
</style>
......@@ -320,8 +320,8 @@ const rankCloseHandler = () => {
<div class="col-3">{{ tick }}</div>
</div>
</div>
</div>
<div class="img-close" @click="rankCloseHandler"></div>
<div class="img-close" @click="rankCloseHandler"></div>
</div>
</template>
<template #gameRule>
<div class="rule-container">
......@@ -473,9 +473,11 @@ const rankCloseHandler = () => {
.img-close {
width: 57px;
height: 57px;
border-radius: 29px;
background: v-bind('imageUrls.close')center/cover;
transform: scale(0.7);
margin-top: 500px;
background: v-bind('imageUrls.close') center / cover no-repeat;
transform: translateX(-50%) scale(1.5);
position: absolute;
top: -35px;
left: 100%;
margin-left: -58px;
}
</style>
......@@ -481,9 +481,10 @@ const rankCloseHandler = () => {
width: 57px;
height: 57px;
background: v-bind('imageUrls.close') center / cover no-repeat;
transform: translateX(-50%) scale(1.4);
transform: translateX(-50%) scale(1.5);
position: absolute;
top: 0;
top: -35px;
left: 100%;
margin-left: -58px;
}
</style>
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