This commit is contained in:
parent
d4dd473ff4
commit
cd35097952
|
@ -18,11 +18,11 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="my-head-mian back-width">
|
<view class="my-head-mian back-width">
|
||||||
|
<view class="my-head-mian-top-view-qian">我的钱包</view>
|
||||||
<view class="my-head-mian-top">
|
<view class="my-head-mian-top">
|
||||||
<view class="flex" style="align-items: flex-end;">
|
<view class="flex" style="align-items: flex-end;">
|
||||||
<image class="money-img" src="../../static/money.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 class="my-head-mian-top-yuE">{{money}}</view>
|
||||||
<view class="my-head-mian-top-view-qian">我的钱包</view>
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
@ -683,14 +683,15 @@
|
||||||
padding-top: 30rpx;
|
padding-top: 30rpx;
|
||||||
}
|
}
|
||||||
.my-head-mian-top-yuE{
|
.my-head-mian-top-yuE{
|
||||||
font-size: 55rpx;
|
font-size: 70rpx;
|
||||||
color: #f95900;
|
color: #333;
|
||||||
margin-top: 20rpx;
|
margin-top: 30rpx;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.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: 150rpx;
|
width: 120rpx;
|
||||||
height: 60rpx;
|
height: 50rpx;
|
||||||
line-height: 60rpx;
|
line-height: 50rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 60rpx;
|
border-radius: 60rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
@ -705,16 +706,22 @@
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
.my-head-mian-top-view-qian{
|
.my-head-mian-top-view-qian{
|
||||||
|
width: 300rpx;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #999;
|
color: #999;
|
||||||
margin-left: 20rpx;
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
margin-bottom: 12rpx;
|
text-align: center;
|
||||||
|
margin: 0 auto;
|
||||||
|
border-radius: 0 0 30rpx 30rpx;
|
||||||
|
height: 36rpx;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.my-head-mian-top-view{
|
.my-head-mian-top-view{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.my-head-mian-top{
|
.my-head-mian-top{
|
||||||
width: 95%;
|
width: 95%;
|
||||||
|
@ -723,8 +730,9 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-top: 5px;
|
padding-top: 20rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.my-head-mian{
|
.my-head-mian{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -733,7 +741,6 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
.my-head-top-id{
|
.my-head-top-id{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -794,9 +801,9 @@
|
||||||
margin: 12px auto;
|
margin: 12px auto;
|
||||||
}
|
}
|
||||||
.money-img{
|
.money-img{
|
||||||
width: 40rpx;
|
width: 45rpx;
|
||||||
height: 40rpx;
|
height: 45rpx;
|
||||||
margin-bottom: 15rpx;
|
margin-bottom: 20rpx;
|
||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Loading…
Reference in New Issue