diff --git a/assets/image/birthday-compressed.png b/assets/image/birthday-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..dcb9085f31c4c6c513ff825de43b3b3cb3b3e903 Binary files /dev/null and b/assets/image/birthday-compressed.png differ diff --git a/assets/image/birthday.png b/assets/image/birthday.png new file mode 100644 index 0000000000000000000000000000000000000000..db581f5b7e1b262546d3738482e701d783f7a529 Binary files /dev/null and b/assets/image/birthday.png differ diff --git a/assets/image/no-compressed.png b/assets/image/no-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3997dc3f4297c44f2bd1ebf46bebb4c64c4660 Binary files /dev/null and b/assets/image/no-compressed.png differ diff --git a/assets/image/no.png b/assets/image/no.png new file mode 100644 index 0000000000000000000000000000000000000000..7e159fc6257b97a2a8f7ee39db76f1bf8b40cdc7 Binary files /dev/null and b/assets/image/no.png differ diff --git a/assets/image/red-compressed.png b/assets/image/red-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..713014928b9b1e4ea1f969564ebed92f59ebddad Binary files /dev/null and b/assets/image/red-compressed.png differ diff --git a/assets/image/red.png b/assets/image/red.png new file mode 100644 index 0000000000000000000000000000000000000000..18686a4019fd2a199d4459b0aa8e8d183d2a0f3d Binary files /dev/null and b/assets/image/red.png differ diff --git a/assets/image/yellow-compressed.png b/assets/image/yellow-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..933df8d75b5e55abaa68205fc1b4b6da0cb94ba3 Binary files /dev/null and b/assets/image/yellow-compressed.png differ diff --git a/assets/image/yellow.png b/assets/image/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..aaba3eae99a03e0f84abae1dc52295edc3f2e7a1 Binary files /dev/null and b/assets/image/yellow.png differ diff --git a/index.html b/index.html index 49760004bc16dd93591a45b28ebe5c930a0dc3b5..95adf305f40a8215d065bba3ff44738c35ac246c 100644 --- a/index.html +++ b/index.html @@ -164,6 +164,27 @@ .setting-input input { width: 100%; } + + .yellow { + background-color: #f7ba00; + } + + .red, + .no { + background-color: #e43b00; + } + .text-green{ + color: #00A766; + background-color: #CFEEDF; + } + .text-red{ + color: #e43b00; + background-color: #ffe6dc; + } + .text-yellow{ + color: #f7ba00; + background-color: #fff4d3; + } @@ -171,7 +192,7 @@
-
+
@@ -181,12 +202,11 @@
-
-
+
- 请收下绿色行程卡 + 请收下{{card.type==1?'黄':card.type==0?'绿':'红'}}色行程卡
@@ -206,7 +226,7 @@

- +
{{ item.name }}
- - + +
+
-
@@ -276,18 +305,9 @@
-

+

* 本页面仅作纪念,无实际意义,不得用于防疫等相关场景

-

- 本页面由 程序员小墨 制作并开源
- 欢迎关注: - B站 - 公众号 - 开源地址: - GitHub - Gitee -