(#37)
This commit is contained in:
parent
54d87fc5db
commit
95f1f6d484
@ -28,31 +28,31 @@
|
|||||||
|
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="user-card card">
|
<view class="user-card card">
|
||||||
<table class="MFunc">
|
<table class="FuncList">
|
||||||
<view class="tabView1">
|
<view class="tabView1">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_Sponsor.svg"></image>
|
<image class="FuncListImg" src="../../image/account/Account_Sponsor.svg"></image>
|
||||||
<text class="tabTxt">赞助计划</text>
|
<text class="tabTxt">赞助计划</text>
|
||||||
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
<image class="FuncListImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
</td>
|
</td>
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
<view class="tabView2">
|
<view class="tabView2">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_PubilcAccount.svg"></image>
|
<image class="FuncListImg" src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
<text class="tabTxt">公众号</text>
|
<text class="tabTxt">公众号</text>
|
||||||
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
<image class="FuncListImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
</td>
|
</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="FuncListImg" src="../../image/account/Account_FAQ.svg"></image>
|
||||||
<text class="tabTxt">自助问答</text>
|
<text class="tabTxt">自助问答</text>
|
||||||
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
<image class="FuncListImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
@ -60,18 +60,18 @@
|
|||||||
<view class="tabView4">
|
<view class="tabView4">
|
||||||
<th>
|
<th>
|
||||||
<td>
|
<td>
|
||||||
<image class="MFuncImg" src="../../image/account/Account_AboutUs.svg"></image>
|
<image class="FuncListImg" src="../../image/account/Account_AboutUs.svg"></image>
|
||||||
<text class="tabTxt">关于我们</text>
|
<text class="tabTxt">关于我们</text>
|
||||||
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
<image class="FuncListImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
</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="FuncListImg" src="../../image/account/Account_Support.svg"></image>
|
||||||
<text class="tabTxt">联系客服</text>
|
<text class="tabTxt">联系客服</text>
|
||||||
<image class="MFuncImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
<image class="FuncListImgT"src="../../image/account/Account_PubilcAccount.svg"></image>
|
||||||
</td>
|
</td>
|
||||||
</th>
|
</th>
|
||||||
</view>
|
</view>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
@import "../../app.scss";
|
@import "../../app.scss";
|
||||||
|
|
||||||
table.MFunc{
|
table.FuncList{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
image.MFuncImg{
|
image.FuncListImg{
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -22,7 +22,7 @@ table.MFunc{
|
|||||||
text.tabTxt{
|
text.tabTxt{
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
image.MFuncImgT{
|
image.FuncListImgT{
|
||||||
float: right;
|
float: right;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
Loading…
Reference in New Issue
Block a user