|
|
@@ -5,8 +5,16 @@
|
|
|
--van-cell-font-size: 18px;
|
|
|
--van-grid-item-text-font-size: 14px;
|
|
|
}
|
|
|
+ .text-success {
|
|
|
+ color: var(--blue);
|
|
|
+ font-size: 24px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 20px 0;
|
|
|
+ background: white;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
.score {
|
|
|
- font-size: 30px;
|
|
|
+ font-size: 40px;
|
|
|
padding-bottom: 5px;
|
|
|
font-weight: bold;
|
|
|
color: var(--red);
|
|
|
@@ -23,6 +31,7 @@
|
|
|
<span class="text-white">成绩查询</span>
|
|
|
</template>
|
|
|
</van-nav-bar>
|
|
|
+<div class="text-success">党务竞赛成绩</div>
|
|
|
<van-grid :column-num="1">
|
|
|
<van-grid-item text="总得分">
|
|
|
<template #icon>
|