index.wxss 312 B

12345678910111213141516
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-1cf27b2a {
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: center;
  8. width: 100vw;
  9. height: 100vh;
  10. }
  11. .content .logo.data-v-1cf27b2a {
  12. width: 50vw;
  13. height: 50vw;
  14. border-radius: 90px;
  15. box-shadow: 0 0 5px #f1f1f1;
  16. }