This commit is contained in:
2026-05-17 21:09:32 +08:00
commit 1870400c47
1564 changed files with 544713 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.features-1 {
.max-box {
margin:auto;
}
.wrap {
.max-box {
max-width: 480px;
}
}
a {
//text-decoration: none;
}
.linking {
//color: #3e4555;
&:hover {
//color: #316ce8;
}
}
}

View File

@@ -0,0 +1,29 @@
.features-11 {
color: #8d97ad;
font-weight: 300;
.badge {
font-weight: 500;
line-height: 14px;
}
.badge-info {
background: #188ef4;
}
.wrap {
.max-box {
max-width: 580px;
}
}
a {
//text-decoration: none;
}
.linking {
color: #3e4555;
&:hover {
color: #316ce8;
}
}
h1, h2, h3, h4, h5, h6 {
color: #3e4555;
}
}

View File

@@ -0,0 +1,27 @@
.features-2 {
color: #ffffff;
font-weight: 300;
.text-box {
max-width: 500px;
margin-left: 80px;
}
.bg-info-gradiant {
background: #188ef4;
background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}
.btn-md {
padding: 15px 45px;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
color: #3e4555;
}
}

View File

@@ -0,0 +1,55 @@
.features-3 {
color: #8d97ad;
font-weight: 300;
h6 {
line-height: 22px;
font-size: 18px;
}
.font-weight-medium {
font-weight: 500;
}
a {
text-decoration: none;
}
.linking {
color: #3e4555;
&:hover {
color: #316ce8;
}
}
.bg-body-secondary {
background-color: #f4f8fa !important;
}
.text-success {
color: #2cdd9b !important;
}
.icon-round {
width: 80px;
line-height: 80px;
font-size: 2rem;
}
.btn-success-gradient {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
&:hover {
background: #1dc8cc;
background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}
}
.btn-md {
padding: 15px 45px;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
color: #3e4555;
}
}