a642bf16a2
design/ 同步自最新设计导出,新增 ui_kits/tablet/ 平板分栏布局;todo/ 录入 18 个并行实施任务。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
622 B
HTML
14 lines
622 B
HTML
<!-- @dsCard group="UI Kit — Web 用户中心" name="UI Kit · 用户中心 · 移动端" subtitle="390px 手机布局 · 横滑导航 · 单列卡片" viewport="390x780" -->
|
|
<!doctype html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>穿山甲 · 用户中心移动端预览</title>
|
|
<style>html,body{margin:0;padding:0;height:100%;background:#FAF8F4}iframe{border:0;width:390px;height:100vh;display:block;margin:0 auto}</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="index.html?v8" title="穿山甲用户中心 · 移动端"></iframe>
|
|
</body>
|
|
</html>
|