From ab9bc98c6f9ab820f7f4f343b524f7b8310ef272 Mon Sep 17 00:00:00 2001
From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com>
Date: Mon, 17 Feb 2020 10:30:42 +0800
Subject: [PATCH] 南沙小程序修改

---
 SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxss |   45 +--------------------------------------------
 1 files changed, 1 insertions(+), 44 deletions(-)

diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxss b/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxss
index 8e0ee7d..b1151ff 100644
--- a/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxss
+++ b/SunshineLnsMinApp/templeteDist/wuxDist/toptips/index.wxss
@@ -1,44 +1 @@
-.wux-toptips {
-  position: fixed;
-  top: 0;
-  left: 0;
-  right: 0;
-  z-index: 5000;
-}
-
-.wux-toptips__content {
-  padding: 10rpx;
-  font-size: 28rpx;
-  color: #fff;
-  word-wrap: break-word;
-  word-break: break-all;
-  transition: background-color 0.3s;
-}
-
-.wux-toptips__content text {
-  display: block;
-  text-align: center;
-  padding: 0 52rpx;
-}
-
-.wux-toptips__content--success {
-  background-color: #33cd5f;
-}
-
-.wux-toptips__content--info {
-  background-color: #387ef5;
-}
-
-.wux-toptips__content--warn {
-  background-color: #ffc900;
-}
-
-.wux-toptips__content--cancel {
-  background-color: #ef473a;
-}
-
-.wux-toptips__icon {
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-}
+.wux-toptips{position:fixed;top:0;left:0;right:0;z-index:5000}.wux-toptips__content{padding:10rpx;font-size:28rpx;color:#fff;word-wrap:break-word;word-break:break-all;transition:background-color .3s}.wux-toptips__content text{display:block;text-align:center;padding:0 52rpx}.wux-toptips__content--success{background-color:#33cd5f}.wux-toptips__content--info{background-color:#387ef5}.wux-toptips__content--warn{background-color:#ffc900}.wux-toptips__content--cancel{background-color:#ef473a}.wux-toptips__icon{position:absolute;top:50%;transform:translateY(-50%)}
\ No newline at end of file

--
Gitblit v1.8.0