This commit is contained in:
parent
0c0da011a5
commit
a2764aba4f
|
@ -20,12 +20,14 @@
|
||||||
<view class="my-head-mian back-width">
|
<view class="my-head-mian back-width">
|
||||||
<view class="my-head-mian-top">
|
<view class="my-head-mian-top">
|
||||||
<view class="my-head-mian-top-view">
|
<view class="my-head-mian-top-view">
|
||||||
<view class="my-head-mian-top-view-qian">我的钱包</view>
|
|
||||||
<view class="my-head-mian-top-view-chong" @click="chonghi('充值')">充值</view>
|
<view class="my-head-mian-top-view-chong" @click="chonghi('充值')">充值</view>
|
||||||
<view class="my-head-mian-top-view-ming" @click="chonghi('明细')">明细</view>
|
<view class="my-head-mian-top-view-ming" @click="chonghi('明细')">明细</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="my-head-mian-top-yuE">{{money}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
<view class="my-head-mian-top-yuE">{{money}}</view>
|
||||||
|
<view class="my-head-mian-top-view-qian">我的钱包</view>
|
||||||
<view class="my-head-mian-bottom">
|
<view class="my-head-mian-bottom">
|
||||||
<view class="my-head-mian-bottom-list" @click="youhui('/my/hongbao/youhuijuan')">
|
<view class="my-head-mian-bottom-list" @click="youhui('/my/hongbao/youhuijuan')">
|
||||||
<image src="../../static/my-yuehui.png" mode=""></image>
|
<image src="../../static/my-yuehui.png" mode=""></image>
|
||||||
|
@ -676,8 +678,10 @@
|
||||||
}
|
}
|
||||||
.my-head-mian-top-yuE{
|
.my-head-mian-top-yuE{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 43rpx;
|
font-size: 50rpx;
|
||||||
color: #333333;
|
color: #f95900;
|
||||||
|
margin-top: 20rpx;
|
||||||
|
margin-left: 20rpx;
|
||||||
}
|
}
|
||||||
.my-head-mian-top-view-chong,.my-head-mian-top-view-ming{
|
.my-head-mian-top-view-chong,.my-head-mian-top-view-ming{
|
||||||
width: 92rpx;
|
width: 92rpx;
|
||||||
|
@ -717,7 +721,6 @@
|
||||||
}
|
}
|
||||||
.my-head-mian{
|
.my-head-mian{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 280rpx;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
Loading…
Reference in New Issue