diff --git a/assets/css/about.css b/assets/css/about.css index 5511e69..4e52ae8 100644 --- a/assets/css/about.css +++ b/assets/css/about.css @@ -1,3 +1,103 @@ -.banner{width:100%;height:520px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__bg{z-index:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner__body{z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__body__title{font-size:60px;line-height:90px}.banner__body__sub{margin-top:0;font-size:20px}.main{display:flex;flex-direction:column;align-items:center}.main__title{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:85px;font-size:38px;font-weight:bold;color:#191919}.main__about{margin-top:75px;display:flex;flex-direction:row;justify-content:center}.main__about img{height:285px;-o-object-fit:cover;object-fit:cover;margin-right:25px}.main__about .tex{text-indent:2em;line-height:24px;font-size:14px;max-width:450px}.main .certificate-con{margin-top:75px;display:flex;gap:30px}.main .certificate-con img{height:245px;-o-object-fit:contain;object-fit:contain}.main .copyright-con{margin-top:75px}.main .copyright-con img{width:945px;-o-object-fit:contain;object-fit:contain} +.banner { + width: 100%; + height: 520px; + position: relative; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center +} + +.banner__bg { + z-index: 0; + position: absolute; + width: 100%; + height: 100%; + -o-object-fit: cover; + object-fit: cover; + display: block +} + +.banner__body { + z-index: 1; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + color: #fff; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center +} + +.banner__body__title { + font-size: 60px; + line-height: 90px; + user-select: none; +} + +.banner__body__sub { + margin-top: 0; + font-size: 20px +} + +.main { + display: flex; + flex-direction: column; + align-items: center +} + +.main__title { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + margin-top: 85px; + font-size: 38px; + font-weight: bold; + color: #191919 +} + +.main__about { + margin-top: 75px; + display: flex; + flex-direction: row; + justify-content: center +} + +.main__about img { + height: 285px; + -o-object-fit: cover; + object-fit: cover; + margin-right: 25px +} + +.main__about .tex { + text-indent: 2em; + line-height: 24px; + font-size: 14px; + max-width: 450px +} + +.main .certificate-con { + margin-top: 75px; + display: flex; + gap: 30px +} + +.main .certificate-con img { + height: 245px; + -o-object-fit: contain; + object-fit: contain +} + +.main .copyright-con { + margin-top: 75px +} + +.main .copyright-con img { + width: 945px; + -o-object-fit: contain; + object-fit: contain +} /*# sourceMappingURL=about.css.map?hash=b446ba1443bc4913f472*/ \ No newline at end of file diff --git a/assets/css/common.css b/assets/css/common.css index 8c361f9..22d89b7 100644 --- a/assets/css/common.css +++ b/assets/css/common.css @@ -552,9 +552,6 @@ h6 { .banner { width: 100%; overflow: hidden; - background-image: url(../../assets/modules/c1666e324390215be9e3.png); - background-size: cover; - background-position: center; height: 678px; display: flow-root } diff --git a/assets/css/news.css b/assets/css/news.css index a5b932d..1f77a91 100644 --- a/assets/css/news.css +++ b/assets/css/news.css @@ -7,7 +7,7 @@ /* 顶部 banner:复用站点 .banner 结构,图片通过 .banner__bg 填充 */ .news-page .banner { width: 100%; - height: 400px; + height: 520px; position: relative; display: flex; flex-direction: column; @@ -40,11 +40,13 @@ font-size: 46px; font-weight: bold; line-height: 1.2; - letter-spacing: 6px; + letter-spacing: 2px; + user-select: none; } .news-page .banner__body__sub { margin-top: 14px; font-size: 18px; + user-select: none; } /* 内容容器 */ @@ -227,7 +229,6 @@ border-radius: 4px; padding: 8px 16px; margin: 0 4px; - cursor: pointer; transition: all 0.2s; } .news-main .pages ul li a { @@ -241,13 +242,6 @@ .news-main .pages ul li.active a { color: #fff; } -.news-main .pages ul li:hover { - background: #eb662b; - border-color: #eb662b; -} -.news-main .pages ul li:hover a { - color: #fff; -} /* 右侧悬浮热文推荐 */ .news-main .neirong .you { @@ -314,3 +308,101 @@ font-size: 12px; margin-top: 4px; } + +/* 文章详情页样式(统一模板) */ +.news-main .nav_all .name { + font-weight: bold; + font-size: 18px; + color: #333; + line-height: 40px; +} +.news-main .articlea { + overflow: hidden; +} +.news-main .articleb { + border: 1px solid #ebebeb; + padding: 30px; + background: #fff; + border-radius: 10px; +} +.news-main .articleba { + position: relative; + font-size: 26px; + display: block; + letter-spacing: 2px; + font-weight: 600; + margin: 0 0 25px; + color: #333; + text-align: left; + line-height: 1.4; +} +.news-main .articled { + display: flex; + align-items: center; + margin-top: 8px; + font-size: 12px; + color: #999; + gap: 12px +} +.news-main .articlee { + text-align: left; + margin: 20px 0; + line-height: 1.8; + font-size: 16px; + color: #3d464d; +} +.news-main .articlee p { + margin-bottom: 25px; + line-height: 1.8; + font-size: 16px; +} +.news-main .articlee img { + display: block; + max-width: 100%; + border: 8px solid #fff; + box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.1); + margin: 20px auto 0; +} +.news-main .article-copyright2 { + margin-top: 30px; + padding: 14px 16px; + background: #f8f9fb; + border-radius: 4px; + font-size: 13px; + color: #999; + line-height: 1.8; + text-align: left; +} +.news-main .articlea .pages { + margin-top: 24px; + padding-top: 16px; + border-top: 1px solid #ebebeb; + text-align: left; +} +.news-main .articlea .pages ul { + list-style: none; + margin: 0; + padding: 0; + overflow: hidden; +} +.news-main .articlea .pages ul li { + display: block; + margin: 4px 0; + padding: 0; + border: none; +} +.news-main .articlea .pages ul li a { + display: inline-block; + max-width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + vertical-align: bottom; + color: #1a2026; + font-size: 14px; + text-decoration: none; + line-height: 1.6; +} +.news-main .articlea .pages ul li a:hover { + color: #eb662b; +} diff --git a/assets/css/register.css b/assets/css/register.css index 8892329..6f45e00 100644 --- a/assets/css/register.css +++ b/assets/css/register.css @@ -1,4 +1,91 @@ -.banner{width:100%;height:520px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__bg{z-index:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.banner__body{z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner__body__title{font-size:60px;line-height:90px}.banner__body__sub{margin-top:0;font-size:20px}.main{display:flex;flex-direction:column;align-items:center}.main__title{font-weight:bold;margin:95px 0 65px 0;font-size:28px}.main__bottom{margin-top:80px} -.form-con[data-v-6899443a]{display:flex;flex-direction:column;align-items:center;width:380px;padding:60px 75px;box-shadow:#ccc 0 0 5px;border-radius:8px}.form-con .form-item-row[data-v-6899443a]{display:flex;gap:10px;flex:1}.form-submit[data-v-6899443a]{width:260px;height:48px;margin-top:30px;background-color:#ffc300;color:#000}.remark[data-v-6899443a]{margin-top:20px;text-align:center;font-size:12px;color:#717171} +.banner { + width: 100%; + height: 520px; + position: relative; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center +} + +.banner__bg { + z-index: 0; + position: absolute; + width: 100%; + height: 100%; + -o-object-fit: cover; + object-fit: cover; + display: block +} + +.banner__body { + z-index: 1; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + color: #fff; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center +} + +.banner__body__title { + font-size: 60px; + line-height: 90px; + user-select: none; +} + +.banner__body__sub { + margin-top: 0; + font-size: 20px +} + +.main { + display: flex; + flex-direction: column; + align-items: center +} + +.main__title { + font-weight: bold; + margin: 95px 0 65px 0; + font-size: 28px +} + +.main__bottom { + margin-top: 80px +} + +.form-con[data-v-6899443a] { + display: flex; + flex-direction: column; + align-items: center; + width: 380px; + padding: 60px 75px; + box-shadow: #ccc 0 0 5px; + border-radius: 8px +} + +.form-con .form-item-row[data-v-6899443a] { + display: flex; + gap: 10px; + flex: 1 +} + +.form-submit[data-v-6899443a] { + width: 260px; + height: 48px; + margin-top: 30px; + background-color: #ffc300; + color: #000 +} + +.remark[data-v-6899443a] { + margin-top: 20px; + text-align: center; + font-size: 12px; + color: #717171 +} /*# sourceMappingURL=register.css.map?hash=b446ba1443bc4913f472*/ \ No newline at end of file diff --git a/assets/modules/home_news.png b/assets/modules/home_news.png new file mode 100644 index 0000000..c09b721 Binary files /dev/null and b/assets/modules/home_news.png differ diff --git a/hangye/1050.html b/hangye/1050.html new file mode 100644 index 0000000..4e2646f --- /dev/null +++ b/hangye/1050.html @@ -0,0 +1,199 @@ + + + + + + + 文章标题-六个羽友 + + + + + + + + + + + + + + + + +
+
+ + +
+
+ +
+ + +
+
+ + +
+
+
+
+
+

文章标题

+

+ 发布时间:0000-00-00 00:00:00 + 来源:六个羽友 +

+
+ +
+
+ 版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,请发送邮件至 2215671382@qq.com 举报,一经查实,本站将立刻删除。 +
+ +
+
+
+
+ + +
+
+
+
+ + + + diff --git a/hangye/hangye.html b/hangye/hangye.html index 535e90b..1465da1 100644 --- a/hangye/hangye.html +++ b/hangye/hangye.html @@ -40,10 +40,10 @@
diff --git a/news/news.html b/news/news.html index afd5215..ce118f5 100644 --- a/news/news.html +++ b/news/news.html @@ -40,10 +40,10 @@
@@ -68,100 +68,100 @@