BUG 29707

This commit is contained in:
aixianling
2022-05-20 14:10:10 +08:00
parent 7c2f392b07
commit d86be7476f
4 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ export default {
.bg-blue {
width: 100%;
height: 176px;
background-color: #4181FF;
background-color: #3975C6;
}
.header-content {
@@ -102,10 +102,10 @@ export default {
.btn {
border-radius: 28px;
border: 2px solid #4181FF;
border: 2px solid #3975C6;
padding: 0 28px;
line-height: 56px;
color: #4181FF;
color: #3975C6;
}
}