W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
本示例展示進(jìn)行信息查詢時(shí)界面的動畫效果,生動形象的動畫有助于緩解用戶等待時(shí)的焦慮。
本示例為純客戶端代碼,可直接在模擬器和在真機(jī)預(yù)覽。
更多詳情請參見 代碼市場。
在 IDE 安裝以下依賴
npm i mashi-open-snippets --save
在 JSON 中引入組件路徑
{
"usingComponents": {
"move-demo": "components/es/search-animation-card"
}}
分別在 AXML、JS、ACSS 中輸入以下代碼
<view class="search">
<view class="search-box">
<view class="search-box-steps">
<steps items="{{items}}" activeIndex="{{activeIndex}}"/>
</view>
<view class="search-box-card">
<search-animation-card />
</view>
</view>
<view class="search-bottom">
本服務(wù)由人力資源和社會保障部提供
</view></view>
Page({
data: {
items: [
{
title: "實(shí)體卡查詢",
description: ""
},
{
title: "人臉驗(yàn)證",
description: ""
},
{
title: "設(shè)置密碼",
description: ""
}
],
activeIndex: 1
},
onLoad() {}});
page {
background-color: #F7F7F7;}.search{
padding-top:32rpx;}.search-box{
width:702rpx;
height:876rpx;
background:#ffffff;
margin:0 auto;
border-radius: 16rpx;
display:flex;
flex-direction:column;}.search-box-steps{
margin-top:50rpx
}.search-box-card{
margin-top:68rpx;
width:100%;
display:flex;
justify-content:center;
align-items:center
}.search-bottom{
font-family: PingFangSC-Regular;
font-size: 20rpx;
color: #C0C0C0;
text-align: center;
position:absolute;
bottom:36rpx;
width:100%;}
屬性 | 類型 | 默認(rèn)值 | 必填 | 描述 |
---|---|---|---|---|
containerClassName | String | ““ | 否 | 容器類名 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: