|
@@ -120,7 +120,7 @@ onPageScroll(({ scrollTop }: { scrollTop: number }) => {
|
|
</template>
|
|
</template>
|
|
</wd-navbar>
|
|
</wd-navbar>
|
|
<div
|
|
<div
|
|
- class="bg-black/30 backdrop-blur-[60px] flex flex-col justify-end box-border bg-[url(https://image.zhuchaohui.com/zhucaohui/723968e69b86768f546f5df6cf03f25e2aa5c989e4f781a4fe90079dedd39fdd.jpg)]"
|
|
|
|
|
|
+ class="bg-black/30 flex flex-col justify-end box-border bg-[url(https://image.zhuchaohui.com/zhucaohui/c706ec14a5a927c10e9e1fa0153affb11bbdd9255882e18c67ee82687ff9813a.png)] bg-[length:100%_auto]"
|
|
:class="[userInfo.userStatusEnabled ? 'aspect-[0.94/1] pb-44' : 'aspect-[1.15/1] pb-20']"
|
|
:class="[userInfo.userStatusEnabled ? 'aspect-[0.94/1] pb-44' : 'aspect-[1.15/1] pb-20']"
|
|
>
|
|
>
|
|
<div class="my-6.5 px-3.5 flex">
|
|
<div class="my-6.5 px-3.5 flex">
|
|
@@ -253,7 +253,14 @@ onPageScroll(({ scrollTop }: { scrollTop: number }) => {
|
|
</div>
|
|
</div>
|
|
<!-- <div class="relative h-4 box-border bg-transparent rounded-b-[50%] z-1"></div> -->
|
|
<!-- <div class="relative h-4 box-border bg-transparent rounded-b-[50%] z-1"></div> -->
|
|
</template>
|
|
</template>
|
|
- <view class="bg-neutral-100 relative bottom-4 rounded-t-2xl py-1 px-3.5">
|
|
|
|
|
|
+ <view
|
|
|
|
+ class="relative bottom-4 py-1 px-3.5"
|
|
|
|
+ :class="[
|
|
|
|
+ userInfo.userStatusEnabled
|
|
|
|
+ ? 'bg-[url(https://image.zhuchaohui.com/zhucaohui/f12b86304c84eec692f4c8f040a06c63fe7110359b8a4a1262b97b1eef6b605c.png)] bg-[length:100%]'
|
|
|
|
+ : 'bg-neutral-100 rounded-t-2xl',
|
|
|
|
+ ]"
|
|
|
|
+ >
|
|
<div class="flex justify-around my-6">
|
|
<div class="flex justify-around my-6">
|
|
<template v-for="({ title, icon, path }, i) in menus" :key="i">
|
|
<template v-for="({ title, icon, path }, i) in menus" :key="i">
|
|
<div class="flex flex-col items-center" @click="handleMenuClick(path)">
|
|
<div class="flex flex-col items-center" @click="handleMenuClick(path)">
|