@charset "UTF-8"; /* 水平间距 */ /* 水平间距 */ .main { display: flex; flex-direction: column; width: 100vw; height: 100vh; } .main .one { text-align: center; margin: 40vw 0 0 0; } .main .one .logo { width: 50vw; height: 50vw; border-radius: 90px; box-shadow: 0 0 5px var(--f1Color); }