From 645c101ebbf57f19ea0234c3cac171619730f886 Mon Sep 17 00:00:00 2001
From: 18631081161 <2088094923@qq.com>
Date: Thu, 11 Sep 2025 17:10:38 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 2 +-
pages/appointment/appointment-page.vue | 87 +++--
pages/me/me-page.vue | 356 +++++++++---------
.../uni-data-select/uni-data-select.vue | 2 +-
4 files changed, 242 insertions(+), 205 deletions(-)
diff --git a/pages.json b/pages.json
index a14f84f..de6f84f 100644
--- a/pages.json
+++ b/pages.json
@@ -90,7 +90,7 @@
"uniIdRouter": {},
"tabBar": {
"color": "#cdcdcd",
- "selectedColor": "#1296db",
+ "selectedColor": "#59AB6D",
"borderStyle": "black",
"height": "129.17rpx",
"list": [{
diff --git a/pages/appointment/appointment-page.vue b/pages/appointment/appointment-page.vue
index 6e5e875..811ca9c 100644
--- a/pages/appointment/appointment-page.vue
+++ b/pages/appointment/appointment-page.vue
@@ -3,17 +3,27 @@
发起预约
-
-
+ style="width: 90%; background-color: #FFFFFF; border-radius: 10rpx; margin: 30rpx auto 0; display: flex; justify-content: center; box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);">
+
+
+
+ 开始时间
+
+
+
+
+
+
+ 结束时间
+
+
+
+
- 开始时间
-
- 结束时间
-
合计:{{hours}}小时{{minutes}}分钟
@@ -21,18 +31,20 @@
-
+
组局名称
-
+ style="width: 89%; background-color: white; margin: 20rpx auto 0; height: 70rpx; border-radius: 10rpx; display: flex; align-items: center; padding-left: 20rpx; border: 1rpx solid #515151;">
+
房间
-
-
+
+
人数
@@ -55,13 +67,13 @@
其他补充
-
+ style="width: 89%; background-color: white; border-radius: 10rpx; margin: 20rpx auto 20rpx; height: 70rpx; display: flex; align-items: center; padding-left: 20rpx; border: 1rpx solid #515151;">
+
-
+
@@ -70,10 +82,10 @@
-
@@ -86,13 +98,13 @@
- 不限
+ 不限
-
- 男
+
+ 男
-
- 女
+
+ 女
@@ -101,11 +113,13 @@
信誉
+
+ 大于等于
-
+
@@ -115,7 +129,7 @@
-
+
@@ -125,7 +139,7 @@
-
+
@@ -133,13 +147,13 @@
- 0元
+ 0元
- 5元
+ 5元
- 10元
+ 10元
@@ -148,7 +162,7 @@
style="font-size: 24rpx; margin-left: 20rpx; margin-bottom: 20rpx;">除发起者外,其他参与人需缴纳鸽子费。若有参与者在预约后没有赴约,其鸽子费由在场的所有人平分。组局成功或失败后鸽子费将全额返还。
-
+
发起预约
@@ -264,13 +278,14 @@
width: 100%;
height: 100vh;
overflow-y: auto;
+ background-color: #F7F7F7;
}
.counter-container {
display: flex;
align-items: center;
justify-content: center;
- margin-left: 50rpx;
+ margin-left: 90rpx;
}
.counter-btn {
@@ -291,10 +306,16 @@
.counter-value {
- width: 120rpx;
+ width: 90rpx;
text-align: center;
font-size: 28rpx;
font-weight: 500;
color: #333;
}
+
+ .custom-select ::v-deep .uni-input-input {
+ /* 正常状态下的边框颜色 */
+ border: 1px solid #007aff !important;
+ border-radius: 6px;
+ }
\ No newline at end of file
diff --git a/pages/me/me-page.vue b/pages/me/me-page.vue
index 345cb51..0502d3f 100644
--- a/pages/me/me-page.vue
+++ b/pages/me/me-page.vue
@@ -27,7 +27,7 @@
+ style="width: 90%; border-radius: 30rpx; background: linear-gradient(to bottom, #D7F0DD, #FFFFFF); box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1); margin: 40rpx auto 0;">
@@ -60,7 +60,7 @@
+ style="width: 90%; border-radius: 30rpx; background-color: #FFFFFF; box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1); margin: 40rpx auto 0;">
@@ -89,7 +89,7 @@
+ style="width: 90%; border-radius: 30rpx; background-color: #FFFFFF; box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1); margin: 40rpx auto 0;">
我的评分
未评分
@@ -111,30 +111,39 @@
-
-
-
- 预约记录
+
+
+ 常用功能
+
+
+
+
+
+ 预约记录
+
+
+
+
+ 常见问题
+
+
+
+
+ 联系我们
+
+
+
+
+ 黑名单
+
+
-
-
-
- 常见问题
-
-
-
-
- 联系我们
-
-
-
-
- 黑名单
-
-
+
+
@@ -236,174 +245,181 @@
\ No newline at end of file
diff --git a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
index 85b2d7b..9598006 100644
--- a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
+++ b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue
@@ -541,7 +541,7 @@
$uni-base-color: #6a6a6a !default;
$uni-main-color: #333 !default;
$uni-secondary-color: #909399 !default;
- $uni-border-3: #e5e5e5;
+ $uni-border-3: #515151;
$uni-primary: #2979ff !default;
$uni-success: #4cd964 !default;
$uni-warning: #f0ad4e !default;