From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 17:07:48 +0800
Subject: [PATCH] 修改报错问题

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

diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/index/index.wxss b/SunshineLnsMinApp/templeteDist/wuxDist/index/index.wxss
index 475aeed..d2f4629 100644
--- a/SunshineLnsMinApp/templeteDist/wuxDist/index/index.wxss
+++ b/SunshineLnsMinApp/templeteDist/wuxDist/index/index.wxss
@@ -1 +1 @@
-.wux-index{width:100%;position:relative;overflow:hidden}.wux-index__nav{position:fixed;top:50%;right:0;transform:translate3d(0,-50%,0);display:-ms-flexbox;display:flex;max-height:100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.wux-index__nav-item{padding:4rpx 12rpx;font-size:24rpx;line-height:1.2}.wux-index__indicator{position:fixed;width:100rpx;height:100rpx;top:50%;left:50%;transform:translate3d(-50%,-50%,0);text-align:center;line-height:100rpx;background-color:rgba(0,0,0,.7);border-radius:10rpx;color:#fff;font-size:48rpx}
\ No newline at end of file
+.wux-index{width:100%;position:relative;overflow:hidden}.wux-index__nav{position:fixed;top:50%;right:0;transform:translate3d(0,-50%,0);display:-ms-flexbox;display:flex;max-height:100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.wux-index__nav-item{padding:4rpx 12rpx;font-size:24rpx;line-height:1.2}.wux-index__indicator{position:fixed;width:100rpx;height:100rpx;line-height:100rpx;top:50%;left:50%;transform:translate3d(-50%,-50%,0);text-align:center;background-color:rgba(0,0,0,.7);border-radius:12rpx;color:#fff;font-size:48rpx}
\ No newline at end of file

--
Gitblit v1.8.0