From afeb4fe119dcaad2846e3737b971f07506e28d8b Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Fri, 3 Nov 2023 16:46:53 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=B5=8B=E8=AF=95=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/css/page.css | 5 -
components/online-service/online-service.vue | 46 +-
components/quick-nav/quick-nav.vue | 458 ++++++++++---------
3 files changed, 282 insertions(+), 227 deletions(-)
diff --git a/common/css/page.css b/common/css/page.css
index c1b8d2cb..0317fd27 100644
--- a/common/css/page.css
+++ b/common/css/page.css
@@ -1161,11 +1161,6 @@ button[disabled].bg-grey {
margin-left: 12rpx;
}
-.goods-data-grid-list .item .error-msg,
-.goods-data-grid-list .item .goods-img {
- /* height: 341rpx !important; */
-}
-
.goods-data-grid-list .item .error-msg {
line-height: 341rpx;
}
diff --git a/components/online-service/online-service.vue b/components/online-service/online-service.vue
index cda4d3ab..3a5a9396 100644
--- a/components/online-service/online-service.vue
+++ b/components/online-service/online-service.vue
@@ -29,7 +29,7 @@
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+ .nav-data-list .item .title {
+ margin-top: 10rpx;
+ font-size: 28rpx !important;
+ text-align: center;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
+ max-width: 100%;
+ }
+
+ /**
+ * 呼吸灯
+ */
+ .breathe {
+ background-color: rgb(89 181 255);
+ border-radius: 100%;
+ width: 50px;
+ height: 50px;
+ position: relative;
+ }
+
+ .breathe::before,
+ .breathe::after {
+ background-color: rgba(89, 181, 255, 0.3);
+ }
+
+ .breathe::before {
+ width: 50px;
+ height: 50px;
+ top: 0;
+ left: 0;
+ }
+
+ .breathe::after {
+ width: 55px;
+ height: 55px;
+ top: -2.5px;
+ left: -2.5px;
+ }
+