大屏数据修改

cyl/dev
张少康 2 years ago
parent f953c7a2c1
commit 89c5cc0ea5

@ -49,9 +49,9 @@
<div class="tth" style="margin-top:48px;position:relative;margin-top: 0 !important;">
<div style="display:table-row;font-weight:500" >
<div class="ttd tc1 tac" style="">
<img style="display:inline;width:44px" src="../../assets/one.svg" alt v-if="index1 * pageSize + index + 1 == 1" />
<img style="display:inline;width:44px" src="../../assets/two.svg" alt v-if="index1 * pageSize + index + 1 == 2" />
<img style="display:inline;width:44px" src="../../assets/three.svg" alt v-if="index1 * pageSize + index + 1 == 3" />
<img style="display:inline;" src="../../assets/one.svg" alt v-if="index1 * pageSize + index + 1 == 1" />
<img style="display:inline;" src="../../assets/two.svg" alt v-if="index1 * pageSize + index + 1 == 2" />
<img style="display:inline" src="../../assets/three.svg" alt v-if="index1 * pageSize + index + 1 == 3" />
<span v-if="index1 * pageSize + index + 1 > 3" class="lNum" style="text-align: center">{{ index1 * pageSize + index + 1 }}</span>
<!-- {{index1 * pageSize + index + 1}} -->
</div>
@ -186,7 +186,7 @@ export default {
ruzhiStyle: '',
array: [],
isAuto: true,
autoSpeed: 10000,
autoSpeed: 1000000,
pageSize: 10,
// pageSize: 5,
@ -841,17 +841,28 @@ div{
.tc5 {
width: 14%;
}
@media screen and (max-width: 1520px) {
.tac img{
width:44px;
}
@media screen and (max-width: 1520px) {
.tth[data-v-3b9d2e74] {
height: auto;
}
.tac img{
width:28px;
}
h4.f24 {
font-size: 48px;
font-size: 36px;
}
.lvfz{
font-size: 16px;
}
.ttd{
text-align: center;
font-size: 27px;
font-size: 22px;
}
.lNum{
font-size: 22px;
}
.s_left {
width: 96%;
@ -899,8 +910,8 @@ h4.f24 {
content: '';
width: 24px;
}
.swiperPage{
display: flex !important;
/* .swiperPage{
display: flex;
flex-direction: column;
justify-content: start;
height: calc(100vh - 250px);
@ -911,5 +922,6 @@ h4.f24 {
}
.lNum{
line-height: 1.3 !important;
}
} */
</style>
Loading…
Cancel
Save