W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
支持 mip 中的懸浮元素整體使用方案
標(biāo)題 | 內(nèi)容 |
---|---|
類型 | 通用 |
支持布局 | 不使用布局 |
所需腳本 | https://mipcache.bdstatic.com/static/v1.2/mip-fixed.js |
規(guī)則:寬度默認(rèn)屏幕100%,高度最多85像素
<mip-fixed type="top">
自定義內(nèi)容,可以嵌套其他組件
</mip-fixed>
規(guī)則:寬度默認(rèn)屏幕100%,高度最多85像素
<mip-fixed type="bottom">
自定義內(nèi)容,可以嵌套其他組件
</mip-fixed>
規(guī)則:寬度不超過屏幕10%,高度不超過屏幕25%,屬性 bottom 或 top 必須有一個(gè)
<mip-fixed type="left" bottom="50px">
自定義內(nèi)容,可以嵌套其他組件
</mip-fixed>
規(guī)則:寬度不超過屏幕10%,高度不超過屏幕25%,屬性 bottom 或 top 必須有一個(gè)
<mip-fixed type="right" top="50px">
自定義內(nèi)容,可以嵌套其他組件
</mip-fixed>
1、給 mip-fixed 標(biāo)簽添加一個(gè)自定義的 id:customid
2、給需要點(diǎn)擊關(guān)閉懸浮元素的標(biāo)簽添加屬性 on="tap:customid.close"
<mip-fixed type="top" id="customid">
<div>我是頂部的fixed</div>
<div on="tap:customid.close">我是關(guān)閉按鈕</div>
</mip-fixed>
說明:懸浮類型
必選項(xiàng):是
類型:字符串
取值范圍:top/bottom/right/left
說明:距離屏幕頂部距離
必選項(xiàng): 否
類型:字符串
取值范圍:數(shù)值+單位,例如:50(px|em|rem|vh|vw|vmin|vmax|cm|mm|q|in|pc|pt)
默認(rèn)值:auto
說明:距離屏幕底部距離
必選項(xiàng): 否
取值范圍:數(shù)值+單位,例如:50(px|em|rem|vh|vw|vmin|vmax|cm|mm|q|in|pc|pt)
默認(rèn)值:auto
type為top、bottom 類別不需要添加屬性:top/bottom;
type為left、right 類別需要至少添加一個(gè)top/bottom屬性,優(yōu)先用 bottom。
top <= 1
bottom <= 1
left + right <= 1
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: