From 7d970576f3af59729a5b5ee3f9fa96ed8c20ee32 Mon Sep 17 00:00:00 2001 From: X-MQSI Date: Mon, 31 Jul 2023 00:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E6=9B=B4=E6=96=B0=EF=BC=8C?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=B7=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit undebug --- css/index.css | 27 +++++++++++++++-- index.html | 70 +++++++++++++++++++++++++++++++++++++++++++-- module/browser.html | 59 -------------------------------------- module/header.html | 2 +- module/search.html | 0 5 files changed, 93 insertions(+), 65 deletions(-) create mode 100644 module/search.html diff --git a/css/index.css b/css/index.css index f91535a..780de7c 100644 --- a/css/index.css +++ b/css/index.css @@ -13,12 +13,33 @@ } #content{ - margin-top: 8%; - margin-left: 5%; - margin-right: 5%; + margin-left: 2%; + margin-right: 2%; +} + +.box-shadow-panel{ + margin-top: 3%; + margin-bottom: 5%; } #d-block{ width: 90%; height: 100%; +} + +.satellite-list{ + display:contents; + list-style-type: none; + text-align: left; +} + +.synopsis{ + text-align: left; + margin-right: 3%; + margin-left: 3%; +} + +.recommendation{ + line-height: 2rem; + text-indent: 2em; } \ No newline at end of file diff --git a/index.html b/index.html index 4d9dd38..8697d3d 100644 --- a/index.html +++ b/index.html @@ -52,8 +52,74 @@
Welcome to HAMeteo
-
- +
+

卫星系列

+
+
+

+ +

+
+
+ +
+
+
+
+

+ +

+
+
+ +
+
+
+
+

+ +

+
+
+ +
+
+
+
+
+
+

NOAA系列极地轨道气象卫星介绍

+

NOAA是太阳同步极轨卫星,采用双星运行,同一地区每天可有四次过境机会。第五代(NOAA-15—19)传感器采用改进型甚高分辨率辐射仪(AVHRR/3),和先进TIROS业务垂直探测器(ATOVS),包括高分辨率红外辐射探测仪(HIRS-3)、先进的微波探测装置A型(AMSU-A)和先进的微波探测装置B型(AMSU-B)。其中AVHRR/3传感器包括5个波段,可见光红色波段、近红外波段、中红外波段和两个热红外波段。美国NOAA极轨卫星从1970年12月第一颗发射以来,近40年连续发射了18颗,最新的NOAA-19也将在2009年发射升空。NOAA卫星共经历了5代,目前使用较多的为第五代NOAA卫星,包括NOAA-15—NOAA-18;作为备用的第四代星,包括NOAA-9—NOAA-14。以下为部分NOAA卫星的发射时间和基本轨道参数。

+

NOAA-15卫星
发射时间1998年5月13号,正式运行日期1998年12月15日
轨道高度:808公里,轨道倾角:98.6度,轨道周期:101.2分

+

NOAA-18卫星
发射时间2005年5月11号,正式运行日期2005年6月26日
轨道高度:854公里,轨道倾角:未知,轨道周期:102分

+

NOAA-19卫星
发射时间2009年2月6号,正式运行日期2009年 月 日
轨道高度:852.2公里,轨道倾角:98.7,轨道周期:102.1分

diff --git a/module/browser.html b/module/browser.html index d6afc01..5d049af 100644 --- a/module/browser.html +++ b/module/browser.html @@ -60,64 +60,5 @@

您的浏览器版本过低,建议您更新浏览器或下载其他浏览器

推荐谷歌浏览器体验更佳

- - \ No newline at end of file diff --git a/module/header.html b/module/header.html index 3828cbf..bf748f6 100644 --- a/module/header.html +++ b/module/header.html @@ -177,7 +177,7 @@ overlay.style.display = "none"; //写入同意条款的cookie document.cookie = "popagreement=1; expires=Thu, 18 Dec 2043 12:00:00 GMT; path=/"; - //初始化位置,避免穿透滑动造成的不在开头 + //初始化位置,避免穿透滑动 window.location.href = '#top' } function disagree() { diff --git a/module/search.html b/module/search.html new file mode 100644 index 0000000..e69de29