update:修复了注册组件遮罩效果,优化了入驻状态查看组件的样式
This commit is contained in:
parent
f560835ed3
commit
3d2578a8a4
@ -16,6 +16,8 @@ ul{
|
|||||||
body{
|
body{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
/* height: 100vh; */
|
||||||
|
/* 设置高度,打开注册页面不滚动 */
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--bgcolor: #ea4322;
|
--bgcolor: #ea4322;
|
||||||
|
|||||||
@ -230,7 +230,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.register-box {
|
.register-box {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@ -997,6 +997,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
.signUp-container {
|
.signUp-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-top: 70px;//因为修改了顶部导航栏,所以调整了一下
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user