大屏数据修改

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