80 lines
2.8 KiB
Plaintext
80 lines
2.8 KiB
Plaintext
|
|
<!-- 顶部的阴影 -->
|
|
<view class="top-shadow"></view>
|
|
|
|
<!-- 页面容器 -->
|
|
<view class="container">
|
|
|
|
<!-- 用户卡片 -->
|
|
<view class="user-card card">
|
|
<view class="avatar">
|
|
<open-data type="userAvatarUrl" />
|
|
</view>
|
|
<view class="info">
|
|
|
|
<!-- 主题变换按钮 -->
|
|
<view class="theme">
|
|
<image src="../../image/account/Account_Theme.svg" />
|
|
</view>
|
|
|
|
<view class="nick h1">
|
|
<open-data type="userNickName" />
|
|
</view>
|
|
<view class="student">秦浩轩</view>
|
|
<view class="student">1806240113</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="container">
|
|
<view class="user-card card">
|
|
<table class="MFunc">
|
|
<view class="tabView1">
|
|
<th>
|
|
<td>
|
|
<image class="MFuncImg" src="../../image/account/Account_Sponsor.svg"></image>
|
|
<text class="tabTxt">赞助计划</text>
|
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
|
</td>
|
|
</th>
|
|
</view>
|
|
<view class="tabView2">
|
|
<th>
|
|
<td>
|
|
<image class="MFuncImg" src="../../image/account/Account_PubilcAccount.svg"></image>
|
|
<text class="tabTxt">公众号</text>
|
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
|
</td>
|
|
</th>
|
|
</view>
|
|
<view class="tabView3">
|
|
<th>
|
|
<td>
|
|
<image class="MFuncImg" src="../../image/account/Account_FAQ.svg"></image>
|
|
<text class="tabTxt">自助问答</text>
|
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
|
</td>
|
|
|
|
</th>
|
|
</view>
|
|
<view class="tabView4">
|
|
<th>
|
|
<td>
|
|
<image class="MFuncImg" src="../../image/account/Account_AboutUs.svg"></image>
|
|
<text class="tabTxt">关于我们</text>
|
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
|
</td>
|
|
</th>
|
|
</view>
|
|
<view class="tabView5">
|
|
<th>
|
|
<td>
|
|
<image class="MFuncImg" src="../../image/account/Account_Support.svg"></image>
|
|
<text class="tabTxt">联系客服</text>
|
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
|
</td>
|
|
</th>
|
|
</view>
|
|
</table>
|
|
</view>
|
|
</view> |