This commit is contained in:
1378012178@qq.com 2025-02-11 17:10:56 +08:00
commit 3858c885b6
9 changed files with 20 additions and 18 deletions

View File

@ -585,12 +585,12 @@
width: 360rpx; width: 360rpx;
height: 66rpx; height: 66rpx;
line-height: 66rpx; line-height: 66rpx;
border: 1px solid #BFBFBF; border: 1px solid #f1d9b4;
font-weight: bold; font-weight: bold;
font-size: 38rpx; font-size: 38rpx;
text-align: center; text-align: center;
color: #BBBBBB; color: #e5c091;
margin: 0px auto 100px auto; margin: 40px auto 100px auto;
} }
/deep/.padding-tb{ /deep/.padding-tb{
padding: 22px 0px; padding: 22px 0px;
@ -628,7 +628,7 @@
} }
.bgbox-top-img{ .bgbox-top-img{
margin-top: 120rpx; margin-top: 220rpx;
} }
.bgbox-top-show-youxiao{ .bgbox-top-show-youxiao{
width: 448rpx; width: 448rpx;
@ -646,16 +646,16 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
margin-left: 82px; margin-left: 82px;
margin-bottom: 70px; margin-bottom: 32px;
} }
.bgbox-top-show image{ .bgbox-top-show image{
width: 560.42rpx; width: 620rpx;
height: 320.69rpx; height:360rpx;
} }
.bgbox-top-show{ .bgbox-top-show{
width: 100%; width: 100%;
height: 636.11rpx; height: 636.11rpx;
background-image: url(../../static/vip/background-img6.png); //background-image: url(../../static/vip/background-img6.png);
background-size: 100% 100%; background-size: 100% 100%;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -682,7 +682,8 @@
.content { .content {
width: 100%; width: 100%;
min-height: 100vh; min-height: 100vh;
background-color: #f7f7f7; background: url(../../static/vip/banner10.jpg);
background-size: 100% 100%;
} }
.bgimg { .bgimg {
@ -695,6 +696,7 @@
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.noactive { .noactive {
color: #414345; color: #414345;
@ -749,7 +751,7 @@
margin-top: 18rpx; margin-top: 18rpx;
font-weight: 400; font-weight: 400;
font-size: 25rpx; font-size: 25rpx;
color: #B0B0B0; color: #bea586;
white-space: nowrap; white-space: nowrap;
} }
@ -765,7 +767,7 @@
text-align: center; text-align: center;
font-weight: 400; font-weight: 400;
font-size: 25rpx; font-size: 25rpx;
color: #666666; color: #edd3ac;
margin-top:40rpx; margin-top:40rpx;
} }

View File

@ -28,7 +28,7 @@
<view class="margin-bottom-sm radius touxiang-left"> <view class="margin-bottom-sm radius touxiang-left">
<view class="flex align-center touxiang-left-view" v-for="(item, index) in orderList" :key='index' @click="goOrder(item)"> <view class="flex align-center touxiang-left-view" v-for="(item, index) in orderList" :key='index' @click="goOrder(item)">
<view class="touxiang-left-content"> <view class="touxiang-left-content">
<image style="border: 2px solid #e2e2e2;" class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image> <image style="border: 1px solid #f7e7e7;box-shadow:1px 5px 5px 1px #e2e2e2;" class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image>
<image class="touxiang-left-content-img" v-if="item.isHot == 1" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"></image> <image class="touxiang-left-content-img" v-if="item.isHot == 1" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"></image>
<image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1-1.gif':item.technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image> <image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1-1.gif':item.technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image>
</view> </view>
@ -1354,10 +1354,10 @@
} }
.touxiang-frame{ .touxiang-frame{
position: absolute; position: absolute;
width: 190rpx; width: 160rpx;
height: 190rpx; height: 55rpx;
top:-8rpx; top:150rpx;
left:6rpx; left:15rpx;
} }
.dituList{ .dituList{
width: 85%; width: 85%;
@ -1606,8 +1606,8 @@
} }
.touxiang-left-content-img{ .touxiang-left-content-img{
width: 150rpx; width: 150rpx;
height: 150rpx; height: 180rpx;
border-radius:120rpx; border-radius:100rpx;
margin: 14rpx 22rpx; margin: 14rpx 22rpx;
} }
.touxiang-left-view{ .touxiang-left-view{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
static/vip/banner10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 23 KiB