From 51cca32d236262be90f2d39b8889fa343f1adfa1 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期四, 08 五月 2025 16:13:37 +0800
Subject: [PATCH] 迭代

---
 pages/home/home.wxss |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/pages/home/home.wxss b/pages/home/home.wxss
index 75a69f2..240b4cf 100644
--- a/pages/home/home.wxss
+++ b/pages/home/home.wxss
@@ -203,7 +203,7 @@
 }
 
 .active_style {
-  color: #4D8BFF;
+  color: #4D8BFF !important;
 }
 
 .can_use_car {
@@ -1406,6 +1406,7 @@
   padding: 23rpx 35rpx 27rpx 31rpx;
   max-height: 200rpx;
   overflow-x: hidden;
+  margin-top: -10rpx;
 }
 
 .notice .close {
@@ -1488,6 +1489,16 @@
   margin-right: 19.23rpx;
 }
 
+.bus_styles {
+    display: inline-block;
+    font-size: 30rpx;
+    font-family: PingFangSC-Medium, PingFang SC;
+    font-weight: 500;
+    color: rgba(140, 144, 151, 1);
+    line-height: 60rpx;
+    padding: 0 35rpx;
+  }
+
 .van-item {
   margin-left: 26.92rpx;
   margin-right: 26.92rpx;

--
Gitblit v1.7.1