From 4c8535b9f263a3b398832b7a588abbdd5ebe38f4 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 29 六月 2026 13:51:50 +0800
Subject: [PATCH] 功能开发
---
bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 51 insertions(+), 4 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 cce8bd5..d7914b4 100644
--- a/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+++ b/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -258,7 +258,7 @@
text-overflow: ellipsis;
}
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_right.data-v-57280228:before {
- content: "锟�";
+ content: '锟�';
font-weight: 400;
font-size: 26rpx;
color: #FF5A31;
@@ -328,7 +328,7 @@
}
.index .index_nav .index_box .index_zw1.data-v-57280228 {
width: 100%;
- height: calc(env(safe-area-inset-bottom) + 310rpx);
+ height: calc(env(safe-area-inset-bottom) + 360rpx);
}
.index .index_nav .index_box .index_zw.data-v-57280228 {
width: 100%;
@@ -336,14 +336,13 @@
}
.index .index_scancode.data-v-57280228 {
width: 100%;
- height: 306rpx;
background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 58%, #D0FFFD 100%);
box-shadow: 0rpx -6rpx 16rpx 0rpx rgba(0, 0, 0, 0.1);
border-radius: 32rpx 32rpx 0rpx 0rpx;
position: fixed;
bottom: 0;
left: 0;
- padding: 30rpx 20rpx;
+ padding: 30rpx 20rpx 30rpx 20rpx;
box-sizing: border-box;
}
.index .index_scancode .index_scancode_top.data-v-57280228 {
@@ -374,6 +373,41 @@
height: 84rpx;
flex-shrink: 0;
}
+.index .index_scancode .index_scancode_fl.data-v-57280228 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ margin-top: 18rpx;
+}
+.index .index_scancode .index_scancode_fl .index_scancode_fl_tips.data-v-57280228 {
+ 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 .index_scancode .index_scancode_fl .index_scancode_fl_text.data-v-57280228 {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #FF5A31;
+}
+.index .index_scancode .index_scancode_fl .index_scancode_fl_btn.data-v-57280228 {
+ width: 88rpx;
+ 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 .index_scancode .index_scancode_bottom.data-v-57280228 {
width: 100%;
height: 96rpx;
@@ -387,6 +421,18 @@
font-weight: 500;
color: #FFFFFF;
margin-top: 30rpx;
+}
+.index .index_scancode .index_scancode_xieyi.data-v-57280228 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-top: 30rpx;
+}
+.index .index_scancode .index_scancode_xieyi text.data-v-57280228 {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #999999;
}
.index .popupbox.data-v-57280228 {
display: flex;
@@ -805,3 +851,4 @@
font-weight: 400;
color: #999999;
}
+
--
Gitblit v1.9.3