feat: 搞了一个loading 上去

This commit is contained in:
zoujing
2025-09-02 17:02:55 +08:00
parent 5b852235b9
commit 663df81099
3 changed files with 309 additions and 3 deletions

23
pages/loading/loading.vue Normal file
View File

@@ -0,0 +1,23 @@
<template>
<view class="ai">
<view class="container">
<view class="c c4"></view>
<view class="c c1"></view>
<view class="c c2"></view>
<view class="c c3"></view>
<view class="rings"></view>
</view>
<view class="glass"></view>
</view>
</template>
<script setup>
</script>
<style lang="scss" scoped>
@import "styles/loading.scss";
</style>