+
{{pageData.curYearBayonet.data?$util.getMoney(pageData.curYearBayonet.data / 10000):'0.00'}}
2024年/万辆
-
+
{{pageData.lYearBayonet.data?$util.getMoney(pageData.lYearBayonet.data / 10000):'0.00'}}
2023年/万辆
-

+
@@ -1008,6 +1008,7 @@ export default {
}else if (this.selectFestival===1){
this.currentScroll = 'item'+ this.lastDay
}
+ console.log('currentScroll',this.currentScroll)
const lastDate = new Date(this.lastDay)
let lastM = lastDate.getMonth() + 1
let lastD = lastDate.getDate()
@@ -1031,7 +1032,7 @@ export default {
if (this.selectFestival===0){
this.howDayNumber = dayNumber<=40?dayNumber:40
}else if (this.selectFestival===1){
- this.howDayNumber = dayNumber<=3?dayNumber:3
+ this.howDayNumber = dayNumber<=5?dayNumber:5
}
let dateList = []
for (let i = 1;i<=this.howDayNumber;i++){
@@ -1979,9 +1980,15 @@ export default {
flex-direction: column;
position: absolute;
}
+ .springLeftBox{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/leftRed.png");
+ }
+ .qmLeftBox{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg1st.png");
+ }
.leftBox{
left: 0;top: 0;
- background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/leftRed.png");
+ //background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/leftRed.png");
background-repeat: no-repeat;
background-size: 100% 100%;
.value{
@@ -1999,9 +2006,22 @@ export default {
line-height: 40rpx;
}
}
+ .springRightBox{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/rightPink.png");
+ }
+ .qmRightBox{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg2st.png");
+ .value{
+ color: #2D7E72!important;
+ }
+ .label{
+ color: #2D7E72!important;
+ }
+ }
+
.rightBox{
right: 0;top: 0;
- background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/rightPink.png");
+ //background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/rightPink.png");
background-repeat: no-repeat;
background-size: 100% 100%;
align-items: flex-end;
@@ -2023,6 +2043,9 @@ export default {
.revenueLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/revenueLeft.png");
}
+ .qmRevenueLeft{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg3st.png");
+ }
.revenueRight{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/revenueRight.png");
.value{
@@ -2032,9 +2055,21 @@ export default {
color: #D48F00;
}
}
+ .qmRevenueRight{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg4st.png");
+ .value{
+ color: #3873DD;
+ }
+ .label{
+ color: #3873DD;
+ }
+ }
.carLeft{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carLeft.png");
}
+ .qmCarLeft{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg5st.png");
+ }
.carRight{
background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/carRight.png");
.value{
@@ -2044,6 +2079,15 @@ export default {
color: #3873DD;
}
}
+ .qmCarRight{
+ background-image: url("https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/qmBg6st.png");
+ .value{
+ color: #0793BB;
+ }
+ .label{
+ color: #0793BB;
+ }
+ }
}
.otherListBox{