From 10053988134544c32afd27ae9065c4aab8ef07ad Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 14 Jan 2021 16:53:30 +0800
Subject: [PATCH] 取消页面锁定的设计

---
 plugins/infiniteScroll/cInfiniteScroll.scss |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/plugins/infiniteScroll/cInfiniteScroll.scss b/plugins/infiniteScroll/cInfiniteScroll.scss
index 81f7b9c..9ee833a 100644
--- a/plugins/infiniteScroll/cInfiniteScroll.scss
+++ b/plugins/infiniteScroll/cInfiniteScroll.scss
@@ -6,12 +6,19 @@
 @import "../../common/sassMixin";
 
 .c-infinite-scroll {
-    .bottom {
-        height: 1.8rem;
+    .c-infinite-bottom {
         text-align: center;
-        line-height: 1.5rem;
-        color: #666;
-        .empty {
+        .c-infinite-loading {
+            height: 2rem;
+            color: #666;
+            line-height: 1.8rem;
+        }
+        .c-infinite-ended {
+            height: 2rem;
+            color: #999;
+            line-height: 1.8rem;
+        }
+        .c-infinite-empty {
             line-height: 5rem;
             color: #999;
         }

--
Gitblit v1.9.1