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

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。