党建大屏

This commit is contained in:
yanran200730
2022-05-13 14:55:07 +08:00
parent 37e16f5795
commit 1f7e2b4d84
5 changed files with 18 additions and 25 deletions

View File

@@ -159,7 +159,7 @@ export default {
},
mounted () {
},
methods: {

View File

@@ -210,6 +210,7 @@
headerHeight: 42,
rowNum: rowNum || 7,
index: isShowIndex === '1',
waitTime: 8000,
carousel: 'page',
indexHeader: '排名',
align: ['center', 'center', 'center', 'center', 'center']
@@ -244,8 +245,12 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
& > div:nth-of-type(2n - 1) {
background-color: transparent!important;
}
& > div:nth-of-type(2n) {
background: rgba(0, 0, 0, 0.1)!important;
background-color: rgba(0, 0, 0, 0.1)!important;
}
.index {