mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 13:46:32 +00:00
Update about.vue
This commit is contained in:
parent
47150283d6
commit
ecaf62cfd9
@ -1,21 +1,21 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container class="main-container" fill-height>
|
<v-container class="main-container" fill-height>
|
||||||
<v-row justify="center" align="center">
|
<v-row justify="center" align="center">
|
||||||
<v-col cols="12" md="8">
|
<v-col cols="12" md="10">
|
||||||
<v-card class="pa-4" outlined>
|
<v-card class="pa-4" outlined>
|
||||||
<v-card-title class="text-h4">关于考试展板</v-card-title>
|
<v-card-title class="text-h3">关于考试看板</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<p>
|
<p class="text-lg">
|
||||||
欢迎来到考试展板应用程序。这是一个用于展示考试信息的工具,帮助考生更好地了解考试安排和状态。
|
欢迎使用考试看板,这是一款用于展示考试信息的工具,帮助考生更好地了解考试信息与状态。
|
||||||
</p>
|
</p>
|
||||||
<p>本应用程序旨在为考生提供便捷的考试信息查看体验。</p>
|
<p class="text-lg">本软件旨在为考生提供便捷的考试信息查看体验。</p>
|
||||||
<p>版本号: 1.1.4-Malkuth 正式版</p>
|
<p>版本号:1.2.0 正式版</p>
|
||||||
<p>开发者:Hello8963 & Mkstoler4096</p>
|
<p class="text-lg">开发者:Hello8963 & Mkstoler4096</p>
|
||||||
<v-btn
|
<v-btn
|
||||||
href="https://github.com/MKStoler4096/dsz-exam-showboard-next"
|
href="https://github.com/ProjectCampus-CH/dsz-exam-showboard-next"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
color="primary"
|
color="primary"
|
||||||
class="mt-4"
|
class="mt-4 normal-case"
|
||||||
>
|
>
|
||||||
在 GitHub 上查看源代码
|
在 GitHub 上查看源代码
|
||||||
</v-btn>
|
</v-btn>
|
||||||
@ -32,16 +32,33 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-card {
|
.v-card {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 600px;
|
max-width: 800px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
transition: transform 0.3s ease-in-out;
|
transition: transform 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-card:hover {
|
.v-card:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 调整字体大小 */
|
||||||
|
.text-h3 {
|
||||||
|
font-size: 2.5em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-lg {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
.v-btn {
|
.v-btn {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.normal-case {
|
||||||
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user