From 20958efa67b95e821bc24fde4e430dc805580978 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Wed, 2 Sep 2026 11:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/assest/Polygon 28.png | Bin 0 -> 152 bytes web/assest/Vector.png | Bin 0 -> 627 bytes web/assest/云 1.png | Bin 0 -> 412 bytes web/assest/注册 1.png | Bin 0 -> 531 bytes web/assest/登出 1.png | Bin 0 -> 391 bytes web/dbzq.css | 573 ++++++++++++++++++++++++++++++++++++++ web/dbzq.html | 539 +---------------------------------- 7 files changed, 580 insertions(+), 532 deletions(-) create mode 100644 web/assest/Polygon 28.png create mode 100644 web/assest/Vector.png create mode 100644 web/assest/云 1.png create mode 100644 web/assest/注册 1.png create mode 100644 web/assest/登出 1.png create mode 100644 web/dbzq.css diff --git a/web/assest/Polygon 28.png b/web/assest/Polygon 28.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c7be388e9a5f8b12d132969d2b847024bd1221 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^>_E)I!3HFqj;YoHDPK<)$B+ufn9hrw2NZZ*yw$wh zUI_3h=4Ku*=;51iu;qt{{gDZe-`(q6wJ%L<_k-y>s{1;Mblm?x==Yh%P=CH6@q}&v y#2`)e!@cSz`xqG*{{JsYYJLGUmgQUpakdDTmAf(Tl?8I#>Lo1}!Eie7|(NCgi)sAN-jH%Xzr zt&Z{FK^Z}=p&eF-~z#Oiv|-wr@owUeOmvBuz7X*w33|rF`vi$#rO|q2 zS-HWuYHNv$LnZEFe+!shUg|v<`0j=bqcew1iCzwSNXQx=GH;Ivv{ot|5q@6uS zB*t*V)4+2t*J=|D+V++GVwEGhi16O7_2>?KY*I4c09#mJmDk~Sv~t;fi7{pcQP#4o z0i7rjIFC7B&&(A6>A-G~OeKBJvgf4s63c)f{sZ69lxoiDB%$bl_7ZL2M$xA?onai) zIn2DQJ#OZAAb2#aolMfGPEprk5r0003|Nkl8ZB6n-9(PTjJVgoONnhR_m1mMo#ozsQn*5VBFR6D+XeSq6ml|(liB*MIqNWnnUzz-qO6ZZ?}A`4~H$&f9LcV>C@; z$c#&cG@Usd4otV(eW96t00030|GG`LcK`qY21!IgR09AE4W1vCrtRba0000XP)Eb8fqo4*ZbCLwM_kf|H)#ppin3v zold`K??X15MLwSguba!|!DmOqgX7W+wF=T zhn-FbWSKK`gY9;k+wFGj{TO7(-XPuJa5$K5&EL*@RyUAk`8SM#HR literal 0 HcmV?d00001 diff --git a/web/assest/登出 1.png b/web/assest/登出 1.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf64d7a4b4685d76b4611f888b48d21f1dfef9e GIT binary patch literal 391 zcmV;20eJq2P)On31aEEK`k-r9GtwNuo})_1VBw-rP|pTS%g5t~b45sled*uyni z1X6?({#}`W=iA-cc|w2iJu;;0x?>oIvnSXTvMjqTJqEHgq9`KQ z!B8^CaZK#K?@oO+*0EmH{&*u-@wmICH_p8umGYo^noqWFnBvUaE8vO12e<0rg00960 l{W`e100006Nkl") center/100% 100% no-repeat; +} + +.divider-wave-2 { + width: 100%; + height: 50px; + background: url("data:image/svg+xml;utf8,") center/100% 100% no-repeat; +} + +/* ========== 红色丝带分隔条 ========== */ +.divider-ribbon { + width: 100%; + height: 50px; + background: url("data:image/svg+xml;utf8,") center/100% 100% no-repeat; +} + +/* ========== 板块5:中心内容(标题+文章列表) ========== */ +.article-section { + background: #fff; +} + +.article-section .wrap { + display: block; +} + +.article-list { + margin-top: 20px; +} + +.article-list li { + display: flex; + align-items: center; + padding: 12px 0; + border-bottom: 1px dashed #e5e5e5; + font-size: 14px; +} + +.article-list li .tag { + display: inline-block; + padding: 2px 8px; + background: #1a4a8a; + color: #fff; + font-size: 12px; + margin-right: 12px; + border-radius: 2px; +} + +.article-list li a { + flex: 1; + color: #333; +} + +.article-list li a:hover { + color: #c00; +} + +.article-list li .date { + color: #999; + font-size: 12px; +} + +/* ========== 板块6:3卡片网格 ========== */ +.card-grid-3 { + display: flex; + gap: 20px; +} + +.card { + flex: 1; + background: #f9f9f9; + border: 1px solid #e8e8e8; + overflow: hidden; +} + +.card img { + width: 100%; + height: 200px; + background: #ddd; + object-fit: cover; +} + +.card-body { + padding: 15px; +} + +.card-body h4 { + font-size: 16px; + color: #1a4a8a; + margin-bottom: 8px; + text-align: center; +} + +.card-body p { + font-size: 13px; + color: #666; + line-height: 1.6; +} + +/* ========== 板块7:双列+侧边栏 ========== */ +.layout-sidebar { + display: flex; + gap: 20px; +} + +.sidebar { + width: 260px; + background: #f9f9f9; + border: 1px solid #e8e8e8; +} + +.sidebar h3 { + background: #1a4a8a; + color: #fff; + padding: 12px 15px; + font-size: 16px; +} + +.sidebar ul li a { + display: block; + padding: 10px 15px; + border-bottom: 1px solid #eee; + color: #333; + font-size: 14px; +} + +.sidebar ul li a:hover { + background: #e8eef7; + color: #1a4a8a; +} + +.main-content { + flex: 1; + background: #f9f9f9; + border: 1px solid #e8e8e8; + padding: 20px; +} + +.main-content h3 { + font-size: 18px; + color: #1a4a8a; + border-bottom: 2px solid #1a4a8a; + padding-bottom: 8px; + margin-bottom: 15px; +} + +/* ========== 板块8:4卡片网格(2x2) ========== */ +.card-grid-4 { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 20px; +} + +/* ========== 板块9:双列内容 ========== */ +.two-col { + display: flex; + gap: 20px; +} + +.two-col-block { + flex: 1; + background: #f9f9f9; + border: 1px solid #e8e8e8; + padding: 20px; +} + +.two-col-block h3 { + font-size: 18px; + color: #1a4a8a; + border-bottom: 2px solid #1a4a8a; + padding-bottom: 8px; + margin-bottom: 15px; +} + +.two-col-block .desc { + color: #666; + font-size: 13px; + line-height: 1.8; +} + +/* ========== 板块10:2x2图片网格 ========== */ +.img-grid-2x2 { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 15px; +} + +.img-grid-2x2 .img-item { + position: relative; +} + +.img-grid-2x2 img { + width: 100%; + height: 240px; + background: #ddd; + object-fit: cover; +} + +.img-grid-2x2 .img-caption { + position: absolute; + bottom: 0; + left: 0; + right: 0; + background: rgba(0, 0, 0, 0.6); + color: #fff; + padding: 8px 12px; + font-size: 14px; +} + +/* ========== 板块:Footer ========== */ +.footer { + width: 100%; + background: #1a4a8a; + color: #fff; + padding: 30px 0; + margin-top: 20px; +} + +.footer .wrap { + display: flex; + justify-content: space-between; + align-items: flex-start; +} + +.footer-left h4 { + font-size: 18px; + margin-bottom: 10px; +} + +.footer-left p { + font-size: 13px; + line-height: 1.8; + color: #c8d4e8; +} + +.footer-right { + text-align: right; + font-size: 12px; + color: #c8d4e8; + line-height: 1.8; +} diff --git a/web/dbzq.html b/web/dbzq.html index de188b1..a789221 100644 --- a/web/dbzq.html +++ b/web/dbzq.html @@ -5,534 +5,7 @@ 东部战区海军 - + @@ -542,10 +15,13 @@ 东部战区海军强军网集群 + + 军网导航 +