调整bug

This commit is contained in:
24kycj
2025-04-09 12:13:26 +08:00
parent f4884d14f2
commit 9386c39ed9
6 changed files with 119 additions and 62 deletions
+7 -2
View File
@@ -333,12 +333,17 @@ export default {
.footer_submit {
width: 166px;
height: 45px;
background: #00C325;
background: transparent;
border: 1px solid #999;
border-radius: 4px;
font-weight: 500;
font-size: 19px;
color: #FFFFFF;
color: #333;
padding: 0;
&:hover {
background: #00C325;
color: #FFFFFF;
}
}
}
}