From 94e81386390d4c3e45b2d5d95e2b4cd635dade7a Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 16 Feb 2017 21:55:03 +0800 Subject: [PATCH] adjust spin style --- components/spin/style/index.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/spin/style/index.less b/components/spin/style/index.less index c303d2656e..29d68e146e 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -75,8 +75,8 @@ &-blur { opacity: 0.7; - -webkit-filter: blur(1px); - filter: blur(1px); + -webkit-filter: blur(0.8px); + filter: blur(0.8px); /* IE6~IE9 */ filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; // lesshint duplicateProperty: false @@ -91,7 +91,9 @@ right: 0; top: 0; bottom: 0; - background: transparent; + background: #fff; + opacity: 0.2; + transition: all .3s; } }