mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
77 lines
2.3 KiB
Plaintext
77 lines
2.3 KiB
Plaintext
<view class="container">
|
||
|
||
<view class="zui-panel">
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view class="pull-right">pull-right: 往右靠</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view class="zui-text-deleted">zui-text-deleted:被删除的效果</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view class="zui-font-12 zui-font-bold">
|
||
<view>zui-font-12:字号12</view>
|
||
<view>zui-font-bold:加粗</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view class="zui-font-16 zui-font-bold">
|
||
<view>zui-font-16:字号16</view>
|
||
<view>zui-font-bold:加粗</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view class="">
|
||
<view>字体颜色</view>
|
||
<view class="zui-c-red">zui-c-red: 红色</view>
|
||
<view class="zui-c-gray">zui-c-gray: 灰色</view>
|
||
<view class="zui-c-gray-dark">zui-c-gray-dark: 再灰一点点</view>
|
||
<view class="zui-c-gray-darker">zui-c-gray-darker: 更深的灰色</view>
|
||
<view class="zui-c-black">zui-c-black: 黑色</view>
|
||
<view class="zui-c-blue">zui-c-blue: 蓝色</view>
|
||
<view class="zui-c-green">zui-c-green: 绿色</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view>zui-arrow:箭头</view>
|
||
<view class="zui-arrow"></view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell">
|
||
<view class="zui-cell__bd">
|
||
<view class="zui-ellipsis" style="width: 300px;">
|
||
zui-ellipsis:单行点点点
|
||
->我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="zui-cell zui-cell--last-child">
|
||
<view class="zui-cell__bd">
|
||
<view class="zui-ellipsis--l2">
|
||
zui-ellipsis--l2:单行点点点
|
||
->我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符我是占位的字符
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
</view>
|
||
|
||
</view>
|