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