首页
This commit is contained in:
parent
92132421fb
commit
f972192597
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user