修改主题色

This commit is contained in:
future
2026-06-10 14:35:16 +08:00
parent 1e093a0688
commit 95c2ded69e
9 changed files with 155 additions and 37 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<template>
<!-- 水波纹背景 - 顶层显示 -->
<view class="bg-wrapper">
<!-- <view class="bg-wrapper">
<image src="https://gymfuture.oss-cn-chengdu.aliyuncs.com/static/images/wave_top.png" mode="widthFix" class="wave-bg wave-top" />
<image src="https://gymfuture.oss-cn-chengdu.aliyuncs.com/static/images/wave_bottom.png" mode="widthFix" class="wave-bg wave-bottom" />
</view>
</view> -->
<!-- 固定白色块滚动时显示 -->
<view class="hand" :style="{height : handHeight + 'rpx'}" v-show="isShow"></view>
@@ -204,7 +204,7 @@ onMounted(() => {
bottom: 0;
left: 0;
right: 0;
z-index: 20;
z-index: 1000;
background-color: transparent;
}