mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 03:36:34 +00:00
更新 about.vue
This commit is contained in:
parent
1feaa54a13
commit
88d7d9811e
@ -10,7 +10,10 @@
|
||||
</p>
|
||||
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验。</p>
|
||||
<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>
|
||||
|
||||
<a href="https://github.com/MKStoler4096" target="_blank" class="developer-name">Mkstoler4096</a>
|
||||
</p>
|
||||
<v-btn
|
||||
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next"
|
||||
@ -45,6 +48,7 @@
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
/* 调整字体大小 */
|
||||
.text-h3 {
|
||||
font-size: 2.5em !important;
|
||||
}
|
||||
@ -65,11 +69,17 @@
|
||||
/* 开发者名字背景框 */
|
||||
.developer-name {
|
||||
background-color: #f0f0f0;
|
||||
padding: 0 8px;
|
||||
color: black;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
line-height: 1.8em;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
margin: 0 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.developer-name:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user