1
1
<template >
2
- <div class =" rank-list" >
2
+ <div class =" org- rank-list" >
3
3
<!-- Header -->
4
4
<NavMenu ></NavMenu >
5
5
6
6
<!-- Main Content -->
7
7
<div >
8
8
<el-main >
9
- <h2 class =" title" >组织贡献度排行榜 </h2 >
9
+ <h2 class =" title" style = " font-size : 24 px ; margin-bottom : 30 px ; " >高校贡献度排行榜 </h2 >
10
10
<div style =" margin : 0 30px " >
11
11
<el-table
12
12
:row-class-name =" tableRowClassName"
@@ -209,18 +209,18 @@ export default {
209
209
210
210
211
211
<style >
212
- .rank-list {
212
+ .org- rank-list {
213
213
justify-content : center ; /* 水平居中 */
214
214
text-align : center ;
215
215
216
216
}
217
217
218
- .rank-list .title {
218
+ .org- rank-list .title {
219
219
color : #ACC5DB ;
220
220
margin : 0 auto ;
221
221
}
222
222
223
- .rank-list .el-main {
223
+ .org- rank-list .el-main {
224
224
display : inline-block ;
225
225
background-color : #111E33 ; /* 深蓝色背景 */
226
226
border-radius : 15px ; /* 圆角半径 */
@@ -256,7 +256,7 @@ export default {
256
256
width : 100% ; /* 确保主内容占满宽度 */
257
257
}
258
258
259
- .filters {
259
+ .org-rank-list . filters {
260
260
display : flex ;
261
261
justify-content : center ; /* 使过滤按钮居中 */
262
262
text-align : center ;
@@ -341,27 +341,27 @@ export default {
341
341
background-color : #111E33 !important ;
342
342
}
343
343
344
- .el-table td .el-table__cell , .el-table th .el-table__cell.is-leaf {
344
+ .org-rank-list . el-table td .el-table__cell , .el-table th .el-table__cell.is-leaf {
345
345
border-bottom : 1px solid #FFF ;
346
346
}
347
347
348
- .el-table .even-row {
348
+ .org-rank-list . el-table .even-row {
349
349
background-color :#213046 !important ;
350
350
color : #FFF ;
351
351
font-size : 16px ;
352
352
height : 50px ; /* 添加固定行高 */
353
353
line-height : 50px ; /* 添加行高 */
354
354
}
355
355
356
- .el-table .odd-row {
356
+ .org-rank-list . el-table .odd-row {
357
357
background-color :#111E33 !important ;
358
358
color : #FFF ;
359
359
font-size : 16px ;
360
360
height : 50px ; /* 添加固定行高 */
361
361
line-height : 50px ; /* 添加行高 */
362
362
}
363
363
364
- .el-table tbody tr :hover > td {
364
+ .org-rank-list . el-table tbody tr :hover > td {
365
365
background-color : transparent !important ;
366
366
}
367
367
</style >
0 commit comments