This commit is contained in:
parent
7f15027dfe
commit
e07afc1a7a
|
@ -1257,7 +1257,7 @@
|
|||
align-items: flex-end;
|
||||
}
|
||||
.detail-view-mina{
|
||||
width: 68%;
|
||||
width: 74%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
|
@ -1324,7 +1324,6 @@
|
|||
}
|
||||
.header-bottom-money-zhen span{
|
||||
color: #F95900 ;
|
||||
|
||||
}
|
||||
.header-bottom-money-zhen{
|
||||
display: flex;
|
||||
|
@ -1412,8 +1411,9 @@
|
|||
}
|
||||
.detail-foot-list-top span:nth-child(1){
|
||||
font-weight: bold;
|
||||
font-size: 31rpx;
|
||||
font-size: 30rpx;
|
||||
color: #3F3F3F;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.detail-foot-list-top span:nth-child(2){
|
||||
width: 76rpx;
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
<view class="my-head-mian back-width">
|
||||
<view class="my-head-mian-top">
|
||||
<view class="flex" style="align-items: flex-end;">
|
||||
|
||||
<view class="my-head-mian-top-yuE">{{money}}</view>
|
||||
<image class="money-img" src="../../static/money.png" mode="" @click="qidai()"></image>
|
||||
<view class="my-head-mian-top-yuE">{{money}}</view>
|
||||
<view class="my-head-mian-top-view-qian">我的钱包</view>
|
||||
</view>
|
||||
|
||||
</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>
|
||||
|
@ -683,8 +683,7 @@
|
|||
padding-top: 30rpx;
|
||||
}
|
||||
.my-head-mian-top-yuE{
|
||||
font-weight: bold;
|
||||
font-size: 60rpx;
|
||||
font-size: 55rpx;
|
||||
color: #f95900;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
|
@ -709,6 +708,7 @@
|
|||
font-size: 24rpx;
|
||||
color: #999;
|
||||
margin-left: 20rpx;
|
||||
margin-bottom: 12rpx;
|
||||
}
|
||||
.my-head-mian-top-view{
|
||||
display: flex;
|
||||
|
@ -796,7 +796,7 @@
|
|||
.money-img{
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
margin-bottom: 10rpx;
|
||||
margin-left: 8rpx;
|
||||
margin-bottom: 15rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue