Commit 9f11b4aeb4e3aa64b3abb1cf2d3b26b46d7e0968
1 parent
23fadbc4
去除阴影
Showing
2 changed files
with
2 additions
and
2 deletions
components/diy_floatingBox/diy_floatingBox.wxss
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | z-index: 100; | 22 | z-index: 100; |
23 | background-color: #fff; | 23 | background-color: #fff; |
24 | border: 1px solid #adadad; | 24 | border: 1px solid #adadad; |
25 | - box-shadow: 0 0 10px 2px #adadad; | 25 | + /* box-shadow: 0 0 10px 2px #adadad; */ |
26 | display: flex; | 26 | display: flex; |
27 | align-items: center; | 27 | align-items: center; |
28 | justify-content: center; | 28 | justify-content: center; |
components/diy_service/diy_service.wxss
1 | .custom-service{ width: 80rpx; height: 80rpx; border-radius: 50%; background-color: #fff;z-index: 100; | 1 | .custom-service{ width: 80rpx; height: 80rpx; border-radius: 50%; background-color: #fff;z-index: 100; |
2 | - border: 1px solid #adadad; box-shadow: 0 0 10px 2px #adadad; line-height: 28rpx; | 2 | + border: 1px solid #adadad; line-height: 28rpx; |
3 | right: 2rpx; display: flex;align-items: center;justify-content: center;} | 3 | right: 2rpx; display: flex;align-items: center;justify-content: center;} |
4 | 4 | ||
5 | .cs-img{ width: 36rpx; height: 36rpx;} | 5 | .cs-img{ width: 36rpx; height: 36rpx;} |