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;
+ }
+