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/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