Skip to content

Instantly share code, notes, and snippets.

@Yping-98
Yping-98 / prototype-abhao-apply.html
Last active April 23, 2026 05:54
体验营 AB号审核 / ABhao申请 线框原型
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>体验营 · AB号审核 - 原型</title>
<style>
* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; background: #f0f2f5; color: rgba(0,0,0,0.88); font-size: 14px; min-height: 100vh; }
.app { display: flex; min-height: 100vh; }