style:样式修改

This commit is contained in:
2025-07-04 17:17:38 +08:00
parent dbf0a65ee7
commit aee2f81601
2 changed files with 6 additions and 2 deletions

View File

@@ -84,13 +84,15 @@
border: 1px solid transparent; border: 1px solid transparent;
} }
.oricoEGapp-Contact .send { .oricoEGapp-Contact .send {
display: inline-block; display: block;
background-color: #004bfa; background-color: #004bfa;
font-family: "Montserrat-Bold"; font-family: "Montserrat-Bold";
font-size: 0.875rem; font-size: 0.875rem;
padding: 0.75rem 1.5rem; padding: 0.75rem 1.5rem;
color: #fff; color: #fff;
border-radius: 1.25rem; border-radius: 1.25rem;
width: fit-content;
margin: 0 auto;
} }
.oricoEGapp-Contact .red { .oricoEGapp-Contact .red {
color: #ee2f53; color: #ee2f53;

View File

@@ -87,13 +87,15 @@
border: 1px solid transparent; border: 1px solid transparent;
} }
.oricoEGapp-Contact .send { .oricoEGapp-Contact .send {
display: inline-block; display: block;
background-color: #004bfa; background-color: #004bfa;
font-family: "Montserrat-Bold"; font-family: "Montserrat-Bold";
font-size: 0.875rem; font-size: 0.875rem;
padding: 0.75rem 1.5rem; padding: 0.75rem 1.5rem;
color: #fff; color: #fff;
border-radius: 1.25rem; border-radius: 1.25rem;
width: fit-content;
margin: 0 auto;
} }
.oricoEGapp-Contact .red { .oricoEGapp-Contact .red {
color: #ee2f53; color: #ee2f53;