评论

实现阴影/悬浮效果

小程序实现阴影/悬浮效果

<view style="width: 100%;height: 500rpx; display: flex; justify-content:space-evenly;align-items: center; ">
  <view style="width: 200rpx;height:100rpx;background-color: aqua; display: flex; align-items: center; justify-content: center;box-shadow: 0 0 10px darkgray">元素1</view>
  <view style="width: 200rpx;height:100rpx; background-color:yellow; display: flex; align-items: center; justify-content: center;">元素2</view>
</view>


关键代码:box-shadow: 0 0 10px darkgray

最后一次编辑于  04-20  
点赞 0
收藏
评论
登录 后发表内容