From ebfd434d26f8269e225efe71ed9c80e2d4cf0ae9 Mon Sep 17 00:00:00 2001 From: xuxj <hugeinfo123> Date: Tue, 24 Mar 2020 11:53:04 +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