-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstal.html
More file actions
200 lines (194 loc) · 6.58 KB
/
instal.html
File metadata and controls
200 lines (194 loc) · 6.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="zh" dir="ltr" class="push">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=5,viewport-fit=cover"
/>
<title>装机必备</title>
<link rel="stylesheet" href="./css/main.css" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style>
.app-info > div:not(:last-child)::after {
content: "";
position: absolute;
top: 50%;
right: -0.7rem; /* 调整位置,使其位于两个元素之间 */
width: 1px; /* 分隔线的宽度 */
height: 80%; /* 分隔线的高度 */
background-color: #ccc; /* 分隔线的颜色 */
transform: translateY(-50%);
}
</style>
</head>
<body>
<header class="fixed top-0 left-0 right-0 z-10 p-4">
<a
href="./"
class="w-12 h-12 flex justify-center items-center border border-gray-200 rounded-full backdrop-blur-md bg-white/20 float-right"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-4 h-4"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
role="graphics-symbol"
aria-labelledby="title-30 desc-30"
>
<title id="title-30">Icon title</title>
<desc id="desc-30">A more detailed description of the icon</desc>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M6 18L18 6M6 6l12 12"
></path>
</svg>
</a>
</header>
<section class="bg-indigo-400" style="view-transition-name: instal">
<img src="./images/装机必备.png" class="text-2xl font-bold" />
<div class="text-white px-5 pb-5">
<p class="text-xs">入门</p>
<p class="text-2xl font-semibold">iPhone 装机必备</p>
<p class="text-xs">新iPhone,新生活</p>
</div>
</section>
<section class="p-5 flex flex-col gap-5 text-gray-400">
<p>
App 已经成为我们的生活。刚刚拿到新iPhone? 下载、安装
App,就是整理生活、探索生活。
</p>
<p>
以下精选合集提供一站式资源库,让你轻松找到iPhone 必备
App,即刻开启新旅程!
</p>
</section>
<section class="p-5 flex flex-col gap-5">
<p class="font-bold text-xl">分享生活点滴</p>
<div class="relative flex w-full flex-col items-center">
<div class="group flex w-full cursor-pointer items-center gap-4">
<img
height="56"
width="56"
alt="Game"
src="./images/王者荣耀.webp"
class="rounded-xl"
/>
<div
class="flex grow items-center justify-between group-last:border-none"
>
<div class="flex flex-col gap-0.5 py-4">
<h2 class="text-sm font-semibold">王者荣耀</h2>
<p class="text-sm text-gray-500">S40赛季 命若星火</p>
</div>
<button
class="rounded-full bg-gray-300 px-3 py-1 text-sm font-semibold text-[#007AFF]"
>
打开
</button>
</div>
</div>
<div class="group flex w-full cursor-pointer items-center gap-4">
<img
height="56"
width="56"
alt="Game"
src="./images/王者荣耀.webp"
class="rounded-xl"
/>
<div
class="flex grow items-center justify-between group-last:border-none"
>
<div class="flex flex-col gap-0.5 py-4">
<h2 class="text-sm font-semibold">王者荣耀</h2>
<p class="text-sm text-gray-500">S40赛季 命若星火</p>
</div>
<button
class="rounded-full bg-gray-300 px-3 py-1 text-sm font-semibold text-[#007AFF]"
>
打开
</button>
</div>
</div>
<div class="group flex w-full cursor-pointer items-center gap-4">
<img
height="56"
width="56"
alt="Game"
src="./images/王者荣耀.webp"
class="rounded-xl"
/>
<div
class="flex grow items-center justify-between group-last:border-none"
>
<div class="flex flex-col gap-0.5 py-4">
<h2 class="text-sm font-semibold">王者荣耀</h2>
<p class="text-sm text-gray-500">S40赛季 命若星火</p>
</div>
<button
class="rounded-full bg-gray-300 px-3 py-1 text-sm font-semibold text-[#007AFF]"
>
打开
</button>
</div>
</div>
<div class="group flex w-full cursor-pointer items-center gap-4">
<img
height="56"
width="56"
alt="Game"
src="./images/王者荣耀.webp"
class="rounded-xl"
/>
<div
class="flex grow items-center justify-between group-last:border-none"
>
<div class="flex flex-col gap-0.5 py-4">
<h2 class="text-sm font-semibold">王者荣耀</h2>
<p class="text-sm text-gray-500">S40赛季 命若星火</p>
</div>
<button
class="rounded-full bg-gray-300 px-3 py-1 text-sm font-semibold text-[#007AFF]"
>
打开
</button>
</div>
</div>
<div class="group flex w-full cursor-pointer items-center gap-4">
<img
height="56"
width="56"
alt="Game"
src="./images/王者荣耀.webp"
class="rounded-xl"
/>
<div
class="flex grow items-center justify-between group-last:border-none"
>
<div class="flex flex-col gap-0.5 py-4">
<h2 class="text-sm font-semibold">王者荣耀</h2>
<p class="text-sm text-gray-500">S40赛季 命若星火</p>
</div>
<button
class="rounded-full bg-gray-300 px-3 py-1 text-sm font-semibold text-[#007AFF]"
>
打开
</button>
</div>
</div>
</div>
</section>
<script>
window.addEventListener("pageswap", async (e) => {
if (e.viewTransition) {
sessionStorage.setItem("backUrl", window.location.href);
}
});
// window.addEventListener("pagereveal", async (e) => {
// });
</script>
</body>
</html>