|
@@ -33,21 +33,15 @@ body {
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -webkit-box-direction: normal;
|
|
|
- -ms-flex-direction: column;
|
|
|
- flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
.btn:focus,
|
|
|
.form-control:focus {
|
|
|
border-color: var(--main-color) !important;
|
|
|
- -webkit-box-shadow: none !important;
|
|
|
- box-shadow: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
outline: 0 none !important;
|
|
|
}
|
|
|
|
|
@@ -58,29 +52,22 @@ body {
|
|
|
.navbar {
|
|
|
background-color: var(--main-color) !important;
|
|
|
}
|
|
|
-
|
|
|
.navbar .navbar-collapse {
|
|
|
- -webkit-box-flex: 0;
|
|
|
- -ms-flex-positive: 0;
|
|
|
- flex-grow: 0;
|
|
|
+ flex-grow: 0;
|
|
|
}
|
|
|
-
|
|
|
.navbar .navbar-brand {
|
|
|
font-size: 50px;
|
|
|
font-weight: 500;
|
|
|
font-family: "Roboto Slab", serif !important;
|
|
|
color: var(--sub-color);
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 575px) {
|
|
|
.navbar .navbar-brand {
|
|
|
padding-left: 1rem;
|
|
|
font-size: 35px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.navbar .navbar-brand:hover {
|
|
|
opacity: 0.9;
|
|
|
color: var(--sub-color);
|
|
@@ -89,7 +76,6 @@ body {
|
|
|
.blog-post-tags .badge {
|
|
|
background-color: var(--main-color);
|
|
|
}
|
|
|
-
|
|
|
.blog-post-tags .badge:hover {
|
|
|
color: var(--main-color);
|
|
|
background-color: #fff;
|
|
@@ -99,22 +85,17 @@ body {
|
|
|
.blog-post-title {
|
|
|
margin: 10px 0 20px;
|
|
|
}
|
|
|
-
|
|
|
.blog-post-title a {
|
|
|
font-size: 50px;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
.pagination {
|
|
|
- -webkit-box-pack: center;
|
|
|
- -ms-flex-pack: center;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
-
|
|
|
.pagination .page-link {
|
|
|
color: var(--main-color);
|
|
|
}
|
|
|
-
|
|
|
.pagination .page-item.active .page-link {
|
|
|
z-index: 3;
|
|
|
color: #fff;
|
|
@@ -134,7 +115,6 @@ body {
|
|
|
position: relative;
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
-
|
|
|
.post-block-title::after {
|
|
|
position: absolute;
|
|
|
z-index: -10;
|
|
@@ -146,7 +126,6 @@ body {
|
|
|
border-bottom: 1px solid var(--sub-color);
|
|
|
bottom: 5px;
|
|
|
}
|
|
|
-
|
|
|
.post-block-title span {
|
|
|
padding: 5px 20px;
|
|
|
color: #fff;
|
|
@@ -158,20 +137,16 @@ body {
|
|
|
margin-top: 10px;
|
|
|
line-height: 20px;
|
|
|
}
|
|
|
-
|
|
|
.news-info a {
|
|
|
font-size: 14px;
|
|
|
font-weight: 500;
|
|
|
color: var(--gray-color);
|
|
|
text-decoration: none;
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-
|
|
|
.news-info a:hover {
|
|
|
opacity: 0.8;
|
|
|
}
|
|
|
-
|
|
|
.news-info small {
|
|
|
color: var(--gray-color);
|
|
|
}
|
|
@@ -200,7 +175,6 @@ body {
|
|
|
text-overflow: ellipsis;
|
|
|
line-height: 26px;
|
|
|
}
|
|
|
-
|
|
|
.post-depiction a {
|
|
|
color: #7a7a7a;
|
|
|
text-decoration: none;
|
|
@@ -212,10 +186,8 @@ body {
|
|
|
right: 15px;
|
|
|
z-index: 10;
|
|
|
opacity: 0;
|
|
|
- -webkit-transition: all 0.5s;
|
|
|
transition: all 0.5s;
|
|
|
}
|
|
|
-
|
|
|
.top-btn button {
|
|
|
border: none;
|
|
|
background: var(--sub-color);
|
|
@@ -231,7 +203,6 @@ body {
|
|
|
.blog-header .nav-item {
|
|
|
padding: 0 0.3rem;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 575px) {
|
|
|
.blog-header .nav-item {
|
|
|
padding: 0 1rem;
|
|
@@ -240,11 +211,9 @@ body {
|
|
|
|
|
|
/* sidebar.html Start */
|
|
|
.news-sidebar {
|
|
|
- position: -webkit-sticky;
|
|
|
position: sticky;
|
|
|
top: 15px;
|
|
|
}
|
|
|
-
|
|
|
.news-sidebar .news-featured {
|
|
|
position: unset;
|
|
|
}
|
|
@@ -252,15 +221,12 @@ body {
|
|
|
.search-btn {
|
|
|
border: 1px solid var(--main-color) !important;
|
|
|
}
|
|
|
-
|
|
|
.search-btn svg {
|
|
|
color: var(--main-color);
|
|
|
}
|
|
|
-
|
|
|
.search-btn:hover {
|
|
|
background-color: var(--main-color) !important;
|
|
|
}
|
|
|
-
|
|
|
.search-btn:hover svg {
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -273,7 +239,6 @@ body {
|
|
|
color: var(--main-color) !important;
|
|
|
border: 1px solid var(--main-color) !important;
|
|
|
}
|
|
|
-
|
|
|
.tags:hover {
|
|
|
color: #fff !important;
|
|
|
background-color: var(--main-color);
|
|
@@ -284,7 +249,6 @@ body {
|
|
|
.blog-post.content .content {
|
|
|
padding-bottom: 3rem;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content .toc-container {
|
|
|
padding: 1.5rem;
|
|
|
margin: 3rem 0;
|
|
@@ -292,17 +256,14 @@ body {
|
|
|
border: 1px solid #aaa;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content .toc-container ul {
|
|
|
margin-bottom: 0;
|
|
|
list-style: disc;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content .toc-container ul a {
|
|
|
color: var(--sub-color);
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content .toc-container .title {
|
|
|
display: block;
|
|
|
margin-left: 1rem;
|
|
@@ -310,20 +271,17 @@ body {
|
|
|
font-size: 1.25rem;
|
|
|
color: #000;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content h2 {
|
|
|
padding-left: 1rem;
|
|
|
margin: 5rem 0 1.5rem;
|
|
|
border-left: 7px solid var(--sub-color);
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content h4 {
|
|
|
margin-top: 3rem;
|
|
|
font-size: 1.25rem;
|
|
|
font-weight: 500;
|
|
|
line-height: 32px;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content h4 a {
|
|
|
padding: 5px 8px;
|
|
|
margin-right: 3px;
|
|
@@ -331,7 +289,6 @@ body {
|
|
|
border-radius: 5px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-
|
|
|
.blog-post.content h4 a:hover {
|
|
|
color: #fff !important;
|
|
|
}
|
|
@@ -341,10 +298,8 @@ body {
|
|
|
display: block;
|
|
|
text-align: center;
|
|
|
text-decoration: none;
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-
|
|
|
.back-link:hover {
|
|
|
opacity: 0.7;
|
|
|
}
|
|
@@ -355,11 +310,9 @@ body {
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
.news-main a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
-
|
|
|
.news-main .title-info {
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
@@ -367,21 +320,17 @@ body {
|
|
|
right: 0;
|
|
|
z-index: 10;
|
|
|
padding: 1rem;
|
|
|
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.95)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.3)), to(transparent));
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
|
|
|
}
|
|
|
-
|
|
|
.news-main .title-info a,
|
|
|
.news-main .title-info h2,
|
|
|
.news-main .title-info small {
|
|
|
color: #fff;
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
-
|
|
|
.news-main .title-info h2 {
|
|
|
line-height: 1.5;
|
|
|
}
|
|
|
-
|
|
|
.news-main .title-info h2 a {
|
|
|
font-weight: 500;
|
|
|
font-size: 1.5rem;
|
|
@@ -392,13 +341,11 @@ body {
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 991px) {
|
|
|
.news-main .title-info h2 a {
|
|
|
font-size: 1.25rem;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.news-main .title-info .badge-link {
|
|
|
display: inline-block;
|
|
|
padding: 1px 20px;
|
|
@@ -406,17 +353,14 @@ body {
|
|
|
background-color: var(--sub-color);
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
-
|
|
|
.news-main .post-title a {
|
|
|
font-size: 34px;
|
|
|
}
|
|
|
-
|
|
|
.news-main img {
|
|
|
height: 100%;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
-
|
|
|
.news-main .news-info a {
|
|
|
font-size: 16px;
|
|
|
}
|
|
@@ -424,7 +368,6 @@ body {
|
|
|
/* content.html End */
|
|
|
/* focus.html Start */
|
|
|
.focus-content {
|
|
|
- position: -webkit-sticky;
|
|
|
position: sticky;
|
|
|
top: 20px;
|
|
|
}
|
|
@@ -435,14 +378,12 @@ body {
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 991px) {
|
|
|
.focus-content img,
|
|
|
.news-featured img {
|
|
|
height: 15vw;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.focus-content .post-title,
|
|
|
.news-featured .post-title {
|
|
|
overflow: hidden;
|
|
@@ -459,26 +400,21 @@ body {
|
|
|
.recent-content .news-list {
|
|
|
margin: 0;
|
|
|
}
|
|
|
-
|
|
|
.recent-content .news-list li {
|
|
|
margin: 15px 0;
|
|
|
}
|
|
|
-
|
|
|
.recent-content .news-list li img {
|
|
|
width: 140px;
|
|
|
height: 105px;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
-
|
|
|
.recent-content .news-list li small {
|
|
|
display: block;
|
|
|
}
|
|
|
-
|
|
|
.recent-content .news-list li .news-info {
|
|
|
margin-top: 0px;
|
|
|
}
|
|
|
-
|
|
|
.recent-content .news-list li:last-child {
|
|
|
margin: 0;
|
|
|
}
|
|
@@ -489,7 +425,6 @@ body {
|
|
|
color: var(--main-color);
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
-
|
|
|
.tab-category .nav-pills .nav-link.active,
|
|
|
.tab-category .nav-pills .show > .nav-link {
|
|
|
color: var(--sub-color);
|
|
@@ -504,29 +439,24 @@ body {
|
|
|
background-position: center center;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 991px) {
|
|
|
.tab-content .bg-img {
|
|
|
height: 50vw;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.tab-content .bg-img section {
|
|
|
padding: 10px 25px;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-
|
|
|
.tab-content .bg-img section a {
|
|
|
color: #fff;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
-
|
|
|
.tab-content .bg-img section small {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
-
|
|
|
.tab-content .col-5 img {
|
|
|
height: 150px;
|
|
|
}
|
|
@@ -536,7 +466,6 @@ body {
|
|
|
.news-all .post-title {
|
|
|
margin: 5px auto;
|
|
|
}
|
|
|
-
|
|
|
.news-all .post-title a {
|
|
|
font-size: 1.5rem;
|
|
|
display: -webkit-box;
|
|
@@ -546,33 +475,27 @@ body {
|
|
|
text-overflow: ellipsis;
|
|
|
word-break: break-word;
|
|
|
}
|
|
|
-
|
|
|
.news-all .news-info a {
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
-
|
|
|
.news-all hr {
|
|
|
margin: 1.5rem 0;
|
|
|
}
|
|
|
-
|
|
|
.news-all img {
|
|
|
height: 12vw;
|
|
|
-o-object-fit: cover;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 991px) {
|
|
|
.news-all img {
|
|
|
height: 20vw;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 575px) {
|
|
|
.news-all img {
|
|
|
height: 50vw;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.news-all .line {
|
|
|
padding: 0 12px;
|
|
|
}
|
|
@@ -580,7 +503,6 @@ body {
|
|
|
/* news-all.html End */
|
|
|
/* news-featured.html Start */
|
|
|
.news-featured {
|
|
|
- position: -webkit-sticky;
|
|
|
position: sticky;
|
|
|
top: 20px;
|
|
|
}
|
|
@@ -592,7 +514,6 @@ body {
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
.news-video .post-title a {
|
|
|
font-size: 18px;
|
|
|
display: -webkit-box;
|
|
@@ -601,7 +522,6 @@ body {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
-
|
|
|
.news-video .news-info a {
|
|
|
font-size: 14px;
|
|
|
}
|
|
@@ -610,15 +530,12 @@ body {
|
|
|
.news-main .left-content {
|
|
|
height: 45vh;
|
|
|
}
|
|
|
-
|
|
|
.news-main .right-content {
|
|
|
height: 55vh;
|
|
|
}
|
|
|
-
|
|
|
.news-main .bottom-content {
|
|
|
height: 35vh;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 991px) {
|
|
|
.news-main .left-content,
|
|
|
.news-main .right-content,
|
|
@@ -638,19 +555,15 @@ body {
|
|
|
max-width: 60%;
|
|
|
margin: 1rem 0 0 1rem;
|
|
|
border-radius: 12px;
|
|
|
- -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
|
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
-
|
|
|
.feature-article .float-left {
|
|
|
float: left;
|
|
|
max-width: 60%;
|
|
|
margin: 1rem 1.5rem 0 0;
|
|
|
border-radius: 12px;
|
|
|
- -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
|
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
|
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 768px) {
|
|
|
.feature-article .float-right,
|
|
|
.feature-article .float-left {
|
|
@@ -661,26 +574,21 @@ body {
|
|
|
/* 圖片置中 */
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
.feature-article figure {
|
|
|
margin: 2rem 0;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-
|
|
|
.feature-article figure img {
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
- -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
|
|
|
- box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
|
|
|
+ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
|
|
|
}
|
|
|
-
|
|
|
.feature-article h1 {
|
|
|
font-size: 3.5rem;
|
|
|
margin: 3rem auto;
|
|
|
padding-top: 1.5rem;
|
|
|
border-top: 12px solid var(--sub-color);
|
|
|
}
|
|
|
-
|
|
|
.feature-article h2 {
|
|
|
padding: 1.5rem 0;
|
|
|
margin: 2.5rem auto;
|
|
@@ -691,17 +599,15 @@ body {
|
|
|
font-size: 2.5rem;
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
-
|
|
|
.feature-article h3,
|
|
|
.feature-article h4 {
|
|
|
margin-bottom: 1rem;
|
|
|
color: var(--sub-color);
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
-
|
|
|
.feature-article hr {
|
|
|
margin: 3rem 0;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .feature-body div,
|
|
|
.feature-article .feature-body p {
|
|
|
margin: 1.5rem 0 0;
|
|
@@ -709,7 +615,6 @@ body {
|
|
|
font-size: 1.05rem;
|
|
|
color: #222;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .lead {
|
|
|
display: inline-block;
|
|
|
padding: 0.5rem 1.5rem;
|
|
@@ -718,20 +623,19 @@ body {
|
|
|
border-left: 5px solid var(--sub-color);
|
|
|
border: 2px dotted #ccc;
|
|
|
}
|
|
|
-
|
|
|
.feature-article ul {
|
|
|
list-style: disc;
|
|
|
}
|
|
|
-
|
|
|
+.feature-article ul li {
|
|
|
+ margin-top: 0.5rem;
|
|
|
+}
|
|
|
.feature-article ol {
|
|
|
list-style: auto;
|
|
|
}
|
|
|
-
|
|
|
.feature-article b,
|
|
|
.feature-article strong {
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc {
|
|
|
margin: 3rem 0;
|
|
|
background: #f9f9f9;
|
|
@@ -739,63 +643,47 @@ body {
|
|
|
border-left: 4px solid var(--sub-color);
|
|
|
font-size: 0.95rem;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc .toc-title {
|
|
|
font-size: 1.25rem;
|
|
|
font-weight: bold;
|
|
|
margin: 1rem 0;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc ul {
|
|
|
list-style: none;
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc ul li {
|
|
|
margin: 0.15rem 0;
|
|
|
font-size: 1rem;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc ul li a {
|
|
|
text-decoration: none;
|
|
|
color: var(--sub-color);
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc ul li a:hover {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .toc ul li:empty {
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .quote-accent {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
- -webkit-box-align: start;
|
|
|
- -ms-flex-align: start;
|
|
|
- align-items: flex-start;
|
|
|
+ align-items: flex-start;
|
|
|
gap: 0.5rem;
|
|
|
padding: 1rem 0;
|
|
|
font-size: 2rem;
|
|
|
font-weight: 600;
|
|
|
border-top: 4px solid var(--sub-color);
|
|
|
}
|
|
|
-
|
|
|
.feature-article .quote-accent::before {
|
|
|
content: "“";
|
|
|
- -webkit-box-flex: 0;
|
|
|
- -ms-flex: 0 0 auto;
|
|
|
- flex: 0 0 auto;
|
|
|
+ flex: 0 0 auto;
|
|
|
font-family: Georgia, "Times New Roman", serif;
|
|
|
font-size: 2.8em;
|
|
|
line-height: 0.6;
|
|
|
color: var(--sub-color);
|
|
|
margin-top: 0.1em;
|
|
|
}
|
|
|
-
|
|
|
.feature-article .quote-accent > p {
|
|
|
margin: 0;
|
|
|
-}
|
|
|
-/*# sourceMappingURL=style.css.map */
|
|
|
+}/*# sourceMappingURL=style.css.map */
|