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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
<view class="header"> <view class="header">
<view class="header-top" :style="backgroundStyle" @click="goNav('/my/vip/index')"> <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/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>
<view class="group-buy"> <view class="group-buy">
<view class="group-buy-left"> <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