提交
This commit is contained in:
parent
945e8622b1
commit
375c04f7f2
@ -1436,14 +1436,14 @@ onMounted(async () => {
|
||||
text-align: center;
|
||||
// background-color: #315296;
|
||||
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;
|
||||
}
|
||||
|
||||
.title-color {
|
||||
// background-color: #1449b6;
|
||||
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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user