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,16 @@
.social-link {
display: flex;
align-items: center;
justify-content: center;
color: #666;
border-radius: 50%;
transition: all 0.3s;
font-size: 24px;
}
.social-link:hover, .social-link:focus {
background: var(--bs-border-color);
text-decoration: none;
color: #555;
}

View File

@@ -0,0 +1,68 @@
.team-2 {
.container {
text-align: center;
border-radius: 20px;
}
.icon {
position: relative;
bottom: 11px
}
.profile {
margin:2rem 0;
img {
padding:1rem 3rem;
max-width:100%;
border-radius: 50%
}
}
.card {
border-radius: 15px;
margin-left: 30px;
margin-right: 30px;
box-shadow: 0 10px 20px rgba(var(--bs-body-color-rgb), .2)
}
.card-body {
position: relative;
bottom: 35px
}
.btn {
margin-top: 36px;
margin-bottom: 45px;
background-color: #AB47BC;
border: none;
color: #fff
}
.btn:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
color: #fff
}
.header {
padding-top: 40px
}
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
color: #666;
border-radius: 50%;
transition: all 0.3s;
font-size: 24px;
}
.social-link:hover, .social-link:focus {
background: var(--bs-border-color);
text-decoration: none;
color: #555;
}

View File

@@ -0,0 +1,58 @@
.team2 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.team2 h1,
.team2 h2,
.team2 h3,
.team2 h4,
.team2 h5,
.team2 h6 {
color: #3e4555;
}
.team2 h5 {
line-height: 22px;
font-size: 18px;
}
.team2 .font-weight-medium {
font-weight: 500;
}
.team2 .subtitle {
color: #8d97ad;
line-height: 24px;
font-size: 13px;
}
.team2 .pro-pic {
min-height: 200px;
}
.team2 .pro-pic .card-img-overlay {
background: rgba(26, 139, 243, 0.87);
display: none;
}
.team2 .pro-pic .card-img-overlay ul {
top: 50%;
}
.team2 .pro-pic .card-img-overlay ul li a {
-webkit-transition: 0.1s ease-in;
-o-transition: 0.1s ease-in;
transition: 0.1s ease-in;
}
.team2 .pro-pic .card-img-overlay ul li a:hover {
-webkit-transform: translate3d(0px, -5px, 0px);
transform: translate3d(0px, -5px, 0px);
}
.team2 .pro-pic:hover .card-img-overlay {
display: block;
}

View File

@@ -0,0 +1,61 @@
.team3 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.team3 h1,
.team3 h2,
.team3 h3,
.team3 h4,
.team3 h5,
.team3 h6 {
color: #3e4555;
}
.team3 .font-weight-medium {
font-weight: 500;
}
.team3 .bg-body-secondary {
background-color: #f4f8fa !important;
}
.team3 .subtitle {
color: #8d97ad;
line-height: 24px;
font-size: 13px;
}
.team3 ul {
margin-top: 30px;
}
.team3 h5 {
line-height: 22px;
font-size: 18px;
}
.team3 ul li a {
color: #8d97ad;
padding-right: 15px;
-webkit-transition: 0.1s ease-in;
-o-transition: 0.1s ease-in;
transition: 0.1s ease-in;
}
.team3 ul li a:hover {
-webkit-transform: translate3d(0px, -5px, 0px);
transform: translate3d(0px, -5px, 0px);
color: #316ce8;
}
.team3 .title {
margin: 30px 0 0 0;
}
.team3 .subtitle {
margin: 0 0 20px 0;
font-size: 13px;
}

View File

@@ -0,0 +1,3 @@
.card.border-1 {
border-color:rgba(var(--bs-body-color-rgb),0.05);
}

View File

@@ -0,0 +1,15 @@
.social-link {
display: flex;
align-items: center;
justify-content: center;
color: #666;
border-radius: 50%;
transition: all 0.3s;
font-size: 24px;
}
.social-link:hover, .social-link:focus {
background: var(--bs-border-color);
text-decoration: none;
color: #555;
}