|
@@ -64,6 +64,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bottom"></div>
|
|
|
+ <div class="closeBtn" @click="close"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</Transition>
|
|
@@ -285,8 +286,17 @@ defineExpose({
|
|
|
.bottom {
|
|
|
width: 100%;
|
|
|
height: 15vw;
|
|
|
+ margin-bottom: 2vw;
|
|
|
background: url('@/assets/images/ranking/jiangtai.png') center center no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+ .closeBtn {
|
|
|
+ width: 3vw;
|
|
|
+ height: 3vw;
|
|
|
+ margin: 0 auto;
|
|
|
+ cursor: pointer;
|
|
|
+ background: url('@/assets/images/ranking/close.png') center center no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|