W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
本示例展示小程序內(nèi)的引導(dǎo)插畫(huà),一般出現(xiàn)在用戶首次使用小程序情況下,幫助用戶快速熟悉小程序功能。
本示例為純客戶端代碼,可直接在模擬器和在真機(jī)預(yù)覽。
更多詳情請(qǐng)參見(jiàn) 代碼市場(chǎng)。
在 IDE 安裝以下依賴
npm i mashi-open-snippets --save
在 JSON 中引入組件路徑
{
"usingComponents": {
"move-demo": "mashi-open-snippets/es/etc-guide-illustration/index"
}}
分別在 AXML、JS、ACSS 中輸入以下代碼
<view class="etc-guide-illustration-page1">
<view>
<etc-guide-illustration type="{{type1}}"/>
</view>
<view></view></view>
Page({
data: {
type1: 'traffic',
type2: 'discounts',
type3: 'signIn',
},
onLoad() { },});
.etc-guide-illustration-page1 {
height:100vh;
box-sizing:border-box;
background-image: url(https://gw.alipayobjects.com/mdn/industry_l/afts/img/A*0u9RRZmKTcAAAAAAAAAAAABkARQnAQ);
background-repeat:no-repeat;
background-size:cover;
z-index:1;
overflow:hidden;}.etc-guide-illustration-page1 >view:first-child{
position: absolute;
left:56rpx;
top:280rpx;
z-index:20;
background: transparent;}.etc-guide-illustration-page1 >view:last-child{
position: absolute;
background-image: url(https://gw.alipayobjects.com/mdn/industry_l/afts/img/A*mJx6Srpe7d4AAAAAAAAAAABkARQnAQ);
background-repeat:no-repeat;
background-size:cover;
z-index:10;
width:750rpx;
height:706rpx;}
屬性 | 類型 | 默認(rèn)值 | 必填 | 描述 |
---|---|---|---|---|
type | Number | 1 | 否 | 組件的類型,一共有三種,分別為:"traffic","discounts","signIn" |
containerClassName | String | ““ | 否 | 容器類名 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: