🐛 fix: 修复登录页样式问题
This commit is contained in:
parent
738aa7611c
commit
67d4237b9b
|
@ -43,7 +43,7 @@
|
|||
<div class="top">
|
||||
<img :src="topImg" id="top">
|
||||
</div>
|
||||
<div class="center" id="center">
|
||||
<div class="center" id="center" style="margin-top: -0.01rem;">
|
||||
<img :src="middleImg" style="position: absolute;z-index: 1;" id="center_img">
|
||||
<input class="key" :maxlength="16" v-if="[3,4].includes(pageType)" :style="bindInputStyle"
|
||||
placeholder="请输入兑换码" v-model="key" />
|
||||
|
|
Loading…
Reference in New Issue