️ 代码格式化

This commit is contained in:
BTMuli
2023-05-25 19:00:39 +08:00
parent 7648fa4fc0
commit 00a2d7f009
4 changed files with 20 additions and 20 deletions

View File

@@ -77,8 +77,8 @@ async function createDataDir () {
</script>
<style lang="css">
.app-container {
height: 100%;
overflow: auto;
background: var(--page-bg);
height: 100%;
overflow: auto;
background: var(--page-bg);
}
</style>

View File

@@ -216,8 +216,8 @@ function getContents (day: number) {
.calendar-box {
margin-bottom: 10px;
padding: 10px;
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
background: rgb(255 255 255 / 10%);
box-shadow: 0 0 10px rgb(0 0 0 / 40%);
border-radius: 5px;
}
@@ -225,14 +225,14 @@ function getContents (day: number) {
height: 45px;
font-size: 20px;
display: flex;
color:rgba(255, 255, 255, 0.8);
color:rgb(255 255 255 / 80%);
}
.calendar-title-left {
width: 20%;
height: 45px;
font-family: Genshin, serif;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
text-shadow: 0 0 10px rgb(0 0 0 / 80%);
display: flex;
align-items: center;
}
@@ -256,7 +256,7 @@ function getContents (day: number) {
width: 100%;
height: 2px;
border-radius: 2px;
background: rgba(0, 0, 0, 0.4);
background: rgb(0 0 0 / 40%);
}
.calendar-sub {
@@ -264,7 +264,7 @@ function getContents (day: number) {
}
.calendar-sub-title {
background: rgba(0, 0, 0, 0.2);
background: rgb(0 0 0 / 20%);
display: flex;
align-items: center;
height: 30px;
@@ -272,8 +272,8 @@ function getContents (day: number) {
margin: 5px 0;
border-radius: 5px;
font-family: Genshin-Light, serif;
color: rgba(255, 255, 255, 0.8);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
color: rgb(255 255 255 / 80%);
text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}
.calendar-sub-title img {

View File

@@ -213,14 +213,14 @@ onUnmounted(() => {
margin-bottom: 10px;
padding: 10px;
font-family: Genshin, serif;
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
background: rgb(255 255 255 / 10%);
box-shadow: 0 0 10px rgb(0 0 0 / 40%);
border-radius: 5px;
}
.pool-title {
color:rgba(255, 255, 255, 0.8);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
color:rgb(255 255 255 / 80%);
text-shadow: 0 0 10px rgb(0 0 0 / 80%);
font-size: 20px;
display: flex;
}
@@ -231,7 +231,7 @@ onUnmounted(() => {
transform: translate(0, 2px);
margin-right: 10px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3);
background: rgb(0 0 0 / 30%);
}
.pool-grid {

View File

@@ -142,14 +142,14 @@ onUnmounted(() => {
margin-bottom: 10px;
padding: 10px;
font-family: Genshin, serif;
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
background: rgb(255 255 255 / 10%);
box-shadow: 0 0 10px rgb(0 0 0 / 40%);
border-radius: 5px;
}
.position-title {
color:rgba(255, 255, 255, 0.8);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
color:rgb(255 255 255 / 80%);
text-shadow: 0 0 10px rgb(0 0 0 / 80%);
font-size: 20px;
display: flex;
}