up
This commit is contained in:
@@ -3382,7 +3382,7 @@ img {
|
||||
--------------------------------------------------------------*/
|
||||
@media screen and (min-width: 992px) {
|
||||
.features-section {
|
||||
margin-top: -121px;
|
||||
margin-top: -101px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3430,7 +3430,7 @@ img {
|
||||
|
||||
.features-section .header {
|
||||
background:linear-gradient(140deg, #1d4de9 0%, #00b2ff 88%);
|
||||
padding: 25px 30px;
|
||||
padding: 15px 30px;
|
||||
text-align: center;
|
||||
border-radius: 10px 10px 0 0;
|
||||
}
|
||||
@@ -3453,7 +3453,7 @@ img {
|
||||
-webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
|
||||
box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.1);
|
||||
border-radius: 0 0 10px 10px;
|
||||
min-height: 260px;
|
||||
min-height: 230px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@@ -3464,7 +3464,7 @@ img {
|
||||
|
||||
.features-section .details h3 {
|
||||
font-size: 20px;
|
||||
font-size: 1.65rem;
|
||||
font-size: 1.35rem;
|
||||
margin: 0 0 0.7em;
|
||||
}
|
||||
|
||||
@@ -6158,6 +6158,7 @@ img {
|
||||
.blog-pg-section .format-quote {
|
||||
background-color: #f5f9fd;
|
||||
padding: 25px 35px 25px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@@ -7169,7 +7170,7 @@ img {
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
.main2,.main3 {
|
||||
|
||||
padding: 40px 0 50px 0;
|
||||
padding: 40px 0 30px 0;
|
||||
|
||||
}
|
||||
|
||||
@@ -7335,7 +7336,7 @@ img {
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
.feature-card-icon {
|
||||
height: 90px;
|
||||
height: 80px;
|
||||
background: #eff5ff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -7349,7 +7350,7 @@ img {
|
||||
margin-top:30px;
|
||||
}
|
||||
.feature-card-body {
|
||||
padding: 25px 20px;
|
||||
padding: 25px 20px 5px 20px;;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
text-transform: uppercase;
|
||||
font-size: 36px;
|
||||
opacity: 0.9;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
/* 时间节点 */
|
||||
.timeline-item {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
height: 80%;
|
||||
flex: 1;
|
||||
transition: flex var(--tl-transition-speed) cubic-bezier(0.25, 0.1, 0.25, 1);
|
||||
border-right: 1px solid rgba(20, 129, 255, 0.1);
|
||||
@@ -203,7 +203,7 @@
|
||||
}
|
||||
|
||||
.content-text {
|
||||
font-size: 1.1rem;
|
||||
font-size:0.9rem;
|
||||
line-height: 1.8;
|
||||
border-left: 3px solid var(--tl-active-color);
|
||||
padding-left: 20px;
|
||||
|
||||
Reference in New Issue
Block a user