From 2bcd556961208b80af1cb157633c594faab1eca2 Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Mon, 24 Feb 2020 00:11:18 +0800
Subject: [PATCH] 小程序代码

---
 SunshineLnsMinApp/templeteDist/wuxDist/progress/index.wxss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/progress/index.wxss b/SunshineLnsMinApp/templeteDist/wuxDist/progress/index.wxss
index 66c6d5b..8f9bafb 100644
--- a/SunshineLnsMinApp/templeteDist/wuxDist/progress/index.wxss
+++ b/SunshineLnsMinApp/templeteDist/wuxDist/progress/index.wxss
@@ -1 +1 @@
-.wux-progress{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.wux-progress__outer{-ms-flex:1;flex:1}.wux-progress__inner{background-color:#f3f3f3}.wux-progress__bar{background-color:#33cd5f;transition:all .3s linear 0s}.wux-progress__text{margin-left:10rpx;text-align:left;vertical-align:middle}.wux-progress--round .wux-progress__bar,.wux-progress--round .wux-progress__inner{border-radius:200rpx}.wux-progress--progress .wux-progress__bar{position:relative}.wux-progress--progress .wux-progress__bar:before{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:20rpx;animation:progress 2s ease-in-out infinite}@keyframes progress{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}
\ No newline at end of file
+.wux-progress{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.wux-progress__outer{-ms-flex:1;flex:1}.wux-progress__inner{background-color:#f3f3f3}.wux-progress__bar{background-color:#33cd5f;transition:all .3s linear 0s}.wux-progress__text{margin-left:10rpx;text-align:left;vertical-align:middle}.wux-progress--round .wux-progress__bar,.wux-progress--round .wux-progress__inner{border-radius:200rpx}.wux-progress--progress .wux-progress__bar{position:relative}.wux-progress--progress .wux-progress__bar::before{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:20rpx;animation:progress 2s ease-in-out infinite}@keyframes progress{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}
\ No newline at end of file

--
Gitblit v1.8.0