反馈修改-1118

master
Lee 2022-11-18 17:50:47 +08:00
parent a68e91d09a
commit 568a47dcb4
1 changed files with 5 additions and 5 deletions

View File

@ -176,7 +176,7 @@
.about .main-4 .item{ .about .main-4 .item{
width: calc(50% - 0.75rem); width: calc(50% - 0.75rem);
height: 33rem; height: 33rem;
background-color: #2847db; background-color: #00db6d;
padding: 3rem 5.5rem; padding: 3rem 5.5rem;
color: #ffffff; color: #ffffff;
position: relative; position: relative;
@ -185,6 +185,7 @@
font-size: 1.9rem; font-size: 1.9rem;
line-height: 1.1; line-height: 1.1;
margin-bottom: 2rem; margin-bottom: 2rem;
color: #ffff1b;
} }
.about .main-4 .item h4{ .about .main-4 .item h4{
font-size: 0.85rem; font-size: 0.85rem;
@ -227,7 +228,7 @@
.about .main-2 { .about .main-2 {
padding-top: 16rem; padding-top: 16rem;
padding-bottom: 4rem; padding-bottom: 4rem;
background-color: #00db6d; background-color: #dfdfdf;
margin-top: -12.25rem; margin-top: -12.25rem;
position: relative; position: relative;
z-index: -1; z-index: -1;
@ -239,7 +240,7 @@
.about .main-2 h2{ .about .main-2 h2{
text-align: center; text-align: center;
color: #ffff1b; color: #00db6d;
margin-bottom: 1.6rem; margin-bottom: 1.6rem;
} }
.about .main-2 .main-title p{ .about .main-2 .main-title p{
@ -262,7 +263,6 @@
.about .main-2 .item h6{ .about .main-2 .item h6{
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #ffffff;
margin-top: 0.6rem; margin-top: 0.6rem;
} }
@ -272,7 +272,7 @@
width: 0.75rem; width: 0.75rem;
height: 0.75rem; height: 0.75rem;
border-radius: 100%; border-radius: 100%;
background-color: #ffffff; background-color: #3f3f3f;
margin-right: 0.6rem; margin-right: 0.6rem;
} }