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 | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 155 insertions(+), 8 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 87024ba..385e6b9 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 {
@@ -192,7 +194,7 @@
width: 100%;
padding: 24rpx 30rpx;
box-sizing: border-box;
- background: linear-gradient(#FFFFFF 0%, #FCEADC 100%);
+ background: linear-gradient(#FCEADC 0%, #FFFFFF 100%);
border-radius: 20rpx;
}
.index .index_nav .index_box .index_box_vip .index_box_vip_head.data-v-57280228 {
@@ -200,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;
@@ -236,17 +247,26 @@
align-items: center;
justify-content: space-between;
}
-.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 text.data-v-57280228:nth-child(1) {
+.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_left.data-v-57280228 {
+ flex: 1;
font-weight: 500;
font-size: 32rpx;
color: #303030;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
-.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 text.data-v-57280228:nth-child(2) {
+.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_right.data-v-57280228 {
+ flex-shrink: 0;
+ margin-left: 30rpx;
font-weight: 400;
font-size: 40rpx;
color: #FF5A31;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
-.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 text.data-v-57280228:nth-child(2):before {
+.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip1 .vip1_right.data-v-57280228:before {
content: '锟�';
font-weight: 400;
font-size: 26rpx;
@@ -261,14 +281,20 @@
margin-bottom: 16rpx;
}
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip2 text.data-v-57280228 {
+ flex: 1;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
font-weight: 400;
font-size: 26rpx;
color: #777777;
}
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip2 ._u.data-v-57280228 {
+ flex-shrink: 0;
font-weight: 400;
font-size: 24rpx;
color: #999999;
+ text-decoration: line-through;
}
.index .index_nav .index_box .index_box_vip .scrollView .index_box_vip_row .vip3.data-v-57280228 {
width: 100%;
@@ -311,7 +337,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) + 390rpx);
}
.index .index_nav .index_box .index_zw.data-v-57280228 {
width: 100%;
@@ -319,14 +345,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 {
@@ -357,6 +382,52 @@
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 {
+ 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 .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 {
+ 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 .index_scancode .index_scancode_bottom.data-v-57280228 {
width: 100%;
height: 96rpx;
@@ -370,6 +441,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;
@@ -472,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;
@@ -505,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;
@@ -680,6 +809,24 @@
font-weight: 400;
color: #666666;
}
+.index .ride .info_des_tc.data-v-57280228 {
+ width: 100%;
+ height: 60rpx;
+ line-height: 60rpx;
+ background: #F4EFEA;
+ border-radius: 16rpx;
+ margin: 20rpx 0;
+ display: flex;
+ align-items: center;
+ padding: 0 20rpx;
+ box-sizing: border-box;
+}
+.index .ride .info_des_tc text.data-v-57280228 {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #FF5A31;
+ margin-left: 10rpx;
+}
.index .ride .ride_content.data-v-57280228 {
width: 100%;
margin-top: 40rpx;
--
Gitblit v1.9.3