update
This commit is contained in:
parent
c027e170f4
commit
90718dd298
@ -338,15 +338,13 @@
|
|||||||
<div class="contentRight">
|
<div class="contentRight">
|
||||||
<div class="rightTop">
|
<div class="rightTop">
|
||||||
<view class="rightTopLeft">
|
<view class="rightTopLeft">
|
||||||
<view class="indexBox" :style="{
|
<view :class="index < 3 ? 'indexBox' : 'normalIndexBox'" :style="{
|
||||||
backgroundImage: `url(${index === 0
|
backgroundImage: index < 3 ? `url(${index === 0
|
||||||
? 'https://eshangtech.com/ShopICO/ahyd-BID/car/1stBg.svg'
|
? 'https://eshangtech.com/ShopICO/ahyd-BID/car/1stBg.svg'
|
||||||
: index === 1
|
: index === 1
|
||||||
? 'https://eshangtech.com/ShopICO/ahyd-BID/car/2stBg.svg'
|
? '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/3stBg.svg'
|
})` : 'none',
|
||||||
: 'https://eshangtech.com/ShopICO/ahyd-BID/car/4stBg.svg'
|
|
||||||
})`,
|
|
||||||
}">{{ index + 1 }}</view>
|
}">{{ index + 1 }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="rightTopRight">
|
<view class="rightTopRight">
|
||||||
@ -1607,6 +1605,23 @@ export default {
|
|||||||
background-size: 100% 100%;
|
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 {
|
.areaName {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user