result-card-white.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Darwin Skill - 我的Skill进化报告(白金版)</title>
  7. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap" rel="stylesheet">
  10. <style>
  11. *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  12. body {
  13. display: flex;
  14. justify-content: center;
  15. align-items: flex-start;
  16. min-height: 100vh;
  17. background: #FFFFFF;
  18. font-family: 'Noto Sans SC', 'Inter', sans-serif;
  19. padding: 0;
  20. }
  21. .card {
  22. width: 900px;
  23. min-height: 600px;
  24. display: flex;
  25. flex-direction: column;
  26. background: #FFFFFF;
  27. color: #1A1A1A;
  28. }
  29. /* ===== 金色渐变工具 ===== */
  30. .gold-text {
  31. background: linear-gradient(135deg, #B8860B, #DAA520, #B8860B);
  32. -webkit-background-clip: text;
  33. -webkit-text-fill-color: transparent;
  34. background-clip: text;
  35. }
  36. .gold-line {
  37. height: 1px;
  38. background: linear-gradient(90deg, #B8860B, #DAA520, #B8860B);
  39. width: 100%;
  40. }
  41. /* ===== 1. 顶部极简品牌 ===== */
  42. .top-bar {
  43. padding: 32px 56px 0;
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: center;
  47. }
  48. .top-brand {
  49. font-size: 13px;
  50. font-weight: 500;
  51. color: #CCCCCC;
  52. font-family: 'Inter', sans-serif;
  53. letter-spacing: 0.06em;
  54. }
  55. .top-date {
  56. font-size: 13px;
  57. font-weight: 400;
  58. color: #CCCCCC;
  59. font-family: 'Inter', sans-serif;
  60. }
  61. .top-line {
  62. margin: 20px 56px 0;
  63. }
  64. /* ===== 2. 核心成就区 ===== */
  65. .hero {
  66. padding: 56px 56px 0;
  67. text-align: center;
  68. display: flex;
  69. flex-direction: column;
  70. align-items: center;
  71. gap: 20px;
  72. }
  73. .hero-subtitle {
  74. font-size: 16px;
  75. font-weight: 400;
  76. color: #999999;
  77. letter-spacing: 0.12em;
  78. }
  79. .hero-skill-name {
  80. font-size: 48px;
  81. font-weight: 900;
  82. color: #1A1A1A;
  83. line-height: 1.15;
  84. letter-spacing: -0.02em;
  85. }
  86. /* 超大分数显示 */
  87. .score-display {
  88. display: flex;
  89. align-items: baseline;
  90. justify-content: center;
  91. gap: 16px;
  92. margin-top: 8px;
  93. }
  94. .score-from {
  95. font-size: 80px;
  96. font-weight: 300;
  97. font-family: 'Inter', sans-serif;
  98. color: #E8E8E8;
  99. line-height: 1;
  100. letter-spacing: -0.04em;
  101. }
  102. .score-arrow {
  103. display: inline-block;
  104. width: 48px;
  105. height: 2px;
  106. background: linear-gradient(90deg, #B8860B, #DAA520);
  107. position: relative;
  108. top: -30px;
  109. }
  110. .score-arrow::after {
  111. content: '';
  112. position: absolute;
  113. right: -2px;
  114. top: -5px;
  115. width: 0;
  116. height: 0;
  117. border-left: 10px solid #DAA520;
  118. border-top: 6px solid transparent;
  119. border-bottom: 6px solid transparent;
  120. }
  121. .score-to {
  122. font-size: 128px;
  123. font-weight: 900;
  124. font-family: 'Inter', sans-serif;
  125. color: #1A1A1A;
  126. line-height: 1;
  127. letter-spacing: -0.05em;
  128. }
  129. .delta-display {
  130. display: inline-block;
  131. font-size: 48px;
  132. font-weight: 900;
  133. font-family: 'Inter', sans-serif;
  134. letter-spacing: -0.02em;
  135. background: linear-gradient(135deg, #B8860B, #DAA520, #B8860B);
  136. -webkit-background-clip: text;
  137. -webkit-text-fill-color: transparent;
  138. background-clip: text;
  139. margin-top: 8px;
  140. }
  141. /* ===== 3. 金色分割线 ===== */
  142. .divider {
  143. margin: 36px 56px 0;
  144. }
  145. /* ===== 4. 最大突破区 ===== */
  146. .breakthrough {
  147. padding: 40px 56px 0;
  148. text-align: left;
  149. }
  150. .breakthrough-label {
  151. font-size: 13px;
  152. font-weight: 700;
  153. letter-spacing: 0.12em;
  154. margin-bottom: 12px;
  155. background: linear-gradient(135deg, #B8860B, #DAA520);
  156. -webkit-background-clip: text;
  157. -webkit-text-fill-color: transparent;
  158. background-clip: text;
  159. }
  160. .breakthrough-dim {
  161. font-size: 36px;
  162. font-weight: 900;
  163. color: #1A1A1A;
  164. margin-bottom: 8px;
  165. letter-spacing: -0.01em;
  166. }
  167. .breakthrough-score-row {
  168. display: flex;
  169. align-items: baseline;
  170. gap: 14px;
  171. margin-bottom: 12px;
  172. }
  173. .breakthrough-from {
  174. font-size: 48px;
  175. font-weight: 300;
  176. font-family: 'Inter', sans-serif;
  177. color: #E0E0E0;
  178. line-height: 1;
  179. }
  180. .breakthrough-mini-arrow {
  181. display: inline-block;
  182. width: 32px;
  183. height: 2px;
  184. background: linear-gradient(90deg, #B8860B, #DAA520);
  185. position: relative;
  186. top: -16px;
  187. }
  188. .breakthrough-mini-arrow::after {
  189. content: '';
  190. position: absolute;
  191. right: -1px;
  192. top: -4px;
  193. width: 0;
  194. height: 0;
  195. border-left: 8px solid #DAA520;
  196. border-top: 5px solid transparent;
  197. border-bottom: 5px solid transparent;
  198. }
  199. .breakthrough-to {
  200. font-size: 64px;
  201. font-weight: 900;
  202. font-family: 'Inter', sans-serif;
  203. color: #1A1A1A;
  204. line-height: 1;
  205. }
  206. .breakthrough-pct {
  207. font-size: 20px;
  208. font-weight: 700;
  209. font-family: 'Inter', sans-serif;
  210. margin-left: 4px;
  211. background: linear-gradient(135deg, #B8860B, #DAA520);
  212. -webkit-background-clip: text;
  213. -webkit-text-fill-color: transparent;
  214. background-clip: text;
  215. }
  216. .breakthrough-story {
  217. font-size: 15px;
  218. font-weight: 400;
  219. color: #999999;
  220. line-height: 1.6;
  221. margin-top: 4px;
  222. }
  223. /* ===== 5. 维度网格 ===== */
  224. .dims {
  225. padding: 40px 56px 0;
  226. text-align: left;
  227. }
  228. .dims-grid {
  229. display: grid;
  230. grid-template-columns: repeat(4, 1fr);
  231. gap: 0;
  232. }
  233. .dim-cell {
  234. padding: 20px 16px;
  235. border-bottom: 1px solid #F0F0F0;
  236. display: flex;
  237. flex-direction: column;
  238. gap: 4px;
  239. }
  240. /* 右边框:每行前3个有 */
  241. .dim-cell:nth-child(4n+1),
  242. .dim-cell:nth-child(4n+2),
  243. .dim-cell:nth-child(4n+3) {
  244. border-right: 1px solid #F0F0F0;
  245. }
  246. /* 最后一行去掉底边框 */
  247. .dim-cell:nth-child(n+5) {
  248. border-bottom: none;
  249. }
  250. .dim-name {
  251. font-size: 12px;
  252. font-weight: 500;
  253. color: #999999;
  254. letter-spacing: 0.04em;
  255. }
  256. .dim-score-row {
  257. display: flex;
  258. align-items: baseline;
  259. gap: 8px;
  260. }
  261. .dim-score {
  262. font-size: 32px;
  263. font-weight: 900;
  264. font-family: 'Inter', sans-serif;
  265. color: #1A1A1A;
  266. line-height: 1.1;
  267. letter-spacing: -0.03em;
  268. }
  269. .dim-delta {
  270. font-size: 13px;
  271. font-weight: 700;
  272. font-family: 'Inter', sans-serif;
  273. background: linear-gradient(135deg, #B8860B, #DAA520);
  274. -webkit-background-clip: text;
  275. -webkit-text-fill-color: transparent;
  276. background-clip: text;
  277. }
  278. /* ===== 6. 底部 ===== */
  279. .footer-line {
  280. margin: 48px 56px 0;
  281. }
  282. .footer {
  283. padding: 20px 56px 32px;
  284. display: flex;
  285. justify-content: space-between;
  286. align-items: center;
  287. }
  288. .footer-left {
  289. display: flex;
  290. align-items: center;
  291. gap: 16px;
  292. }
  293. .footer-brand {
  294. font-size: 14px;
  295. font-weight: 600;
  296. color: #CCCCCC;
  297. font-family: 'Inter', sans-serif;
  298. letter-spacing: 0.04em;
  299. }
  300. .footer-brand .dot {
  301. background: linear-gradient(135deg, #B8860B, #DAA520);
  302. -webkit-background-clip: text;
  303. -webkit-text-fill-color: transparent;
  304. background-clip: text;
  305. }
  306. .footer-slogan {
  307. font-size: 12px;
  308. font-weight: 400;
  309. color: #CCCCCC;
  310. }
  311. .footer-url {
  312. font-size: 12px;
  313. font-weight: 400;
  314. color: #CCCCCC;
  315. font-family: 'Inter', sans-serif;
  316. }
  317. </style>
  318. </head>
  319. <body>
  320. <div class="card">
  321. <!-- 1. 顶部极简品牌 -->
  322. <div class="top-bar">
  323. <div class="top-brand">Darwin.skill</div>
  324. <div class="top-date" data-field="date">2026.04.14</div>
  325. </div>
  326. <div class="gold-line top-line"></div>
  327. <!-- 2. 核心成就区 -->
  328. <div class="hero">
  329. <div class="hero-subtitle">我的Skill进化报告</div>
  330. <div class="hero-skill-name" data-field="skill-name">审校降AI味</div>
  331. <div class="score-display">
  332. <span class="score-from" data-field="score-before">72</span>
  333. <span class="score-arrow"></span>
  334. <span class="score-to" data-field="score-after">87</span>
  335. </div>
  336. <div class="delta-display" data-field="score-delta">+15</div>
  337. </div>
  338. <!-- 3. 金色分割线 -->
  339. <div class="gold-line divider"></div>
  340. <!-- 4. 最大突破 -->
  341. <div class="breakthrough">
  342. <div class="breakthrough-label">最大突破</div>
  343. <div class="breakthrough-dim" data-field="top1-name">指令精度</div>
  344. <div class="breakthrough-score-row">
  345. <span class="breakthrough-from" data-field="top1-from">5</span>
  346. <span class="breakthrough-mini-arrow"></span>
  347. <span class="breakthrough-to" data-field="top1-to">9</span>
  348. <span class="breakthrough-pct" data-field="top1-pct">+80%</span>
  349. </div>
  350. <div class="breakthrough-story" data-field="top1-story">从模糊指令到精确可执行,指令精度翻了将近一倍</div>
  351. </div>
  352. <!-- 5. 维度网格 -->
  353. <div class="dims">
  354. <div class="dims-grid">
  355. <div class="dim-cell">
  356. <div class="dim-name">元数据</div>
  357. <div class="dim-score-row">
  358. <span class="dim-score">8</span>
  359. <span class="dim-delta">&#9650; +2</span>
  360. </div>
  361. </div>
  362. <div class="dim-cell">
  363. <div class="dim-name">工作流</div>
  364. <div class="dim-score-row">
  365. <span class="dim-score">8</span>
  366. <span class="dim-delta">&#9650; +3</span>
  367. </div>
  368. </div>
  369. <div class="dim-cell">
  370. <div class="dim-name">边界覆盖</div>
  371. <div class="dim-score-row">
  372. <span class="dim-score">7</span>
  373. <span class="dim-delta">&#9650; +3</span>
  374. </div>
  375. </div>
  376. <div class="dim-cell">
  377. <div class="dim-name">检查点</div>
  378. <div class="dim-score-row">
  379. <span class="dim-score">7</span>
  380. <span class="dim-delta">&#9650; +1</span>
  381. </div>
  382. </div>
  383. <div class="dim-cell">
  384. <div class="dim-name">指令精度</div>
  385. <div class="dim-score-row">
  386. <span class="dim-score">9</span>
  387. <span class="dim-delta">&#9650; +4</span>
  388. </div>
  389. </div>
  390. <div class="dim-cell">
  391. <div class="dim-name">资源整合</div>
  392. <div class="dim-score-row">
  393. <span class="dim-score">8</span>
  394. <span class="dim-delta">&#9650; +1</span>
  395. </div>
  396. </div>
  397. <div class="dim-cell">
  398. <div class="dim-name">整体架构</div>
  399. <div class="dim-score-row">
  400. <span class="dim-score">8</span>
  401. <span class="dim-delta">&#9650; +2</span>
  402. </div>
  403. </div>
  404. <div class="dim-cell">
  405. <div class="dim-name">实测表现</div>
  406. <div class="dim-score-row">
  407. <span class="dim-score">8</span>
  408. <span class="dim-delta">&#9650; +3</span>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. <!-- 6. 底部 -->
  414. <div class="gold-line footer-line"></div>
  415. <div class="footer">
  416. <div class="footer-left">
  417. <div class="footer-brand">Darwin<span class="dot">.</span>skill</div>
  418. <div class="footer-slogan">像训练模型一样进化你的Skills</div>
  419. </div>
  420. <div class="footer-url">github.com/alchaincyf/darwin-skill</div>
  421. </div>
  422. </div>
  423. </body>
  424. </html>