前端补正

This commit is contained in:
xvv 2024-08-05 18:00:06 +08:00
parent 6bd9a2441d
commit 8cae219306
2 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -238,7 +238,10 @@
<div v-show="currentActive == 2 || currentActive == 4 || currentActive === 5" > <div v-show="currentActive == 2 || currentActive == 4 || currentActive === 5" >
<page-util :category-id="categoryId" @event-message="handleDataFromPage" /> <page-util :category-id="categoryId" @event-message="handleDataFromPage" />
</div> </div>
<div class="anniu" v-show="registerStatus == 1 && currentActive == 0" @click="toRegister" >去报名</div> <div class="anniu" v-show="registerStatus == 1 && currentActive == 0" @click="toRegister" >
<img src="../../assets/images/bhuaa.png" style="width: 140px;height: 88px">
</div>
</div> </div>
<footers></footers> <footers></footers>
@ -529,14 +532,15 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
.anniu{ .anniu{
width: 150px;
height: 50px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: #00A0E8;
color: #fff; color: #fff;
margin: 15px auto; position: fixed;
right: 25px;
bottom: 100px;
border-radius: 8px; border-radius: 8px;
cursor: pointer; cursor: pointer;
} }