首页
This commit is contained in:
parent
92132421fb
commit
f972192597
@ -3,15 +3,10 @@
|
|||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: relative;
|
||||||
/* align-items: center; */
|
width: 56%;
|
||||||
flex-direction: column;justify-content: center;align-items: center;height: 100%;
|
transform: translateX(-50%);
|
||||||
/* justify-content: center; */
|
left: 50%;
|
||||||
/* top: 50%;
|
|
||||||
transform: translateY(-50%); */
|
|
||||||
/* background-color: red;
|
|
||||||
/* left: 50%;
|
|
||||||
transform: translateX(50%); */
|
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<img class="imgitem" src="../assets/images/logo.png" alt="" />
|
<img class="imgitem" src="../assets/images/logo.png" alt="" />
|
||||||
@ -67,7 +62,11 @@ export default {
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
.home {
|
.home {
|
||||||
// position: relative;
|
width: 100%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
padding: 20px;
|
||||||
|
position: absolute;
|
||||||
blockquote {
|
blockquote {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
margin: 0 0 20px;
|
margin: 0 0 20px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user