This commit is contained in:
njdaoyehu 2024-11-19 13:11:13 +08:00
parent 5972f6be40
commit 4e1a4266aa
2 changed files with 3 additions and 12 deletions

View File

@ -16,7 +16,7 @@
//background-size: cover; //background-size: cover;
//background-position: center center; //background-position: center center;
background-color: #0d1540; //background-color: #0d1540;
//background-color: rgba(45, 119, 243, 0.4); //background-color: rgba(45, 119, 243, 0.4);
//background-blend-mode: overlay; //background-blend-mode: overlay;
} }

View File

@ -1,15 +1,6 @@
<template> <template>
<div class="pt-4 pl-4 pb-4 pr-0"> <div style="color: #ffffff;">
<div class="md:flex flex-wrap"> 欢迎
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
</div>
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
</div>
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
</div>
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
</div>
</div>
</div> </div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>