From 4f4538356403d620b9bd510fd45729a251291942 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 03 七月 2026 18:27:36 +0800
Subject: [PATCH] 功能开发
---
bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss | 72 ++++++++++++++++++++++++++++++++++-
1 files changed, 69 insertions(+), 3 deletions(-)
diff --git a/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss b/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
index d7914b4..385e6b9 100644
--- a/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+++ b/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -202,6 +202,15 @@
display: flex;
align-items: center;
justify-content: space-between;
+ position: relative;
+}
+.index .index_nav .index_box .index_box_vip .index_box_vip_head button.data-v-57280228 {
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 200rpx;
+ height: 40rpx;
+ opacity: 0;
}
.index .index_nav .index_box .index_box_vip .index_box_vip_head text.data-v-57280228:nth-child(1) {
font-weight: 600;
@@ -328,7 +337,7 @@
}
.index .index_nav .index_box .index_zw1.data-v-57280228 {
width: 100%;
- height: calc(env(safe-area-inset-bottom) + 360rpx);
+ height: calc(env(safe-area-inset-bottom) + 390rpx);
}
.index .index_nav .index_box .index_zw.data-v-57280228 {
width: 100%;
@@ -380,6 +389,7 @@
margin-top: 18rpx;
}
.index .index_scancode .index_scancode_fl .index_scancode_fl_tips.data-v-57280228 {
+ flex-shrink: 0;
width: 64rpx;
height: 36rpx;
line-height: 36rpx;
@@ -392,12 +402,22 @@
color: #FFFFFF;
}
.index .index_scancode .index_scancode_fl .index_scancode_fl_text.data-v-57280228 {
+ flex: 1;
+ height: 36rpx;
+ line-height: 36rpx;
font-weight: 400;
font-size: 26rpx;
color: #FF5A31;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+.index .index_scancode .index_scancode_fl .index_scancode_fl_swiper.data-v-57280228 {
+ flex: 1;
+ height: 36rpx;
}
.index .index_scancode .index_scancode_fl .index_scancode_fl_btn.data-v-57280228 {
- width: 88rpx;
+ flex-shrink: 0;
height: 36rpx;
line-height: 36rpx;
text-align: center;
@@ -535,6 +555,52 @@
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
border-radius: 32rpx 32rpx 0rpx 0rpx;
}
+.index .deposit .index_scancode_fl.data-v-57280228 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ margin-top: 30rpx;
+}
+.index .deposit .index_scancode_fl .index_scancode_fl_tips.data-v-57280228 {
+ flex-shrink: 0;
+ width: 64rpx;
+ height: 36rpx;
+ line-height: 36rpx;
+ text-align: center;
+ background: #FF5A31;
+ border-radius: 2rpx 12rpx 2rpx 12rpx;
+ margin-right: 16rpx;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #FFFFFF;
+}
+.index .deposit .index_scancode_fl .index_scancode_fl_text.data-v-57280228 {
+ flex: 1;
+ height: 36rpx;
+ line-height: 36rpx;
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #FF5A31;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+.index .deposit .index_scancode_fl .index_scancode_fl_swiper.data-v-57280228 {
+ flex: 1;
+ height: 36rpx;
+}
+.index .deposit .index_scancode_fl .index_scancode_fl_btn.data-v-57280228 {
+ flex-shrink: 0;
+ height: 36rpx;
+ line-height: 36rpx;
+ text-align: center;
+ background: #EAF9F8;
+ border-radius: 4rpx;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #01B6AD;
+ margin-left: 8rpx;
+}
.index .deposit .deposit_text.data-v-57280228 {
width: 100%;
display: flex;
@@ -568,7 +634,7 @@
width: 100%;
display: flex;
align-items: center;
- margin-top: 100rpx;
+ margin-top: 40rpx;
}
.index .deposit .deposit_read image.data-v-57280228 {
width: 32rpx;
--
Gitblit v1.9.3