|
|
|
@ -35,8 +35,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
<vue-seamless-scroll :class-option="scrollTableOption" :data="scrollTableData" class="case-item"
|
|
|
|
|
style="height: 84%;overflow: hidden;">
|
|
|
|
|
<div v-for="(item, index) in scrollTableData" :key="index">
|
|
|
|
|
<div :style='"background-color:" + ((index % 2 === 0) ? "#053460" : "#032d57")'>
|
|
|
|
|
<div v-for="(item, index) in scrollTableData" :key="index" style="height: 3vh;">
|
|
|
|
|
<div :style='"height:100%;line-height:3vh;background-color:" + ((index % 2 === 0) ? "#053460" : "#032d57")'>
|
|
|
|
|
<div class="scrollTableItem">
|
|
|
|
|
{{ item.value1 }}
|
|
|
|
|
</div>
|
|
|
|
@ -757,6 +757,7 @@ export default {
|
|
|
|
|
font-size: 0.9vw;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.centerBg {
|
|
|
|
|
background-image: url("../../../assets/board/model2.png");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|