From cf1d82548a1bd8155ffe9b486df8167aa9e63a7d Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:06 +0800
Subject: [PATCH] 功能开发
---
bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 51 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 5652513..d7914b4 100644
--- a/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+++ b/bicycle/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -169,6 +169,7 @@
display: flex;
align-items: center;
justify-content: space-between;
+ flex-wrap: wrap;
position: relative;
top: -24rpx;
}
@@ -176,6 +177,7 @@
font-weight: 400;
}
.index .index_nav .index_box .index_box_function .cXYC.data-v-57280228 {
+ width: 23%;
position: relative;
}
.index .index_nav .index_box .index_box_function .cXYC button.data-v-57280228 {
@@ -326,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%;
@@ -334,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 {
@@ -372,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;
@@ -386,6 +422,18 @@
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;
align-items: center;
--
Gitblit v1.9.3