久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

discuz showWindow() 彈窗樣式

 昵稱52465939 2018-11-15
showWindow()本身是有遮罩層參數(shù)可用的,,js生成,。
這里所述是自用的另外增加的,。

css
  1. .Modal{position: relative;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 400px;max-height: calc(100vh - 48px);margin-right: auto;margin-left: auto;outline: 0;-webkit-box-shadow: 0 5px 20px 0 rgba(0,34,77,.5);box-shadow: 0 5px 20px 0 rgba(0,34,77,.5);-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: max-height .8s ease;transition: max-height .8s ease;}
  2. .Modal-wrapper{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 203; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow-x: hidden; overflow-y: auto; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out;}
  3. .Modal-fullPage{width: 688px;}
  4. .Modal-inner{overflow: auto;background: #fff;border-radius: 2px;}
  5. .Modal-backdrop{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background-color: rgba(0,0,0,.65); -webkit-transition: background-color .3s ease-out; transition: background-color .3s ease-out;}
復(fù)制代碼

html
  1. <div class="Modal-wrapper">
  2.         <div class="Modal-backdrop" onclick="hideWindow('彈窗ID')"></div>
  3.         <div class="Modal Modal--fullPage">
  4.                 <div class="Modal-inner">
  5. ……彈窗的內(nèi)容……
  6.           </div>
  7.         </div>
  8. </div>
復(fù)制代碼


此代碼有兩個作用:
1.會遮蓋掉那一圈的tr,、td半透明圓角邊框,。
2.遮罩層div單獨(dú)使用,,如上面html代碼,可以給遮罩層hideWindow(),,這樣常用的彈窗,,點(diǎn)擊彈窗窗體之外可以關(guān)閉掉彈窗。對于那些比較重要,,不希望隨意關(guān)閉的窗口,,可以不給遮罩層hideWindow(),只給關(guān)閉按鈕,。

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點(diǎn)擊一鍵舉報,。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多