You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
387 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view>
<!--头像区域-->
<view class="top">
<view class="user-img">
<image src="/images/01.jpg"/>
</view>
</view>
<!--详细信息区域-->
<view class="menu">
<view class="item">姓名;德格拉塞</view>
<view class="item">年龄29</view>
<view class="item">性别;男</view>
<view class="item">特长;偷牌</view>
<view class="item">爱好;跑步</view>
</view>
</view>