mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
<view class="container">
|
|
|
|
<view class="zui-panel">
|
|
<view class="zui-namecard">
|
|
<view class="zui-namecard__thumb">
|
|
<image class="zui-namecard__img"
|
|
src="https://img.yzcdn.cn/upload_files/2016/12/06/9deca4d6fad5094bc78cb20339eb4264.png?imageView2/2/w/980/h/980/q/75/format/webp"
|
|
mode="aspectFit"
|
|
></image>
|
|
</view>
|
|
<view class="zui-namecard__detail">
|
|
描述内容~
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|