From 1d10707626e154617d2022b1899ac9cd6aa97218 Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 30 May 2024 17:02:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- detail-style.css | 21 ++++++++++++++++++ detail.html | 43 ++++++++++++++++++++++++++++++++++++ style.css => index-style.css | 0 index.html | 4 ++-- 4 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 detail-style.css rename style.css => index-style.css (100%) diff --git a/detail-style.css b/detail-style.css new file mode 100644 index 0000000..0eb9857 --- /dev/null +++ b/detail-style.css @@ -0,0 +1,21 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +#app { + width: 100%; + height: 100vh; + overflow: hidden; + background-color: #fafafa; +} + +.header { + width: 100%; + height: 3.4rem; + background: url("https://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/department-of-finance/img/detail-bg.png") + no-repeat; + background-size: 100%; + margin-top: -0.88rem; +} diff --git a/detail.html b/detail.html index e69de29..d93887f 100644 --- a/detail.html +++ b/detail.html @@ -0,0 +1,43 @@ + + + + + + + + 兑换详情 + + + + + + + + + + + + + + + + +
+
+
+ + + + \ No newline at end of file diff --git a/style.css b/index-style.css similarity index 100% rename from style.css rename to index-style.css diff --git a/index.html b/index.html index 7b5389b..2761e45 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + 权益会员N选1 @@ -25,7 +25,7 @@ - +