This commit is contained in:
ylj20011123 2026-03-09 15:33:56 +08:00
parent c027e170f4
commit 90718dd298

View File

@ -338,15 +338,13 @@
<div class="contentRight">
<div class="rightTop">
<view class="rightTopLeft">
<view class="indexBox" :style="{
backgroundImage: `url(${index === 0
<view :class="index < 3 ? 'indexBox' : 'normalIndexBox'" :style="{
backgroundImage: index < 3 ? `url(${index === 0
? 'https://eshangtech.com/ShopICO/ahyd-BID/car/1stBg.svg'
: index === 1
? 'https://eshangtech.com/ShopICO/ahyd-BID/car/2stBg.svg'
: index === 2
? 'https://eshangtech.com/ShopICO/ahyd-BID/car/3stBg.svg'
: 'https://eshangtech.com/ShopICO/ahyd-BID/car/4stBg.svg'
})`,
: 'https://eshangtech.com/ShopICO/ahyd-BID/car/3stBg.svg'
})` : 'none',
}">{{ index + 1 }}</view>
</view>
<view class="rightTopRight">
@ -1607,6 +1605,23 @@ export default {
background-size: 100% 100%;
}
.normalIndexBox {
min-width: 32rpx;
height: 32rpx;
padding: 0 8rpx;
background: #9a9a9a;
border-radius: 8rpx;
font-size: 22rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
color: #ffffff;
line-height: 32rpx;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.areaName {
font-size: 28rpx;
font-family: PingFangSC, PingFang SC;