更新 about.vue

This commit is contained in:
Jursin 2024-12-01 14:48:05 +08:00 committed by GitHub
parent 1feaa54a13
commit 88d7d9811e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,10 @@
</p> </p>
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验</p> <p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验</p>
<p class="text-lg developer"> <p class="text-lg developer">
开发者<span class="developer-name">Hello8963</span> & <span class="developer-name">Mkstoler4096</span> 开发者
<a href="https://github.com/hello8693DSZ" target="_blank" class="developer-name">Hello8963</a>
&nbsp;&nbsp; &nbsp;
<a href="https://github.com/MKStoler4096" target="_blank" class="developer-name">Mkstoler4096</a>
</p> </p>
<v-btn <v-btn
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next" href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next"
@ -45,6 +48,7 @@
transform: scale(1.05); transform: scale(1.05);
} }
/* 调整字体大小 */
.text-h3 { .text-h3 {
font-size: 2.5em !important; font-size: 2.5em !important;
} }
@ -65,11 +69,17 @@
/* 开发者名字背景框 */ /* 开发者名字背景框 */
.developer-name { .developer-name {
background-color: #f0f0f0; background-color: #f0f0f0;
padding: 0 8px; color: black;
padding: 0 6px;
border-radius: 4px; border-radius: 4px;
display: inline-block; display: inline-block;
line-height: 1.8em; line-height: 1.4em;
font-size: 1.2em; font-size: 1.2em;
margin: 0 5px; margin: 0 5px;
text-decoration: none;
}
.developer-name:hover {
text-decoration: underline;
} }
</style> </style>