|
|
@ -135,7 +135,7 @@ const closeNoPermissionDialog = () => { |
|
|
|
<style scoped> |
|
|
|
.homepage { |
|
|
|
/* background-image: url("@/assets/img/DBQBmodel/bg.png"); */ |
|
|
|
/* width: 100vw; */ |
|
|
|
width: 100%; |
|
|
|
min-height: 100vh; |
|
|
|
background-size: cover; |
|
|
|
background-position: center; |
|
|
@ -143,6 +143,7 @@ const closeNoPermissionDialog = () => { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: center; |
|
|
|
overflow-x: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
/* 顶部标题图 */ |
|
|
@ -156,12 +157,14 @@ const closeNoPermissionDialog = () => { |
|
|
|
} |
|
|
|
|
|
|
|
.bottom-icon { |
|
|
|
/* width: 100%; */ |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
position: absolute; |
|
|
|
bottom: 10vh; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
margin: 0 auto; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
@ -224,6 +227,8 @@ const closeNoPermissionDialog = () => { |
|
|
|
align-items: center; |
|
|
|
position: fixed; |
|
|
|
bottom: 15%; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
/* margin: auto auto; */ |
|
|
|
color: white; |
|
|
|
} |
|
|
@ -254,6 +259,11 @@ const closeNoPermissionDialog = () => { |
|
|
|
|
|
|
|
/* 手机适配 - 小屏幕时保持纵向排列 */ |
|
|
|
@media screen and (max-width: 768px) { |
|
|
|
.homepage { |
|
|
|
width: 100%; |
|
|
|
overflow-x: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.top-icon { |
|
|
|
margin-top: 12%; |
|
|
|
width: 90%; |
|
|
|