Compare commits
No commits in common. "ecb5dc270fca3988f8c90ce84086223e33039523" and "91cf5ce400a69e5ba7927818d184df9d424947f0" have entirely different histories.
ecb5dc270f
...
91cf5ce400
|
|
@ -20,14 +20,12 @@
|
||||||
<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>
|
||||||
|
|
@ -678,10 +676,8 @@
|
||||||
}
|
}
|
||||||
.my-head-mian-top-yuE{
|
.my-head-mian-top-yuE{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 50rpx;
|
font-size: 43rpx;
|
||||||
color: #f95900;
|
color: #333333;
|
||||||
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;
|
||||||
|
|
@ -721,6 +717,7 @@
|
||||||
}
|
}
|
||||||
.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