From e7e9f3d7e83a7eb4ced6166b29f1f5cd8d0a3e19 Mon Sep 17 00:00:00 2001 From: LAPTOP-RI7D261L\Mr Ke <545800322@qq.com> Date: Thu, 20 Feb 2020 09:07:53 +0800 Subject: [PATCH] 小程序新增 --- SunshineLnsMinApp/templeteDist/wuxDist/toast/index.wxss | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SunshineLnsMinApp/templeteDist/wuxDist/toast/index.wxss b/SunshineLnsMinApp/templeteDist/wuxDist/toast/index.wxss index 34a5fa3..43f765d 100644 --- a/SunshineLnsMinApp/templeteDist/wuxDist/toast/index.wxss +++ b/SunshineLnsMinApp/templeteDist/wuxDist/toast/index.wxss @@ -1 +1 @@ -.wux-toast{position:fixed;z-index:5000;top:50%;left:50%;background:rgba(40,40,40,.75);font-size:28rpx;line-height:1.5;text-align:center;border-radius:6rpx;color:#fff;transform:translate3d(-50%,-50%,0)}.wux-toast__content{min-width:236rpx;padding:18rpx 30rpx;box-sizing:border-box}.wux-toast__content--has-icon{padding:30rpx}.wux-toast__content--has-icon .wux-toast__text{margin-top:12rpx}.wux-toast__icon{margin:0;display:block} \ No newline at end of file +.wux-toast{position:fixed;z-index:5000;top:50%;left:50%;background:rgba(40,40,40,.75);font-size:28rpx;line-height:1.5;text-align:center;border-radius:8rpx;color:#fff;transform:translate3d(-50%,-50%,0)}.wux-toast__content{min-width:236rpx;padding:18rpx 30rpx;box-sizing:border-box}.wux-toast__content--has-icon{padding:30rpx}.wux-toast__content--has-icon .wux-toast__text{margin-top:12rpx}.wux-toast__icon{margin:0;display:block} \ No newline at end of file -- Gitblit v1.8.0