|
@ -147,16 +147,19 @@ const closeNoPermissionDialog = () => { |
|
|
width: 20vw; |
|
|
width: 20vw; |
|
|
min-width: 300px; |
|
|
min-width: 300px; |
|
|
height: auto; |
|
|
height: auto; |
|
|
position: absolute; |
|
|
|
|
|
top: 10vh; |
|
|
|
|
|
|
|
|
/* position: absolute; */ |
|
|
|
|
|
/* top: 10vh; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.bottom-icon { |
|
|
.bottom-icon { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
position: absolute; |
|
|
|
|
|
|
|
|
/* position: absolute; |
|
|
bottom: 0vh; |
|
|
bottom: 0vh; |
|
|
|
|
|
left: 0; |
|
|
|
|
|
right: 0; |
|
|
|
|
|
margin: 0 auto; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 四维体系整体容器修复 */ |
|
|
/* 四维体系整体容器修复 */ |
|
@ -216,6 +219,8 @@ const closeNoPermissionDialog = () => { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
bottom: 15%; |
|
|
bottom: 15%; |
|
|
|
|
|
left: 0; |
|
|
|
|
|
right: 0; |
|
|
/* margin: auto auto; */ |
|
|
/* margin: auto auto; */ |
|
|
color: white; |
|
|
color: white; |
|
|
} |
|
|
} |
|
@ -255,6 +260,7 @@ const closeNoPermissionDialog = () => { |
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
.homepage { |
|
|
.homepage { |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
|
|
|
|
width: 100%; |
|
|
background-image: url("@/assets/img/DBQBmodel/手机背景.png"); |
|
|
background-image: url("@/assets/img/DBQBmodel/手机背景.png"); |
|
|
background-size: cover; |
|
|
background-size: cover; |
|
|
background-position: center; |
|
|
background-position: center; |
|
@ -263,11 +269,13 @@ const closeNoPermissionDialog = () => { |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
justify-content: space-evenly; |
|
|
justify-content: space-evenly; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
|
|
|
overflow-x: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.top-icon { |
|
|
.top-icon { |
|
|
width: 80vw; |
|
|
width: 80vw; |
|
|
margin-top: -1vh; |
|
|
margin-top: -1vh; |
|
|
|
|
|
scale: 0.8; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.sub-title { |
|
|
.sub-title { |
|
|