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