(#37)
This commit is contained in:
parent
f434ad531c
commit
54d87fc5db
@ -24,17 +24,17 @@
|
|||||||
<view class="student">1806240113</view>
|
<view class="student">1806240113</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="container">
|
||||||
<view class="user-card card">
|
<view class="user-card card">
|
||||||
<table class="MFunc">
|
<table class="MFunc">
|
||||||
<view class="tabView1">
|
<view class="tabView1">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_Sponsor.svg"></image>
|
<image class="MFuncImg" src="../../image/account/Account_Sponsor.svg"></image>
|
||||||
</td>
|
<text class="tabTxt">赞助计划</text>
|
||||||
<td>
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
<view class="tabTxt">赞助计划</view>
|
|
||||||
</td>
|
</td>
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
@ -42,39 +42,36 @@
|
|||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_PubilcAccount.svg"></image>
|
<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>
|
</td>
|
||||||
<td>
|
|
||||||
<view class="tabTxt">公众号</view>
|
|
||||||
</td>
|
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
<view class="tabView3">
|
<view class="tabView3">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_FAQ.svg"></image>
|
<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>
|
</td>
|
||||||
<td>
|
|
||||||
<view class="tabTxt">自助问答</view>
|
|
||||||
</td>
|
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
<view class="tabView4">
|
<view class="tabView4">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_AboutUs.svg"></image>
|
<image class="MFuncImg" src="../../image/account/Account_AboutUs.svg"></image>
|
||||||
</td>
|
<text class="tabTxt">关于我们</text>
|
||||||
<td>
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
<view class="tabTxt">关于我们</view>
|
|
||||||
</td>
|
</td>
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
<view class="tabView5">
|
<view class="tabView5">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_Support.svg"></image>
|
<image class="MFuncImg" src="../../image/account/Account_Support.svg"></image>
|
||||||
</td>
|
<text class="tabTxt">联系客服</text>
|
||||||
<td>
|
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
<view class="tabTxt">联系客服</view>
|
|
||||||
</td>
|
</td>
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
|
@ -12,15 +12,19 @@ table.MFunc{
|
|||||||
view.tabView1,view.tabView2,view.tabView3,view.tabView4,view.tabView5{
|
view.tabView1,view.tabView2,view.tabView3,view.tabView4,view.tabView5{
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
view.tabView1,view.tabView2,view.tabView3,view.tabView4{
|
view.tabView1,view.tabView2,view.tabView3,view.tabView4{
|
||||||
border-bottom:1px solid gainsboro ;
|
border-bottom:1px solid gainsboro ;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
view.tabTxt{
|
text.tabTxt{
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
image.MFuncImgT{
|
||||||
|
float: right;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user