diff --git a/components/diy_floatingBox/diy_floatingBox.wxss b/components/diy_floatingBox/diy_floatingBox.wxss index ef59390..9d6d1fe 100644 --- a/components/diy_floatingBox/diy_floatingBox.wxss +++ b/components/diy_floatingBox/diy_floatingBox.wxss @@ -22,7 +22,7 @@ z-index: 100; background-color: #fff; border: 1px solid #adadad; - box-shadow: 0 0 10px 2px #adadad; + /* box-shadow: 0 0 10px 2px #adadad; */ display: flex; align-items: center; justify-content: center; diff --git a/components/diy_service/diy_service.wxss b/components/diy_service/diy_service.wxss index 9c7b0e3..977ca16 100644 --- a/components/diy_service/diy_service.wxss +++ b/components/diy_service/diy_service.wxss @@ -1,5 +1,5 @@ .custom-service{ width: 80rpx; height: 80rpx; border-radius: 50%; background-color: #fff;z-index: 100; - border: 1px solid #adadad; box-shadow: 0 0 10px 2px #adadad; line-height: 28rpx; + border: 1px solid #adadad; line-height: 28rpx; right: 2rpx; display: flex;align-items: center;justify-content: center;} .cs-img{ width: 36rpx; height: 36rpx;}