This commit is contained in:
X_Rian 2024-06-03 14:58:23 +08:00
parent 945e8622b1
commit 375c04f7f2

View File

@ -1436,14 +1436,14 @@ onMounted(async () => {
text-align: center; text-align: center;
// background-color: #315296; // background-color: #315296;
background: rgb(0,33,116); background: rgb(0,33,116);
background: linear-gradient(270deg, rgba(0,33,116,0.8) 0%, rgba(40,88,184,0.3) 96%); background: linear-gradient(270deg, rgba(0, 33, 116, 0.8) 0%, rgba(40, 88, 184, 0.3) 96%);
cursor: pointer; cursor: pointer;
} }
.title-color { .title-color {
// background-color: #1449b6; // background-color: #1449b6;
background: rgb(0,33,116); background: rgb(0,33,116);
background: linear-gradient(270deg, rgba(0,33,116,1) 0%, rgba(40,88,184,1) 96%); background: linear-gradient(270deg, rgba(0, 33, 116, 1) 0%, rgba(40, 88, 184, 1) 96%);
} }
} }