index.wxml 437 B

1234567
  1. <wux-backdrop id="wux-backdrop" transparent="{{ transparent }}" wx:if="{{ mask }}" />
  2. <wux-animation-group wux-class="{{ classes.wrap }}" in="{{ in }}" classNames="{{ classNames }}">
  3. <view class="{{ classes.content }}">
  4. <wux-icon wux-class="{{ classes.icon }}" type="{{ icon }}" size="55" color="{{ color }}" wx:if="{{ icon }}" />
  5. <view class="{{ classes.text }}">{{ text }}</view>
  6. </view>
  7. </wux-animation-group>