前端补正
This commit is contained in:
parent
6bd9a2441d
commit
8cae219306
BIN
ruoyi-ui/src/assets/images/bhuaa.png
Normal file
BIN
ruoyi-ui/src/assets/images/bhuaa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
@ -238,7 +238,10 @@
|
||||
<div v-show="currentActive == 2 || currentActive == 4 || currentActive === 5" >
|
||||
<page-util :category-id="categoryId" @event-message="handleDataFromPage" />
|
||||
</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>
|
||||
|
||||
<footers></footers>
|
||||
@ -529,14 +532,15 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.anniu{
|
||||
width: 150px;
|
||||
height: 50px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #00A0E8;
|
||||
|
||||
color: #fff;
|
||||
margin: 15px auto;
|
||||
position: fixed;
|
||||
right: 25px;
|
||||
bottom: 100px;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user