支付寶小程序 UI·查詢動畫

2020-09-08 16:09 更新

本示例展示進(jìn)行信息查詢時(shí)界面的動畫效果,生動形象的動畫有助于緩解用戶等待時(shí)的焦慮。

使用說明

本示例為純客戶端代碼,可直接在模擬器和在真機(jī)預(yù)覽。

更多詳情請參見 代碼市場。

使用指南

安裝

在 IDE 安裝以下依賴

npm i mashi-open-snippets --save

?注冊

在 JSON 中引入組件路徑

{
  "usingComponents": {
    "move-demo": "components/es/search-animation-card"
  }}

調(diào)用

分別在 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 ““ 容器類名
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號