Files
2025-08-15 14:05:08 +08:00

17 lines
586 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="skyline">
<t-navbar class="block demo-navbar" title="Footer" left-arrow />
<scroll-view scroll-y type="list" class="scroll-view">
<view class="demo-title">Footer 页脚</view>
<view class="demo-desc">用于基础列表展示可附带文字、品牌logo、操作常用商详、个人中心、设置等页面。</view>
<t-demo title="01 类型" desc="基础页脚">
<base />
</t-demo>
<t-demo desc="基础加链接页脚">
<link />
</t-demo>
<t-demo desc="品牌页脚">
<logo />
</t-demo>
</scroll-view>
</view>