123456789101112131415161718 |
- /* 水平间距 */
- /* 水平间距 */
- .content.data-v-1cf27b2a {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- }
- .content .one.data-v-1cf27b2a {
- text-align: center;
- margin: 50vw 0 0 0;
- }
- .content .one .logo.data-v-1cf27b2a {
- width: 50vw;
- height: 50vw;
- border-radius: 90px;
- box-shadow: 0 0 5px #f1f1f1;
- }
|