index.wxss 345 B

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