banner
RustyNail

RustyNail

coder. 【blog】https://rustynail.me 【nostr】wss://ts.relays.world/ wss://relays.world/nostr

给小程序加上背景模糊效果

页面#

<view class='container'>
  <image src='' class='bg-blur'></image>
  <view>content</view>
</view>

css#

.bg-blur{
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  filter: blur(6px);
  z-index: -1;
}

效果#

image

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。