diff --git a/sr_download/src/info.html b/sr_download/src/info.html index 14a6497..efd6a61 100644 --- a/sr_download/src/info.html +++ b/sr_download/src/info.html @@ -63,17 +63,62 @@ /* 添加边框 */ padding: 2px; /* 添加内边距 */ + background-color: #343942ba; + /* 浅灰色背景 */ + color: #fff; } .spacer { height: 40px; /* 设置行间距 */ } + + .input-section { + flex-basis: 50%; + /* 占满宽度 */ + padding: 20px; + border: 2px solid #000; + text-align: center; + font-size: 24px; + background-color: #FFCDD2; + /* 淡蓝色 */ + } + + .input-section input { + padding: 10px; + font-size: 18px; + margin-right: 10px; + } + + .input-section button { + padding: 10px 20px; + font-size: 18px; + background-color: #b3ffe8; + /* 淡蓝色 */ + border: none; + cursor: pointer; + } + + .input-section button:hover { + background-color: #90CAF9; + /* 深蓝色 */ + } + + .result-display { + flex-basis: 100%; + /* 占满宽度 */ + padding: 20px; + border: 2px solid #000; + text-align: center; + font-size: 24px; + background-color: #E1BEE7; + /* 淡紫色 */ + } -
+
最新数据
@@ -83,7 +128,7 @@
blake hash: |MAX_HASH|
-
+
最新飞船
@@ -98,6 +143,66 @@
blake hash: |MAX_SAVE_HASH|
+
+
+
+ + +
+
+
+
+
+
请求结果
+
+
+ + \ No newline at end of file