W3Cschool
恭喜您成為首批注冊(cè)用戶(hù)
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
基礎(chǔ)庫(kù) 1.0.0 開(kāi)始支持本組件。
視圖容器,相當(dāng)于 html 中的 div 。如果需要使用滾動(dòng)視圖,請(qǐng)使用 scroll-view。
屬性 | 類(lèi)型 | 默認(rèn)值 | 必填 | 說(shuō)明 | 最低支持版本 |
---|---|---|---|---|---|
hover-class | string | none | 否 | 指定按下去的樣式類(lèi)。當(dāng) hover-class="none" 時(shí),沒(méi)有點(diǎn)擊態(tài)效果 | 1.0.0 |
hover-start-time | number | 50 | 否 | 按住后多久出現(xiàn)點(diǎn)擊態(tài),單位毫秒 | 1.0.0 |
hover-stay-time | number | 400 | 否 | 手指松開(kāi)后點(diǎn)擊態(tài)保留時(shí)間,單位毫秒 | 1.0.0 |
hover-stop-propagation | boolean | false | 否 | 指定是否阻止本節(jié)點(diǎn)的祖先節(jié)點(diǎn)出現(xiàn)點(diǎn)擊態(tài) | 1.0.0 |
加了 hover-class 屬性后的效果:
<view class="page-section-title">
<text>flex-direction: row\n橫向布局</text>
</view>
<view class="page-section-spacing">
<view class="flex-wrp" style="flex-direction:row;">
<view hover-class="hover" class="flex-item demo-text-1"></view>
<view hover-class="hover" class="flex-item demo-text-2"></view>
<view hover-class="hover" class="flex-item demo-text-3"></view>
</view>
</view>
</view>
<view class="page-section">
<view class="page-section-title">
<text>flex-direction: column\n縱向布局</text>
</view>
<view class="flex-wrp" style="flex-direction:column;">
<view class="flex-item flex-item-V demo-text-1"></view>
<view class="flex-item flex-item-V demo-text-2"></view>
<view class="flex-item flex-item-V demo-text-3"></view>
</view>
</view>
.flex-wrp {
margin-top: 60rpx;
display: flex;
}
.flex-item {
width: 200rpx;
height: 300rpx;
font-size: 26rpx;
}
.flex-item.hover {
background: green;
}
.flex-item-V {
margin: 0 auto;
width: 300rpx;
height: 200rpx;
}
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話(huà):173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: