This commit is contained in:
kbing1981 2024-07-23 19:34:01 +08:00
parent 1e515b41f9
commit bcb18a2174
7 changed files with 34 additions and 23 deletions

View File

@ -1102,8 +1102,8 @@
.salogo{
width: 130rpx;
height: 32rpx;
margin-left: 20rpx;
margin-top:8rpx ;
margin-left: 34rpx;
margin-top:6rpx ;
}
.index-yanzheng{
width: 100rpx;
@ -1957,7 +1957,8 @@
align-items: center;
}
.index-mian{
width: 100%;
width: 98%;
margin: 4rpx auto;
display: flex;
flex-direction: row;
justify-content: space-between;

View File

@ -33,8 +33,9 @@
<view @click="chonghi('明细')">钱包明细<span class="view-more"></span></view>
</view>
<view class="my-head-mian-top">
<view class="flex" style="align-items: flex-end;">
<view class="flex money-list">
<!--<image class="money-img" src="../../static/money2.png" mode="" @click="qidai()"></image>-->
<view>钱包金额()</view>
<view class="my-head-mian-top-yuE">{{money}}</view>
</view>
@ -60,7 +61,7 @@
</view>
</view>
<view class="my-head-bottom back-width" @click="goNav('/my/vip/index')">
<image src="../../static/my-kaitonghuiyuan.png" mode="widthFix" v-if="isVip=='1'"></image>
<image src="../../static/activate3.png" mode="widthFix" v-if="isVip=='1'"></image>
<image src="../../static/activate2.png" mode="widthFix" v-if="isVip=='0'"></image>
<!-- <image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-if="!isVip"></image>
<image src="../../static/activate2.png" mode="widthFix" v-if="isVip"></image> -->
@ -116,8 +117,8 @@
<view class="my-use width">
<view class="my-use-title">常用功能</view>
<view class="my-use-view">
<view class="my-use-list" v-for="(item,index) in useList" :key="index" @click="useToUrl(item)">
<image :src="item.urlImg" mode=""></image>
<view class="my-use-list" v-for="(item,index) in useList" :key="index" @click="useToUrl(item)">
<image style="padding: 3rpx;" :src="item.urlImg" mode=""></image>
<span class="my-use-list-text">{{item.text}}</span>
</view>
</view>
@ -820,8 +821,8 @@
font-size: 14px;
}
.my-use-list image{
width: 70rpx;
height: 70rpx;
width: 76rpx;
height: 76rpx;
}
.my-use{
background: #FFFFFF;
@ -841,7 +842,7 @@
}
.my-serve-view{
width: 98%;
margin: 16px auto;
margin: 10px auto;
display: flex;
flex-direction: row;
align-items: center;
@ -849,7 +850,7 @@
}
.my-use-list{
width: 25%;
margin-top: 20px;
margin-top: 10px;
display: flex;
flex-direction: column;
align-items: center;
@ -861,8 +862,8 @@
justify-content: center;
}
.my-serve-list image{
width: 80rpx;
height: 80rpx;
width: 76rpx;
height: 76rpx;
}
.my-serve-list-text{
color: #6C6C6C;
@ -888,10 +889,10 @@
padding: 10px;
display: flex;
flex-direction: column;
margin: 0px auto 12px auto;
margin: 0px auto 8px auto;
}
.my-serve,.my-serve{
height: 260rpx;
height: 240rpx;
background: #FFFFFF;
border-radius: 21rpx;
padding: 12px 14px;
@ -920,7 +921,7 @@
justify-content: center;
}
.my-head-mian-bottom{
width: 86%;
width: 80%;
margin: 0 auto;
display: flex;
flex-direction: row;
@ -930,10 +931,17 @@
border-top: 1px #F6F6F6 solid;
padding-top: 20rpx;
}
.money-list{
display: flex;
flex-direction: column;
align-items: center;
font-size: 20rpx;
margin-top: 20rpx;
}
.my-head-mian-top-yuE{
font-size: 60rpx;
color: #111111;
margin-top: 30rpx;
margin-top: 6rpx;
font-weight: bold;
}
.my-head-mian-top-view-chong,.my-head-mian-top-view-ming{
@ -984,7 +992,7 @@
display: flex;
flex-direction: row;
align-items: center;
margin-top: 30rpx;
margin-top: 20rpx;
justify-content: center;
}
.my-head-mian-top{
@ -1021,7 +1029,7 @@
}
.my-head-texa{
font-size: 26rpx;
color: #788298;
color: #555;
}
.my-head-vip{
width: 28rpx;

View File

@ -453,18 +453,19 @@
flex-flow: row-reverse;
position: relative;
margin-top: 4rpx;
margin-right: 15rpx;
}
.search-btn{
text-align: center;
line-height: 28px;
color: #fff;
position: absolute;
right:14rpx;
right:26rpx;
top: 25rpx;
height: 29px !important;
}
/deep/.uni-searchbar{
width: 240px;
width: 230px;
border-radius: 31rpx;
position: relative;
}

View File

@ -487,7 +487,7 @@
line-height: 28px;
color: #fff;
position: absolute;
right:14rpx;
right:26rpx;
top: 25rpx;
height: 29px !important;
}
@ -509,6 +509,7 @@
flex-flow: row-reverse;
position: relative;
margin-top: 4rpx;
margin-right: 15rpx;
}
/deep/.uni-searchbar{
width: 230px;

View File

@ -3,7 +3,7 @@
<view class="header">
<view class="header-top" :style="backgroundStyle" @click="goNav('/my/vip/index')">
<image src="../../static/servicePackage/member_ba.png" mode="widthFix" v-if="!isVIP"></image>
<image src="../../static/activate2.png" mode="widthFix" v-if="isVIP"></image>
<!--<image src="../../static/activate2.png" mode="widthFix" v-if="isVIP"></image>-->
</view>
<view class="group-buy">
<view class="group-buy-left">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 405 KiB

After

Width:  |  Height:  |  Size: 313 KiB