This commit is contained in:
shidongli 2023-10-27 16:49:10 +08:00
parent 92132421fb
commit f972192597

View File

@ -3,15 +3,10 @@
<div
style="
display: flex;
position: absolute;
/* align-items: center; */
flex-direction: column;justify-content: center;align-items: center;height: 100%;
/* justify-content: center; */
/* top: 50%;
transform: translateY(-50%); */
/* background-color: red;
/* left: 50%;
transform: translateX(50%); */
position: relative;
width: 56%;
transform: translateX(-50%);
left: 50%;
"
>
<img class="imgitem" src="../assets/images/logo.png" alt="" />
@ -67,7 +62,11 @@ export default {
line-height: 30px;
}
.home {
// position: relative;
width: 100%;
top: 50%;
transform: translateY(-50%);
padding: 20px;
position: absolute;
blockquote {
padding: 10px 20px;
margin: 0 0 20px;