|
@@ -396,7 +396,7 @@ onBeforeMount(() => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.code-btn {
|
|
.code-btn {
|
|
|
- background: linear-gradient(90deg, #fe783d 0%, #ff994f 100%);
|
|
|
|
|
|
|
+ background: linear-gradient(90deg, #0072f8 0%, #3a9fff 100%);
|
|
|
border: none;
|
|
border: none;
|
|
|
border-radius: 25px;
|
|
border-radius: 25px;
|
|
|
height: 9vw;
|
|
height: 9vw;
|
|
@@ -423,7 +423,7 @@ onBeforeMount(() => {
|
|
|
color: #666;
|
|
color: #666;
|
|
|
padding-left: 36px;
|
|
padding-left: 36px;
|
|
|
.custom-checkbox {
|
|
.custom-checkbox {
|
|
|
- accent-color: #fe783d;
|
|
|
|
|
|
|
+ accent-color: #0072f8;
|
|
|
}
|
|
}
|
|
|
label {
|
|
label {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -436,7 +436,7 @@ onBeforeMount(() => {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
a {
|
|
a {
|
|
|
- color: #fe783d;
|
|
|
|
|
|
|
+ color: #0072f8;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
margin-left: 2px;
|
|
margin-left: 2px;
|
|
|
}
|
|
}
|
|
@@ -464,12 +464,12 @@ onBeforeMount(() => {
|
|
|
.login-btn {
|
|
.login-btn {
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
background: linear-gradient(90deg, #0072f8 0%, #3a9fff 100%);
|
|
background: linear-gradient(90deg, #0072f8 0%, #3a9fff 100%);
|
|
|
- box-shadow: 0 4px 12px rgba(255, 128, 54, 0.3);
|
|
|
|
|
|
|
+ box-shadow: 0 4px 12px rgba(0, 114, 248, 0.25);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.register-btn {
|
|
.register-btn {
|
|
|
background: linear-gradient(90deg, #ff8036 0%, #ffa253 100%);
|
|
background: linear-gradient(90deg, #ff8036 0%, #ffa253 100%);
|
|
|
- box-shadow: 0 4px 12px rgba(0, 114, 248, 0.25);
|
|
|
|
|
|
|
+ box-shadow: 0 4px 12px rgba(255, 128, 54, 0.3);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
.footer {
|