This commit is contained in:
parent
59bbf93062
commit
1a110ddfa7
|
@ -19,15 +19,18 @@
|
|||
</view>
|
||||
<view class="my-head-mian back-width">
|
||||
<view class="my-head-mian-top">
|
||||
<view class="my-head-mian-top-view">
|
||||
<view class="flex" style="align-items: flex-end;">
|
||||
|
||||
<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-yuE">{{money}}</view>
|
||||
<image class="money-img" src="../../static/money.png" mode="" @click="qidai()"></image>
|
||||
</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-top-view">
|
||||
<view class="my-head-mian-top-view-chong" @click="chonghi('充值')">充值</view>
|
||||
<view class="my-head-mian-top-view-ming" @click="chonghi('明细')">明细</view>
|
||||
</view>
|
||||
<view class="my-head-mian-bottom">
|
||||
<view class="my-head-mian-bottom-list" @click="youhui('/my/hongbao/youhuijuan')">
|
||||
<image src="../../static/my-yuehui.png" mode=""></image>
|
||||
|
@ -674,41 +677,44 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 12px;
|
||||
margin-top:30rpx;
|
||||
border-top: 1px #F6F6F6 solid;
|
||||
padding-top: 30rpx;
|
||||
}
|
||||
.my-head-mian-top-yuE{
|
||||
font-weight: bold;
|
||||
font-size: 50rpx;
|
||||
font-size: 55rpx;
|
||||
color: #f95900;
|
||||
margin-top: 20rpx;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
.my-head-mian-top-view-chong,.my-head-mian-top-view-ming{
|
||||
width: 92rpx;
|
||||
height: 42rpx;
|
||||
line-height: 42rpx;
|
||||
width: 150rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
text-align: center;
|
||||
border-radius: 21rpx;
|
||||
font-size: 26rpx;
|
||||
border-radius: 60rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.my-head-mian-top-view-chong{
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
color: #fff;
|
||||
margin: 2px 8px;
|
||||
margin: 5px 10px;
|
||||
}
|
||||
.my-head-mian-top-view-ming{
|
||||
background: #efefef;
|
||||
color: #333;
|
||||
background: #e6f6f3;
|
||||
color: #019c88;
|
||||
}
|
||||
.my-head-mian-top-view-qian{
|
||||
font-weight: bold;
|
||||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
.my-head-mian-top-view{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.my-head-mian-top{
|
||||
width: 95%;
|
||||
|
@ -718,6 +724,7 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding-top: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.my-head-mian{
|
||||
width: 100%;
|
||||
|
@ -786,5 +793,10 @@
|
|||
display: flex;
|
||||
margin: 12px auto;
|
||||
}
|
||||
|
||||
.money-img{
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
margin-bottom: 10rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
</style>
|
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue