feat: 搞了一个loading 上去
This commit is contained in:
23
pages/loading/loading.vue
Normal file
23
pages/loading/loading.vue
Normal 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>
|
||||
Reference in New Issue
Block a user