This commit is contained in:
parent
b87f4cdeb5
commit
47399a7647
|
@ -28,10 +28,13 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="my-head-mian back-width">
|
||||
<view class="my-head-mian-top-view-qian">我的钱包</view>
|
||||
<view class="my-head-mian-top-view-qian">
|
||||
<view style="display: flex;align-items: center;"><image class="wallet3" src="../../static/wallet3.png" mode=""></image>我的钱包</view>
|
||||
<view @click="chonghi('明细')">钱包明细<span class="view-more"></span></view>
|
||||
</view>
|
||||
<view class="my-head-mian-top">
|
||||
<view class="flex" style="align-items: flex-end;">
|
||||
<image class="money-img" src="../../static/money2.png" mode="" @click="qidai()"></image>
|
||||
<!--<image class="money-img" src="../../static/money2.png" mode="" @click="qidai()"></image>-->
|
||||
<view class="my-head-mian-top-yuE">{{money}}</view>
|
||||
</view>
|
||||
|
||||
|
@ -39,7 +42,7 @@
|
|||
|
||||
<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 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')">
|
||||
|
@ -105,7 +108,7 @@
|
|||
<span class="my-serve-list-text">新人拼团</span>
|
||||
</view>
|
||||
<view class="my-serve-list" @click="miaoshao()">
|
||||
<image src="../../static/my-liaocheng2.png" mode=""></image>
|
||||
<image src="../../static/my-liaocheng3.png" mode=""></image>
|
||||
<span class="my-serve-list-text">秒杀</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -903,8 +906,8 @@
|
|||
height: 100%;
|
||||
}
|
||||
.my-head-mian-bottom-list image{
|
||||
width: 95rpx;
|
||||
height: 95rpx;
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
}
|
||||
.my-head-mian-bottom-list-text{
|
||||
font-size: 26rpx;
|
||||
|
@ -922,21 +925,21 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 30rpx;
|
||||
margin-top:30rpx;
|
||||
border-top: 1px #F6F6F6 solid;
|
||||
padding-top: 30rpx;
|
||||
padding-top: 20rpx;
|
||||
}
|
||||
.my-head-mian-top-yuE{
|
||||
font-size: 70rpx;
|
||||
color: #333;
|
||||
font-size: 60rpx;
|
||||
color: #111111;
|
||||
margin-top: 30rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.my-head-mian-top-view-chong,.my-head-mian-top-view-ming{
|
||||
width: 136rpx;
|
||||
height: 58rpx;
|
||||
line-height: 60rpx;
|
||||
line-height: 58rpx;
|
||||
text-align: center;
|
||||
border-radius: 60rpx;
|
||||
font-size: 28rpx;
|
||||
|
@ -944,23 +947,38 @@
|
|||
.my-head-mian-top-view-chong{
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
color: #fff;
|
||||
margin: 5px 10px;
|
||||
}
|
||||
.my-head-mian-top-view-ming{
|
||||
background: #e6f6f3;
|
||||
color: #019c88;
|
||||
}
|
||||
.my-head-mian-top-view-qian{
|
||||
width: 360rpx;
|
||||
font-size: 26rpx;
|
||||
color: #999;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #019c88;
|
||||
background: linear-gradient(90deg, #e8f7f3, #e5f7f3);
|
||||
margin: 0 auto;
|
||||
border-radius: 0 0 50rpx 50rpx;
|
||||
height: 55rpx;
|
||||
line-height: 55rpx;
|
||||
color: #ffffff;
|
||||
border-radius:20rpx 20rpx 0 0;
|
||||
height: 64rpx;
|
||||
line-height: 66rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 0 20rpx;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
.view-more{
|
||||
display:inline-block;
|
||||
border-top:1px solid;
|
||||
border-right:1px solid;
|
||||
width: 15rpx;
|
||||
height: 15rpx;
|
||||
border-color:#019c88;
|
||||
transform:rotate(45deg);
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.wallet3{
|
||||
width: 38rpx;
|
||||
height: 34rpx;
|
||||
}
|
||||
.my-head-mian-top-view{
|
||||
display: flex;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue