This commit is contained in:
NiSen
2024-01-29 11:03:45 +08:00
parent fd704f91d2
commit e82ea0709d

View File

@@ -21,7 +21,6 @@
</div> </div>
<div class="detailContent"> <div class="detailContent">
<div :class="dataList.length <= 7 ? 'detailbgc' : 'detailAllbgc'"> <div :class="dataList.length <= 7 ? 'detailbgc' : 'detailAllbgc'">
<img v-if="dataList.length > 7" src="../../assets/images/growth/roadmap.png" alt="">
<div v-for="item, index in dataList" :key="index"> <div v-for="item, index in dataList" :key="index">
<el-popover popper-class="pathdetails" placement="right-start" width="360" trigger="click" <el-popover popper-class="pathdetails" placement="right-start" width="360" trigger="click"
:visible-arrow="false"> :visible-arrow="false">
@@ -248,20 +247,20 @@ export default {
}, },
'路径图背景全': { '路径图背景全': {
positions: [ positions: [
{ left: 500, top: 1500 }, { left: 500, top: 1440 },
{ left: 270, top: 1440 }, { left: 270, top: 1380 },
{ left: 0, top: 1285 }, { left: 0, top: 1225 },
{ left: 215, top: 1148 }, { left: 215, top: 1088 },
{ left: 606, top: 1060 }, { left: 606, top: 1000 },
{ left: 920, top: 996 }, { left: 920, top: 936 },
{ left: 1106, top: 718 }, { left: 1106, top: 658 },
{ left: 880, top: 640 }, { left: 880, top: 580 },
{ left: 520, top: 588 }, { left: 520, top: 528 },
{ left: 168, top: 536 }, { left: 168, top: 476 },
{ left: 140, top: 346 }, { left: 140, top: 286 },
{ left: 334, top: 200 }, { left: 334, top: 140 },
{ left: 592, top: 98 }, { left: 592, top: 38 },
{ left: 970, top: 30 }, { left: 970, top: -30 },
] ]
} }
}, },
@@ -707,20 +706,16 @@ export default {
.detailAllbgc { .detailAllbgc {
width: 1380px; width: 1380px;
height: 800px; height: 1590px;
min-width: 1380px; min-width: 1380px;
position: relative; position: relative;
overflow: scroll; background-image: url('../../assets/images/growth/roadmap.png');
padding-top: 60px; background-repeat: no-repeat;
&::-webkit-scrollbar {
width: 0 !important;
}
&::before { &::before {
content: ''; content: '';
position: absolute; position: absolute;
top: 1582px; bottom: 10px;
left: 750px; left: 750px;
background-image: url('../../assets/images/growth/begin.png'); background-image: url('../../assets/images/growth/begin.png');
background-repeat: no-repeat; background-repeat: no-repeat;