久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      vue.js如何實(shí)現(xiàn)遮罩層

      vue.js實(shí)現(xiàn)遮罩層的方法:【div.popContainer {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.3);}】。

      vue.js如何實(shí)現(xiàn)遮罩層

      本文操作環(huán)境:windows10系統(tǒng)、vue.js 2.9、thinkpad t480電腦。

      vue實(shí)現(xiàn)簡(jiǎn)單的遮罩層效果:

      具體代碼如下所示:

      <div class='popContainer'></div>   div.popContainer {   position: fixed;   top: 0;   left: 0;   right: 0;   bottom: 0;   background: rgba(0, 0, 0, 0.3); }

      推薦學(xué)習(xí):php培訓(xùn)

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)