Commit 9f11b4aeb4e3aa64b3abb1cf2d3b26b46d7e0968
1 parent
23fadbc4
去除阴影
Showing
2 changed files
with
2 additions
and
2 deletions
components/diy_floatingBox/diy_floatingBox.wxss
components/diy_service/diy_service.wxss
1 | 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 | 3 | right: 2rpx; display: flex;align-items: center;justify-content: center;} |
4 | 4 | |
5 | 5 | .cs-img{ width: 36rpx; height: 36rpx;} | ... | ... |