2
0

yongren.html 85 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475
  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>用人方小程序 - 完整原型</title>
  7. <script src="https://cdn.tailwindcss.com"></script>
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
  9. <style>
  10. .mobile-frame {
  11. width: 375px;
  12. height: 667px;
  13. border-radius: 40px;
  14. box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  15. overflow: hidden;
  16. position: relative;
  17. background-color: white;
  18. }
  19. .status-bar {
  20. height: 44px;
  21. background: rgba(255, 255, 255, 0.9);
  22. display: flex;
  23. align-items: center;
  24. justify-content: space-between;
  25. padding: 0 20px;
  26. font-size: 14px;
  27. border-bottom: 1px solid #f0f0f0;
  28. }
  29. .tab-bar {
  30. height: 60px;
  31. background: white;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-around;
  35. border-top: 1px solid #f0f0f0;
  36. }
  37. .tab-item {
  38. display: flex;
  39. flex-direction: column;
  40. align-items: center;
  41. justify-content: center;
  42. font-size: 12px;
  43. color: #999;
  44. cursor: pointer;
  45. }
  46. .tab-item.active {
  47. color: #3b82f6;
  48. }
  49. .card {
  50. border-radius: 12px;
  51. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  52. overflow: hidden;
  53. }
  54. .gradient-bg {
  55. background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
  56. }
  57. .person-card {
  58. transition: all 0.3s ease;
  59. }
  60. .person-card:hover {
  61. transform: translateY(-2px);
  62. box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  63. }
  64. .avatar {
  65. width: 60px;
  66. height: 60px;
  67. border-radius: 50%;
  68. object-fit: cover;
  69. }
  70. .name-avatar {
  71. width: 60px;
  72. height: 60px;
  73. border-radius: 50%;
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. font-size: 24px;
  78. font-weight: bold;
  79. color: white;
  80. margin-right: 12px;
  81. }
  82. .name-avatar.blue {
  83. background-color: #3b82f6;
  84. }
  85. .name-avatar.green {
  86. background-color: #10b981;
  87. }
  88. .name-avatar.purple {
  89. background-color: #8b5cf6;
  90. }
  91. .name-avatar.orange {
  92. background-color: #f59e0b;
  93. }
  94. .progress-bar {
  95. height: 6px;
  96. border-radius: 3px;
  97. background-color: #e5e7eb;
  98. overflow: hidden;
  99. }
  100. .progress-fill {
  101. height: 100%;
  102. border-radius: 3px;
  103. background-color: #10b981;
  104. }
  105. .stat-card {
  106. background: white;
  107. border-radius: 12px;
  108. padding: 16px;
  109. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  110. }
  111. .pulse-dot {
  112. width: 10px;
  113. height: 10px;
  114. border-radius: 50%;
  115. background-color: #10b981;
  116. animation: pulse 2s infinite;
  117. }
  118. .page {
  119. display: none;
  120. height: calc(100% - 104px);
  121. overflow-y: auto;
  122. }
  123. .page.active {
  124. display: block;
  125. }
  126. .chart-container {
  127. height: 200px;
  128. position: relative;
  129. }
  130. .chart-bar {
  131. position: absolute;
  132. bottom: 0;
  133. width: 30px;
  134. background-color: #3b82f6;
  135. border-radius: 4px 4px 0 0;
  136. }
  137. @keyframes pulse {
  138. 0% {
  139. transform: scale(0.95);
  140. box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  141. }
  142. 70% {
  143. transform: scale(1);
  144. box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  145. }
  146. 100% {
  147. transform: scale(0.95);
  148. box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  149. }
  150. }
  151. </style>
  152. </head>
  153. <body class="bg-gray-100 min-h-screen p-6">
  154. <div class="max-w-6xl mx-auto">
  155. <h1 class="text-3xl font-bold text-center text-gray-800 mb-2">用人方小程序 - 完整原型设计</h1>
  156. <p class="text-center text-gray-600 mb-8">基于数据库结构的完整页面原型展示</p>
  157. <div class="flex flex-wrap justify-center gap-8">
  158. <!-- 页面1: 登录页 -->
  159. <div class="flex flex-col items-center">
  160. <h2 class="text-xl font-semibold text-gray-700 mb-4">登录页</h2>
  161. <div class="mobile-frame">
  162. <div class="status-bar">
  163. <span>9:41</span>
  164. <div class="flex space-x-1">
  165. <i class="fas fa-signal"></i>
  166. <i class="fas fa-wifi"></i>
  167. <i class="fas fa-battery-three-quarters"></i>
  168. </div>
  169. </div>
  170. <div class="h-[calc(100%-44px)] flex flex-col justify-center p-8">
  171. <div class="text-center mb-10">
  172. <h1 class="text-2xl font-bold text-gray-800 mb-2">残疾人就业平台</h1>
  173. <p class="text-gray-600">为人力资源公司提供专业服务</p>
  174. </div>
  175. <div class="mb-6">
  176. <div class="flex items-center border border-gray-300 rounded-lg px-4 py-3 mb-4">
  177. <i class="fas fa-phone text-gray-400 mr-3"></i>
  178. <input type="tel" placeholder="请输入手机号" class="w-full outline-none">
  179. </div>
  180. <div class="flex items-center border border-gray-300 rounded-lg px-4 py-3">
  181. <i class="fas fa-lock text-gray-400 mr-3"></i>
  182. <input type="password" placeholder="请输入密码" class="w-full outline-none">
  183. </div>
  184. </div>
  185. <button class="gradient-bg text-white w-full py-3 rounded-lg font-medium mb-4">登录</button>
  186. <div class="text-center">
  187. <a href="#" class="text-sm text-blue-500">忘记密码?</a>
  188. </div>
  189. <div class="mt-12 text-center text-gray-500 text-sm">
  190. <p>登录即表示同意<span class="text-blue-500">《用户协议》</span>和<span class="text-blue-500">《隐私政策》</span></p>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. <!-- 页面2: 首页 -->
  196. <div class="flex flex-col items-center">
  197. <h2 class="text-xl font-semibold text-gray-700 mb-4">首页/看板</h2>
  198. <div class="mobile-frame">
  199. <div class="status-bar">
  200. <span>9:41</span>
  201. <div class="flex space-x-1">
  202. <i class="fas fa-signal"></i>
  203. <i class="fas fa-wifi"></i>
  204. <i class="fas fa-battery-three-quarters"></i>
  205. </div>
  206. </div>
  207. <div class="h-[calc(100%-104px)] overflow-y-auto p-4">
  208. <!-- 顶部信息栏 -->
  209. <div class="gradient-bg text-white rounded-2xl p-5 mb-4">
  210. <div class="flex justify-between items-center">
  211. <div>
  212. <p class="text-sm opacity-80">欢迎回来</p>
  213. <h2 class="text-xl font-bold">阿里巴巴集团</h2>
  214. </div>
  215. <div class="w-12 h-12 rounded-full bg-white/20 flex items-center justify-center">
  216. <i class="fas fa-building text-white text-xl"></i>
  217. </div>
  218. </div>
  219. <div class="mt-4 flex justify-between">
  220. <div class="text-center">
  221. <p class="text-2xl font-bold">24</p>
  222. <p class="text-xs opacity-80">在职人员</p>
  223. </div>
  224. <div class="text-center">
  225. <p class="text-2xl font-bold">5</p>
  226. <p class="text-xs opacity-80">待入职</p>
  227. </div>
  228. <div class="text-center">
  229. <p class="text-2xl font-bold">3</p>
  230. <p class="text-xs opacity-80">本月新增</p>
  231. </div>
  232. </div>
  233. </div>
  234. <!-- 快速操作 -->
  235. <div class="grid grid-cols-4 gap-3 mb-4">
  236. <div class="bg-blue-50 rounded-xl p-3 text-center">
  237. <i class="fas fa-user-friends text-blue-500 text-lg mb-1"></i>
  238. <p class="text-xs text-gray-700">人才库</p>
  239. </div>
  240. <div class="bg-green-50 rounded-xl p-3 text-center">
  241. <i class="fas fa-chart-pie text-green-500 text-lg mb-1"></i>
  242. <p class="text-xs text-gray-700">数据统计</p>
  243. </div>
  244. <div class="bg-purple-50 rounded-xl p-3 text-center">
  245. <i class="fas fa-file-alt text-purple-500 text-lg mb-1"></i>
  246. <p class="text-xs text-gray-700">订单管理</p>
  247. </div>
  248. <div class="bg-yellow-50 rounded-xl p-3 text-center">
  249. <i class="fas fa-cog text-yellow-500 text-lg mb-1"></i>
  250. <p class="text-xs text-gray-700">设置</p>
  251. </div>
  252. </div>
  253. <!-- 人才列表 -->
  254. <div class="mb-4">
  255. <div class="flex justify-between items-center mb-3">
  256. <h3 class="font-semibold text-gray-700">分配人才</h3>
  257. <a href="#" class="text-xs text-blue-500">查看全部</a>
  258. </div>
  259. <div class="space-y-3">
  260. <!-- 人才卡片1 -->
  261. <div class="person-card card bg-white p-4 flex items-center">
  262. <div class="name-avatar blue">张</div>
  263. <div class="flex-1">
  264. <div class="flex justify-between items-start">
  265. <div>
  266. <h4 class="font-semibold text-gray-800">张明</h4>
  267. <p class="text-xs text-gray-500">肢体残疾 · 三级</p>
  268. </div>
  269. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
  270. </div>
  271. <div class="mt-2">
  272. <div class="flex justify-between text-xs text-gray-500 mb-1">
  273. <span>入职时间: 2023-08-15</span>
  274. <span>薪资: ¥4,800</span>
  275. </div>
  276. <div class="progress-bar">
  277. <div class="progress-fill" style="width: 85%"></div>
  278. </div>
  279. </div>
  280. </div>
  281. </div>
  282. <!-- 人才卡片2 -->
  283. <div class="person-card card bg-white p-4 flex items-center">
  284. <div class="name-avatar green">李</div>
  285. <div class="flex-1">
  286. <div class="flex justify-between items-start">
  287. <div>
  288. <h4 class="font-semibold text-gray-800">李小红</h4>
  289. <p class="text-xs text-gray-500">听力残疾 · 二级</p>
  290. </div>
  291. <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待入职</span>
  292. </div>
  293. <div class="mt-2">
  294. <div class="flex justify-between text-xs text-gray-500 mb-1">
  295. <span>预计入职: 2023-12-01</span>
  296. <span>薪资: ¥4,200</span>
  297. </div>
  298. <div class="progress-bar">
  299. <div class="progress-fill" style="width: 60%"></div>
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. <!-- 数据统计 -->
  307. <div class="mb-4">
  308. <h3 class="font-semibold text-gray-700 mb-3">数据统计</h3>
  309. <div class="grid grid-cols-2 gap-3">
  310. <div class="stat-card">
  311. <div class="flex items-center mb-2">
  312. <div class="pulse-dot mr-2"></div>
  313. <p class="text-sm text-gray-600">在职率</p>
  314. </div>
  315. <p class="text-2xl font-bold text-gray-800">92%</p>
  316. </div>
  317. <div class="stat-card">
  318. <p class="text-sm text-gray-600 mb-2">平均薪资</p>
  319. <p class="text-2xl font-bold text-gray-800">¥4,650</p>
  320. </div>
  321. </div>
  322. </div>
  323. </div>
  324. <!-- 底部导航 -->
  325. <div class="tab-bar">
  326. <div class="tab-item active">
  327. <i class="fas fa-home text-lg mb-1"></i>
  328. <span>首页</span>
  329. </div>
  330. <div class="tab-item">
  331. <i class="fas fa-user-friends text-lg mb-1"></i>
  332. <span>人才</span>
  333. </div>
  334. <div class="tab-item">
  335. <i class="fas fa-chart-bar text-lg mb-1"></i>
  336. <span>数据</span>
  337. </div>
  338. <div class="tab-item">
  339. <i class="fas fa-user text-lg mb-1"></i>
  340. <span>我的</span>
  341. </div>
  342. </div>
  343. </div>
  344. </div>
  345. <!-- 页面3: 人才列表页 -->
  346. <div class="flex flex-col items-center">
  347. <h2 class="text-xl font-semibold text-gray-700 mb-4">人才列表页</h2>
  348. <div class="mobile-frame">
  349. <div class="status-bar">
  350. <span>9:41</span>
  351. <div class="flex space-x-1">
  352. <i class="fas fa-signal"></i>
  353. <i class="fas fa-wifi"></i>
  354. <i class="fas fa-battery-three-quarters"></i>
  355. </div>
  356. </div>
  357. <div class="h-[calc(100%-104px)] overflow-y-auto">
  358. <!-- 搜索和筛选 -->
  359. <div class="p-4 border-b border-gray-200">
  360. <div class="flex items-center bg-gray-100 rounded-lg px-4 py-2 mb-3">
  361. <i class="fas fa-search text-gray-400 mr-2"></i>
  362. <input type="text" placeholder="搜索姓名、残疾证号..." class="w-full bg-transparent outline-none">
  363. </div>
  364. <div class="flex space-x-2 overflow-x-auto pb-2">
  365. <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">全部</span>
  366. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">在职</span>
  367. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">待入职</span>
  368. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">离职</span>
  369. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">肢体残疾</span>
  370. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">听力残疾</span>
  371. </div>
  372. </div>
  373. <!-- 人才列表 -->
  374. <div class="p-4">
  375. <div class="flex justify-between items-center mb-4">
  376. <h3 class="font-semibold text-gray-700">全部人才 (32)</h3>
  377. <div class="flex space-x-2">
  378. <button class="text-gray-500">
  379. <i class="fas fa-sort"></i>
  380. </button>
  381. <button class="text-gray-500">
  382. <i class="fas fa-filter"></i>
  383. </button>
  384. </div>
  385. </div>
  386. <div class="space-y-3">
  387. <!-- 人才卡片1 -->
  388. <div class="person-card card bg-white p-4 flex items-center">
  389. <div class="name-avatar blue">张</div>
  390. <div class="flex-1">
  391. <div class="flex justify-between items-start">
  392. <div>
  393. <h4 class="font-semibold text-gray-800">张明</h4>
  394. <p class="text-xs text-gray-500">肢体残疾 · 三级 · 男 · 28岁</p>
  395. </div>
  396. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
  397. </div>
  398. <div class="mt-2 flex justify-between text-xs text-gray-500">
  399. <span>入职: 2023-08-15</span>
  400. <span>薪资: ¥4,800</span>
  401. </div>
  402. </div>
  403. </div>
  404. <!-- 人才卡片2 -->
  405. <div class="person-card card bg-white p-4 flex items-center">
  406. <div class="name-avatar green">李</div>
  407. <div class="flex-1">
  408. <div class="flex justify-between items-start">
  409. <div>
  410. <h4 class="font-semibold text-gray-800">李小红</h4>
  411. <p class="text-xs text-gray-500">听力残疾 · 二级 · 女 · 25岁</p>
  412. </div>
  413. <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待入职</span>
  414. </div>
  415. <div class="mt-2 flex justify-between text-xs text-gray-500">
  416. <span>预计入职: 2023-12-01</span>
  417. <span>薪资: ¥4,200</span>
  418. </div>
  419. </div>
  420. </div>
  421. <!-- 人才卡片3 -->
  422. <div class="person-card card bg-white p-4 flex items-center">
  423. <div class="name-avatar purple">王</div>
  424. <div class="flex-1">
  425. <div class="flex justify-between items-start">
  426. <div>
  427. <h4 class="font-semibold text-gray-800">王强</h4>
  428. <p class="text-xs text-gray-500">视力残疾 · 一级 · 男 · 32岁</p>
  429. </div>
  430. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
  431. </div>
  432. <div class="mt-2 flex justify-between text-xs text-gray-500">
  433. <span>入职: 2023-05-10</span>
  434. <span>薪资: ¥5,200</span>
  435. </div>
  436. </div>
  437. </div>
  438. <!-- 人才卡片4 -->
  439. <div class="person-card card bg-white p-4 flex items-center">
  440. <div class="name-avatar orange">赵</div>
  441. <div class="flex-1">
  442. <div class="flex justify-between items-start">
  443. <div>
  444. <h4 class="font-semibold text-gray-800">赵琳</h4>
  445. <p class="text-xs text-gray-500">言语残疾 · 二级 · 女 · 29岁</p>
  446. </div>
  447. <span class="bg-red-100 text-red-800 text-xs px-2 py-1 rounded-full">离职</span>
  448. </div>
  449. <div class="mt-2 flex justify-between text-xs text-gray-500">
  450. <span>离职: 2023-10-20</span>
  451. <span>薪资: ¥4,500</span>
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456. </div>
  457. </div>
  458. <!-- 底部导航 -->
  459. <div class="tab-bar">
  460. <div class="tab-item">
  461. <i class="fas fa-home text-lg mb-1"></i>
  462. <span>首页</span>
  463. </div>
  464. <div class="tab-item active">
  465. <i class="fas fa-user-friends text-lg mb-1"></i>
  466. <span>人才</span>
  467. </div>
  468. <div class="tab-item">
  469. <i class="fas fa-chart-bar text-lg mb-1"></i>
  470. <span>数据</span>
  471. </div>
  472. <div class="tab-item">
  473. <i class="fas fa-user text-lg mb-1"></i>
  474. <span>我的</span>
  475. </div>
  476. </div>
  477. </div>
  478. </div>
  479. <!-- 页面4: 人才详情页 -->
  480. <div class="flex flex-col items-center">
  481. <h2 class="text-xl font-semibold text-gray-700 mb-4">人才详情页</h2>
  482. <div class="mobile-frame">
  483. <div class="status-bar">
  484. <span>9:41</span>
  485. <div class="flex space-x-1">
  486. <i class="fas fa-signal"></i>
  487. <i class="fas fa-wifi"></i>
  488. <i class="fas fa-battery-three-quarters"></i>
  489. </div>
  490. </div>
  491. <div class="h-[calc(100%-104px)] overflow-y-auto">
  492. <!-- 顶部信息 -->
  493. <div class="gradient-bg text-white p-5">
  494. <div class="flex justify-between items-start">
  495. <div class="flex items-center">
  496. <div class="w-16 h-16 rounded-full border-2 border-white mr-4 flex items-center justify-center bg-blue-500 text-white text-2xl font-bold">
  497. </div>
  498. <div>
  499. <h2 class="text-xl font-bold">张明</h2>
  500. <p class="text-sm opacity-80">肢体残疾 · 三级 · 在职</p>
  501. </div>
  502. </div>
  503. <div class="bg-white/20 rounded-full p-2">
  504. <i class="fas fa-ellipsis-v text-white"></i>
  505. </div>
  506. </div>
  507. <div class="mt-4 flex justify-between">
  508. <div class="text-center">
  509. <p class="text-2xl font-bold">¥4,800</p>
  510. <p class="text-xs opacity-80">当前薪资</p>
  511. </div>
  512. <div class="text-center">
  513. <p class="text-2xl font-bold">156</p>
  514. <p class="text-xs opacity-80">在职天数</p>
  515. </div>
  516. <div class="text-center">
  517. <p class="text-2xl font-bold">98%</p>
  518. <p class="text-xs opacity-80">出勤率</p>
  519. </div>
  520. </div>
  521. </div>
  522. <!-- 详细信息 -->
  523. <div class="p-4">
  524. <!-- 基本信息 -->
  525. <div class="card bg-white p-4 mb-4">
  526. <h3 class="font-semibold text-gray-700 mb-3">基本信息</h3>
  527. <div class="grid grid-cols-2 gap-3 text-sm">
  528. <div>
  529. <p class="text-gray-500">性别</p>
  530. <p class="text-gray-800">男</p>
  531. </div>
  532. <div>
  533. <p class="text-gray-500">年龄</p>
  534. <p class="text-gray-800">28岁</p>
  535. </div>
  536. <div>
  537. <p class="text-gray-500">身份证号</p>
  538. <p class="text-gray-800">440301********1234</p>
  539. </div>
  540. <div>
  541. <p class="text-gray-500">残疾证号</p>
  542. <p class="text-gray-800">CJZ202300123</p>
  543. </div>
  544. <div class="col-span-2">
  545. <p class="text-gray-500">联系地址</p>
  546. <p class="text-gray-800">广东省深圳市南山区科技园</p>
  547. </div>
  548. </div>
  549. </div>
  550. <!-- 工作信息 -->
  551. <div class="card bg-white p-4 mb-4">
  552. <h3 class="font-semibold text-gray-700 mb-3">工作信息</h3>
  553. <div class="space-y-3 text-sm">
  554. <div class="flex justify-between">
  555. <p class="text-gray-500">入职日期</p>
  556. <p class="text-gray-800">2023-08-15</p>
  557. </div>
  558. <div class="flex justify-between">
  559. <p class="text-gray-500">工作状态</p>
  560. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
  561. </div>
  562. <div class="flex justify-between">
  563. <p class="text-gray-500">所属订单</p>
  564. <p class="text-gray-800">阿里巴巴2023-08</p>
  565. </div>
  566. <div class="flex justify-between">
  567. <p class="text-gray-500">岗位类型</p>
  568. <p class="text-gray-800">数据标注员</p>
  569. </div>
  570. </div>
  571. </div>
  572. <!-- 薪资信息 - 简化为单条工资金额 -->
  573. <div class="card bg-white p-4 mb-4">
  574. <h3 class="font-semibold text-gray-700 mb-3">薪资信息</h3>
  575. <div class="flex justify-between items-center">
  576. <div>
  577. <p class="text-gray-500">当前月薪</p>
  578. <p class="text-2xl font-bold text-blue-600">¥4,800</p>
  579. </div>
  580. <button class="text-blue-500 text-sm">
  581. <i class="fas fa-history mr-1"></i>薪资历史
  582. </button>
  583. </div>
  584. </div>
  585. <!-- 新增:历史工作内容 -->
  586. <div class="card bg-white p-4 mb-4">
  587. <h3 class="font-semibold text-gray-700 mb-3">历史工作内容</h3>
  588. <div class="space-y-4">
  589. <!-- 当前工作 -->
  590. <div class="flex">
  591. <div class="flex flex-col items-center mr-3">
  592. <div class="w-3 h-3 rounded-full bg-blue-500"></div>
  593. <div class="w-0.5 h-full bg-blue-200 mt-1"></div>
  594. </div>
  595. <div class="flex-1">
  596. <div class="flex justify-between items-start">
  597. <div>
  598. <p class="font-medium text-gray-800">阿里巴巴</p>
  599. <p class="text-sm text-gray-600">数据标注员</p>
  600. </div>
  601. <div class="text-right">
  602. <p class="text-sm font-medium text-blue-600">¥4,800</p>
  603. <p class="text-xs text-gray-500">2023-08-01 至今</p>
  604. </div>
  605. </div>
  606. <p class="text-sm text-gray-600 mt-2">负责图像数据标注,包括分类、框选、语义分割等;参与AI训练数据的质量审核;协助团队完成数据清洗和整理工作。</p>
  607. </div>
  608. </div>
  609. <!-- 历史工作1 -->
  610. <div class="flex">
  611. <div class="flex flex-col items-center mr-3">
  612. <div class="w-3 h-3 rounded-full bg-gray-400"></div>
  613. <div class="w-0.5 h-full bg-gray-200 mt-1"></div>
  614. </div>
  615. <div class="flex-1">
  616. <div class="flex justify-between items-start">
  617. <div>
  618. <p class="font-medium text-gray-800">腾讯科技</p>
  619. <p class="text-sm text-gray-600">内容审核员</p>
  620. </div>
  621. <div class="text-right">
  622. <p class="text-sm font-medium text-gray-600">¥4,200</p>
  623. <p class="text-xs text-gray-500">2023-05-01 至 2023-07-31</p>
  624. </div>
  625. </div>
  626. <p class="text-sm text-gray-600 mt-2">负责平台用户生成内容的审核工作,识别违规信息;参与内容安全策略讨论;定期整理审核数据并提交报告。</p>
  627. </div>
  628. </div>
  629. <!-- 历史工作2 -->
  630. <div class="flex">
  631. <div class="flex flex-col items-center mr-3">
  632. <div class="w-3 h-3 rounded-full bg-gray-400"></div>
  633. </div>
  634. <div class="flex-1">
  635. <div class="flex justify-between items-start">
  636. <div>
  637. <p class="font-medium text-gray-800">字节跳动</p>
  638. <p class="text-sm text-gray-600">数据录入员</p>
  639. </div>
  640. <div class="text-right">
  641. <p class="text-sm font-medium text-gray-600">¥3,800</p>
  642. <p class="text-xs text-gray-500">2023-02-01 至 2023-04-30</p>
  643. </div>
  644. </div>
  645. <p class="text-sm text-gray-600 mt-2">负责数据录入和校对工作,确保数据准确性;参与数据质量检查流程;协助团队完成数据整理任务。</p>
  646. </div>
  647. </div>
  648. </div>
  649. </div>
  650. <!-- 新增:个人征信截图 -->
  651. <div class="card bg-white p-4 mb-4">
  652. <h3 class="font-semibold text-gray-700 mb-3">个人征信信息</h3>
  653. <div class="space-y-3">
  654. <div class="flex items-center justify-between p-3 bg-gray-50 rounded-lg">
  655. <div class="flex items-center">
  656. <i class="fas fa-file-invoice text-orange-500 mr-3"></i>
  657. <div>
  658. <p class="text-sm font-medium text-gray-800">个人征信报告截图</p>
  659. <p class="text-xs text-gray-500">更新时间: 2023-11-20</p>
  660. </div>
  661. </div>
  662. <div class="flex space-x-2">
  663. <button class="text-blue-500 text-sm">
  664. <i class="fas fa-eye mr-1"></i>预览
  665. </button>
  666. <button class="text-green-500 text-sm">
  667. <i class="fas fa-download mr-1"></i>下载
  668. </button>
  669. </div>
  670. </div>
  671. </div>
  672. </div>
  673. <!-- 视频功能 -->
  674. <div class="card bg-white p-4 mb-4">
  675. <h3 class="font-semibold text-gray-700 mb-3">工作视频</h3>
  676. <div class="space-y-3">
  677. <div class="flex items-center justify-between p-3 bg-gray-50 rounded-lg">
  678. <div class="flex items-center">
  679. <i class="fas fa-video text-blue-500 mr-3"></i>
  680. <div>
  681. <p class="text-sm font-medium text-gray-800">工作环境视频</p>
  682. <p class="text-xs text-gray-500">时长: 2分30秒</p>
  683. </div>
  684. </div>
  685. <div class="flex space-x-2">
  686. <button class="text-blue-500 text-sm">
  687. <i class="fas fa-play mr-1"></i>查看
  688. </button>
  689. <button class="text-green-500 text-sm">
  690. <i class="fas fa-download mr-1"></i>下载
  691. </button>
  692. </div>
  693. </div>
  694. <div class="flex items-center justify-between p-3 bg-gray-50 rounded-lg">
  695. <div class="flex items-center">
  696. <i class="fas fa-video text-green-500 mr-3"></i>
  697. <div>
  698. <p class="text-sm font-medium text-gray-800">工作流程演示</p>
  699. <p class="text-xs text-gray-500">时长: 1分45秒</p>
  700. </div>
  701. </div>
  702. <div class="flex space-x-2">
  703. <button class="text-blue-500 text-sm">
  704. <i class="fas fa-play mr-1"></i>查看
  705. </button>
  706. <button class="text-green-500 text-sm">
  707. <i class="fas fa-download mr-1"></i>下载
  708. </button>
  709. </div>
  710. </div>
  711. </div>
  712. </div>
  713. <!-- 操作按钮 -->
  714. <div class="flex space-x-3">
  715. <button class="flex-1 bg-blue-500 text-white py-3 rounded-lg font-medium">
  716. <i class="fas fa-phone mr-2"></i>联系
  717. </button>
  718. <button class="flex-1 bg-gray-100 text-gray-800 py-3 rounded-lg font-medium">
  719. <i class="fas fa-edit mr-2"></i>编辑
  720. </button>
  721. </div>
  722. </div>
  723. </div>
  724. <!-- 底部导航 -->
  725. <div class="tab-bar">
  726. <div class="tab-item">
  727. <i class="fas fa-home text-lg mb-1"></i>
  728. <span>首页</span>
  729. </div>
  730. <div class="tab-item active">
  731. <i class="fas fa-user-friends text-lg mb-1"></i>
  732. <span>人才</span>
  733. </div>
  734. <div class="tab-item">
  735. <i class="fas fa-chart-bar text-lg mb-1"></i>
  736. <span>数据</span>
  737. </div>
  738. <div class="tab-item">
  739. <i class="fas fa-user text-lg mb-1"></i>
  740. <span>我的</span>
  741. </div>
  742. </div>
  743. </div>
  744. </div>
  745. <!-- 页面5: 数据统计页 -->
  746. <div class="flex flex-col items-center">
  747. <h2 class="text-xl font-semibold text-gray-700 mb-4">数据统计页</h2>
  748. <div class="mobile-frame">
  749. <div class="status-bar">
  750. <span>9:41</span>
  751. <div class="flex space-x-1">
  752. <i class="fas fa-signal"></i>
  753. <i class="fas fa-wifi"></i>
  754. <i class="fas fa-battery-three-quarters"></i>
  755. </div>
  756. </div>
  757. <div class="h-[calc(100%-104px)] overflow-y-auto p-4">
  758. <!-- 时间筛选 -->
  759. <div class="flex justify-between items-center mb-4">
  760. <h3 class="font-semibold text-gray-700">数据统计</h3>
  761. <div class="flex items-center bg-gray-100 rounded-lg px-3 py-1">
  762. <span class="text-sm text-gray-700 mr-2">2023年11月</span>
  763. <i class="fas fa-chevron-down text-gray-500"></i>
  764. </div>
  765. </div>
  766. <!-- 统计卡片 -->
  767. <div class="grid grid-cols-2 gap-3 mb-4">
  768. <div class="stat-card">
  769. <p class="text-sm text-gray-600 mb-2">在职人数</p>
  770. <p class="text-2xl font-bold text-gray-800">24</p>
  771. <p class="text-xs text-green-500 mt-1">↑ 比上月增加2人</p>
  772. </div>
  773. <div class="stat-card">
  774. <p class="text-sm text-gray-600 mb-2">平均薪资</p>
  775. <p class="text-2xl font-bold text-gray-800">¥4,650</p>
  776. <p class="text-xs text-green-500 mt-1">↑ 比上月增加¥150</p>
  777. </div>
  778. <div class="stat-card">
  779. <p class="text-sm text-gray-600 mb-2">在职率</p>
  780. <p class="text-2xl font-bold text-gray-800">92%</p>
  781. <p class="text-xs text-green-500 mt-1">↑ 比上月提升3%</p>
  782. </div>
  783. <div class="stat-card">
  784. <p class="text-sm text-gray-600 mb-2">新增人数</p>
  785. <p class="text-2xl font-bold text-gray-800">3</p>
  786. <p class="text-xs text-red-500 mt-1">↓ 比上月减少1人</p>
  787. </div>
  788. </div>
  789. <!-- 残疾类型分布 -->
  790. <div class="card bg-white p-4 mb-4">
  791. <h3 class="font-semibold text-gray-700 mb-3">残疾类型分布</h3>
  792. <div class="chart-container mb-2">
  793. <div class="chart-bar" style="left: 20px; height: 160px;"></div>
  794. <div class="chart-bar" style="left: 70px; height: 120px;"></div>
  795. <div class="chart-bar" style="left: 120px; height: 80px;"></div>
  796. <div class="chart-bar" style="left: 170px; height: 60px;"></div>
  797. <div class="chart-bar" style="left: 220px; height: 40px;"></div>
  798. <div class="chart-bar" style="left: 270px; height: 30px;"></div>
  799. </div>
  800. <div class="flex justify-between text-xs text-gray-500">
  801. <span>肢体</span>
  802. <span>听力</span>
  803. <span>视力</span>
  804. <span>言语</span>
  805. <span>智力</span>
  806. <span>精神</span>
  807. </div>
  808. </div>
  809. <!-- 新增:户籍省份分布 -->
  810. <div class="card bg-white p-4 mb-4">
  811. <h3 class="font-semibold text-gray-700 mb-3">户籍省份分布</h3>
  812. <div class="space-y-3">
  813. <div>
  814. <div class="flex justify-between text-sm mb-1">
  815. <span class="text-gray-700">广东省</span>
  816. <span class="text-gray-500">8人</span>
  817. </div>
  818. <div class="progress-bar">
  819. <div class="progress-fill bg-blue-500" style="width: 33%"></div>
  820. </div>
  821. </div>
  822. <div>
  823. <div class="flex justify-between text-sm mb-1">
  824. <span class="text-gray-700">浙江省</span>
  825. <span class="text-gray-500">6人</span>
  826. </div>
  827. <div class="progress-bar">
  828. <div class="progress-fill bg-green-500" style="width: 25%"></div>
  829. </div>
  830. </div>
  831. <div>
  832. <div class="flex justify-between text-sm mb-1">
  833. <span class="text-gray-700">江苏省</span>
  834. <span class="text-gray-500">4人</span>
  835. </div>
  836. <div class="progress-bar">
  837. <div class="progress-fill bg-yellow-500" style="width: 17%"></div>
  838. </div>
  839. </div>
  840. <div>
  841. <div class="flex justify-between text-sm mb-1">
  842. <span class="text-gray-700">其他省份</span>
  843. <span class="text-gray-500">6人</span>
  844. </div>
  845. <div class="progress-bar">
  846. <div class="progress-fill bg-purple-500" style="width: 25%"></div>
  847. </div>
  848. </div>
  849. </div>
  850. </div>
  851. <!-- 在职状态统计 -->
  852. <div class="card bg-white p-4 mb-4">
  853. <h3 class="font-semibold text-gray-700 mb-3">在职状态统计</h3>
  854. <div class="flex items-center justify-center">
  855. <div class="w-32 h-32 rounded-full border-8 border-blue-500 border-t-transparent transform -rotate-45"></div>
  856. <div class="ml-6">
  857. <div class="flex items-center mb-2">
  858. <div class="w-3 h-3 rounded-full bg-blue-500 mr-2"></div>
  859. <span class="text-sm text-gray-700">在职: 24人 (75%)</span>
  860. </div>
  861. <div class="flex items-center mb-2">
  862. <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
  863. <span class="text-sm text-gray-700">待入职: 5人 (16%)</span>
  864. </div>
  865. <div class="flex items-center">
  866. <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
  867. <span class="text-sm text-gray-700">离职: 3人 (9%)</span>
  868. </div>
  869. </div>
  870. </div>
  871. </div>
  872. <!-- 薪资分布 -->
  873. <div class="card bg-white p-4">
  874. <h3 class="font-semibold text-gray-700 mb-3">薪资分布</h3>
  875. <div class="space-y-3">
  876. <div>
  877. <div class="flex justify-between text-sm mb-1">
  878. <span class="text-gray-700">¥4,000-¥4,500</span>
  879. <span class="text-gray-500">8人</span>
  880. </div>
  881. <div class="progress-bar">
  882. <div class="progress-fill bg-blue-500" style="width: 40%"></div>
  883. </div>
  884. </div>
  885. <div>
  886. <div class="flex justify-between text-sm mb-1">
  887. <span class="text-gray-700">¥4,500-¥5,000</span>
  888. <span class="text-gray-500">12人</span>
  889. </div>
  890. <div class="progress-bar">
  891. <div class="progress-fill bg-green-500" style="width: 60%"></div>
  892. </div>
  893. </div>
  894. <div>
  895. <div class="flex justify-between text-sm mb-1">
  896. <span class="text-gray-700">¥5,000-¥5,500</span>
  897. <span class="text-gray-500">4人</span>
  898. </div>
  899. <div class="progress-bar">
  900. <div class="progress-fill bg-yellow-500" style="width: 20%"></div>
  901. </div>
  902. </div>
  903. </div>
  904. </div>
  905. </div>
  906. <!-- 底部导航 -->
  907. <div class="tab-bar">
  908. <div class="tab-item">
  909. <i class="fas fa-home text-lg mb-1"></i>
  910. <span>首页</span>
  911. </div>
  912. <div class="tab-item">
  913. <i class="fas fa-user-friends text-lg mb-1"></i>
  914. <span>人才</span>
  915. </div>
  916. <div class="tab-item active">
  917. <i class="fas fa-chart-bar text-lg mb-1"></i>
  918. <span>数据</span>
  919. </div>
  920. <div class="tab-item">
  921. <i class="fas fa-user text-lg mb-1"></i>
  922. <span>我的</span>
  923. </div>
  924. </div>
  925. </div>
  926. </div>
  927. <!-- 页面6: 订单管理页 -->
  928. <div class="flex flex-col items-center">
  929. <h2 class="text-xl font-semibold text-gray-700 mb-4">订单管理页</h2>
  930. <div class="mobile-frame">
  931. <div class="status-bar">
  932. <span>9:41</span>
  933. <div class="flex space-x-1">
  934. <i class="fas fa-signal"></i>
  935. <i class="fas fa-wifi"></i>
  936. <i class="fas fa-battery-three-quarters"></i>
  937. </div>
  938. </div>
  939. <div class="h-[calc(100%-104px)] overflow-y-auto">
  940. <!-- 订单筛选 -->
  941. <div class="p-4 border-b border-gray-200">
  942. <div class="flex space-x-2 overflow-x-auto pb-2">
  943. <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">全部订单</span>
  944. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">进行中</span>
  945. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">已完成</span>
  946. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">已取消</span>
  947. </div>
  948. </div>
  949. <!-- 订单列表 -->
  950. <div class="p-4">
  951. <div class="flex justify-between items-center mb-4">
  952. <h3 class="font-semibold text-gray-700">订单列表</h3>
  953. <button class="bg-blue-500 text-white text-xs px-3 py-1 rounded-lg">
  954. <i class="fas fa-plus mr-1"></i>新建订单
  955. </button>
  956. </div>
  957. <div class="space-y-4">
  958. <!-- 订单卡片1 -->
  959. <div class="card bg-white p-4">
  960. <div class="flex justify-between items-start mb-3">
  961. <div>
  962. <h4 class="font-semibold text-gray-800">阿里巴巴2023-11</h4>
  963. <p class="text-xs text-gray-500">2023-11-01 创建</p>
  964. </div>
  965. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">进行中</span>
  966. </div>
  967. <div class="grid grid-cols-2 gap-3 text-sm mb-3">
  968. <div>
  969. <p class="text-gray-500">预计人数</p>
  970. <p class="text-gray-800">30人</p>
  971. </div>
  972. <div>
  973. <p class="text-gray-500">实际人数</p>
  974. <p class="text-gray-800">24人</p>
  975. </div>
  976. <div>
  977. <p class="text-gray-500">开始日期</p>
  978. <p class="text-gray-800">2023-11-01</p>
  979. </div>
  980. <div>
  981. <p class="text-gray-500">预计结束</p>
  982. <p class="text-gray-800">2024-10-31</p>
  983. </div>
  984. </div>
  985. <!-- 新增打卡数据统计 -->
  986. <div class="grid grid-cols-3 gap-2 mb-3">
  987. <div class="bg-blue-50 rounded-lg p-2 text-center">
  988. <p class="text-xs text-gray-600">本月打卡</p>
  989. <p class="text-sm font-bold text-gray-800">24/30</p>
  990. <p class="text-xs text-gray-500">80%</p>
  991. </div>
  992. <div class="bg-green-50 rounded-lg p-2 text-center">
  993. <p class="text-xs text-gray-600">工资视频</p>
  994. <p class="text-sm font-bold text-gray-800">22</p>
  995. <p class="text-xs text-gray-500">已上传</p>
  996. </div>
  997. <div class="bg-purple-50 rounded-lg p-2 text-center">
  998. <p class="text-xs text-gray-600">个税视频</p>
  999. <p class="text-sm font-bold text-gray-800">20</p>
  1000. <p class="text-xs text-gray-500">已上传</p>
  1001. </div>
  1002. </div>
  1003. <div class="flex justify-between text-sm">
  1004. <button class="text-blue-500">
  1005. <i class="fas fa-eye mr-1"></i>查看详情
  1006. </button>
  1007. <button class="text-gray-500">
  1008. <i class="fas fa-download mr-1"></i>下载视频
  1009. </button>
  1010. </div>
  1011. </div>
  1012. <!-- 订单卡片2 -->
  1013. <div class="card bg-white p-4">
  1014. <div class="flex justify-between items-start mb-3">
  1015. <div>
  1016. <h4 class="font-semibold text-gray-800">腾讯科技2023-08</h4>
  1017. <p class="text-xs text-gray-500">2023-08-15 创建</p>
  1018. </div>
  1019. <span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">已完成</span>
  1020. </div>
  1021. <div class="grid grid-cols-2 gap-3 text-sm mb-3">
  1022. <div>
  1023. <p class="text-gray-500">预计人数</p>
  1024. <p class="text-gray-800">20人</p>
  1025. </div>
  1026. <div>
  1027. <p class="text-gray-500">实际人数</p>
  1028. <p class="text-gray-800">18人</p>
  1029. </div>
  1030. <div>
  1031. <p class="text-gray-500">开始日期</p>
  1032. <p class="text-gray-800">2023-08-15</p>
  1033. </div>
  1034. <div>
  1035. <p class="text-gray-500">结束日期</p>
  1036. <p class="text-gray-800">2023-10-31</p>
  1037. </div>
  1038. </div>
  1039. <div class="flex justify-between text-sm">
  1040. <button class="text-blue-500">
  1041. <i class="fas fa-eye mr-1"></i>查看详情
  1042. </button>
  1043. <button class="text-gray-500">
  1044. <i class="fas fa-chart-bar mr-1"></i>数据报告
  1045. </button>
  1046. </div>
  1047. </div>
  1048. <!-- 订单卡片3 -->
  1049. <div class="card bg-white p-4">
  1050. <div class="flex justify-between items-start mb-3">
  1051. <div>
  1052. <h4 class="font-semibold text-gray-800">字节跳动2023-12</h4>
  1053. <p class="text-xs text-gray-500">2023-11-20 创建</p>
  1054. </div>
  1055. <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待开始</span>
  1056. </div>
  1057. <div class="grid grid-cols-2 gap-3 text-sm mb-3">
  1058. <div>
  1059. <p class="text-gray-500">预计人数</p>
  1060. <p class="text-gray-800">25人</p>
  1061. </div>
  1062. <div>
  1063. <p class="text-gray-500">实际人数</p>
  1064. <p class="text-gray-800">5人</p>
  1065. </div>
  1066. <div>
  1067. <p class="text-gray-500">预计开始</p>
  1068. <p class="text-gray-800">2023-12-01</p>
  1069. </div>
  1070. <div>
  1071. <p class="text-gray-500">预计结束</p>
  1072. <p class="text-gray-800">2024-11-30</p>
  1073. </div>
  1074. </div>
  1075. <div class="flex justify-between text-sm">
  1076. <button class="text-blue-500">
  1077. <i class="fas fa-eye mr-1"></i>查看详情
  1078. </button>
  1079. <button class="text-gray-500">
  1080. <i class="fas fa-edit mr-1"></i>编辑
  1081. </button>
  1082. </div>
  1083. </div>
  1084. </div>
  1085. </div>
  1086. </div>
  1087. <!-- 底部导航 -->
  1088. <div class="tab-bar">
  1089. <div class="tab-item">
  1090. <i class="fas fa-home text-lg mb-1"></i>
  1091. <span>首页</span>
  1092. </div>
  1093. <div class="tab-item">
  1094. <i class="fas fa-user-friends text-lg mb-1"></i>
  1095. <span>人才</span>
  1096. </div>
  1097. <div class="tab-item">
  1098. <i class="fas fa-chart-bar text-lg mb-1"></i>
  1099. <span>数据</span>
  1100. </div>
  1101. <div class="tab-item">
  1102. <i class="fas fa-user text-lg mb-1"></i>
  1103. <span>我的</span>
  1104. </div>
  1105. </div>
  1106. </div>
  1107. </div>
  1108. <!-- 页面7: 企业设置页 -->
  1109. <div class="flex flex-col items-center">
  1110. <h2 class="text-xl font-semibold text-gray-700 mb-4">企业设置页</h2>
  1111. <div class="mobile-frame">
  1112. <div class="status-bar">
  1113. <span>9:41</span>
  1114. <div class="flex space-x-1">
  1115. <i class="fas fa-signal"></i>
  1116. <i class="fas fa-wifi"></i>
  1117. <i class="fas fa-battery-three-quarters"></i>
  1118. </div>
  1119. </div>
  1120. <div class="h-[calc(100%-104px)] overflow-y-auto">
  1121. <!-- 企业信息 -->
  1122. <div class="p-4 border-b border-gray-200">
  1123. <div class="flex items-center mb-4">
  1124. <div class="w-16 h-16 rounded-full bg-blue-100 flex items-center justify-center mr-4">
  1125. <i class="fas fa-building text-blue-500 text-2xl"></i>
  1126. </div>
  1127. <div>
  1128. <h3 class="font-semibold text-gray-800">阿里巴巴集团</h3>
  1129. <p class="text-sm text-gray-500">企业账号</p>
  1130. </div>
  1131. </div>
  1132. <div class="grid grid-cols-3 gap-3 text-center">
  1133. <div>
  1134. <p class="text-xl font-bold text-gray-800">24</p>
  1135. <p class="text-xs text-gray-500">在职人员</p>
  1136. </div>
  1137. <div>
  1138. <p class="text-xl font-bold text-gray-800">3</p>
  1139. <p class="text-xs text-gray-500">进行中订单</p>
  1140. </div>
  1141. <div>
  1142. <p class="text-xl font-bold text-gray-800">12</p>
  1143. <p class="text-xs text-gray-500">累计订单</p>
  1144. </div>
  1145. </div>
  1146. </div>
  1147. <!-- 功能列表 -->
  1148. <div class="p-4">
  1149. <div class="space-y-1 mb-6">
  1150. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1151. <div class="flex items-center">
  1152. <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
  1153. <i class="fas fa-user text-blue-500"></i>
  1154. </div>
  1155. <span class="text-gray-700">账号信息</span>
  1156. </div>
  1157. <i class="fas fa-chevron-right text-gray-400"></i>
  1158. </div>
  1159. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1160. <div class="flex items-center">
  1161. <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mr-3">
  1162. <i class="fas fa-shield-alt text-green-500"></i>
  1163. </div>
  1164. <span class="text-gray-700">安全设置</span>
  1165. </div>
  1166. <i class="fas fa-chevron-right text-gray-400"></i>
  1167. </div>
  1168. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1169. <div class="flex items-center">
  1170. <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-3">
  1171. <i class="fas fa-bell text-purple-500"></i>
  1172. </div>
  1173. <span class="text-gray-700">消息通知</span>
  1174. </div>
  1175. <i class="fas fa-chevron-right text-gray-400"></i>
  1176. </div>
  1177. </div>
  1178. <div class="space-y-1 mb-6">
  1179. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1180. <div class="flex items-center">
  1181. <div class="w-10 h-10 rounded-full bg-yellow-100 flex items-center justify-center mr-3">
  1182. <i class="fas fa-question-circle text-yellow-500"></i>
  1183. </div>
  1184. <span class="text-gray-700">帮助中心</span>
  1185. </div>
  1186. <i class="fas fa-chevron-right text-gray-400"></i>
  1187. </div>
  1188. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1189. <div class="flex items-center">
  1190. <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-3">
  1191. <i class="fas fa-file-alt text-indigo-500"></i>
  1192. </div>
  1193. <span class="text-gray-700">用户协议</span>
  1194. </div>
  1195. <i class="fas fa-chevron-right text-gray-400"></i>
  1196. </div>
  1197. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1198. <div class="flex items-center">
  1199. <div class="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center mr-3">
  1200. <i class="fas fa-lock text-pink-500"></i>
  1201. </div>
  1202. <span class="text-gray-700">隐私政策</span>
  1203. </div>
  1204. <i class="fas fa-chevron-right text-gray-400"></i>
  1205. </div>
  1206. </div>
  1207. <div class="space-y-1">
  1208. <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
  1209. <div class="flex items-center">
  1210. <div class="w-10 h-10 rounded-full bg-red-100 flex items-center justify-center mr-3">
  1211. <i class="fas fa-sign-out-alt text-red-500"></i>
  1212. </div>
  1213. <span class="text-gray-700">退出登录</span>
  1214. </div>
  1215. </div>
  1216. </div>
  1217. </div>
  1218. </div>
  1219. <!-- 底部导航 -->
  1220. <div class="tab-bar">
  1221. <div class="tab-item">
  1222. <i class="fas fa-home text-lg mb-1"></i>
  1223. <span>首页</span>
  1224. </div>
  1225. <div class="tab-item">
  1226. <i class="fas fa-user-friends text-lg mb-1"></i>
  1227. <span>人才</span>
  1228. </div>
  1229. <div class="tab-item">
  1230. <i class="fas fa-chart-bar text-lg mb-1"></i>
  1231. <span>数据</span>
  1232. </div>
  1233. <div class="tab-item active">
  1234. <i class="fas fa-user text-lg mb-1"></i>
  1235. <span>我的</span>
  1236. </div>
  1237. </div>
  1238. </div>
  1239. </div>
  1240. <!-- 新增页面7: 视频查看下载页 -->
  1241. <div class="flex flex-col items-center">
  1242. <h2 class="text-xl font-semibold text-gray-700 mb-4">视频查看下载页</h2>
  1243. <div class="mobile-frame">
  1244. <div class="status-bar">
  1245. <span>9:41</span>
  1246. <div class="flex space-x-1">
  1247. <i class="fas fa-signal"></i>
  1248. <i class="fas fa-wifi"></i>
  1249. <i class="fas fa-battery-three-quarters"></i>
  1250. </div>
  1251. </div>
  1252. <div class="h-[calc(100%-104px)] overflow-y-auto">
  1253. <!-- 顶部信息 -->
  1254. <div class="p-4 border-b border-gray-200">
  1255. <div class="flex items-center justify-between">
  1256. <div>
  1257. <h3 class="font-semibold text-gray-800">阿里巴巴2023-11</h3>
  1258. <p class="text-sm text-gray-500">打卡视频管理</p>
  1259. </div>
  1260. <button class="text-blue-500 text-sm">
  1261. <i class="fas fa-download mr-1"></i>批量下载
  1262. </button>
  1263. </div>
  1264. </div>
  1265. <!-- 视频分类 -->
  1266. <div class="p-4 border-b border-gray-200">
  1267. <div class="flex space-x-2 overflow-x-auto pb-2">
  1268. <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">全部视频</span>
  1269. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">工资视频</span>
  1270. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">个税视频</span>
  1271. <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">打卡视频</span>
  1272. </div>
  1273. </div>
  1274. <!-- 视频列表 -->
  1275. <div class="p-4">
  1276. <div class="flex justify-between items-center mb-4">
  1277. <h3 class="font-semibold text-gray-700">视频列表 (12)</h3>
  1278. <div class="flex space-x-2">
  1279. <button class="text-gray-500">
  1280. <i class="fas fa-sort"></i>
  1281. </button>
  1282. <button class="text-gray-500">
  1283. <i class="fas fa-filter"></i>
  1284. </button>
  1285. </div>
  1286. </div>
  1287. <div class="space-y-4">
  1288. <!-- 视频项1 -->
  1289. <div class="card bg-white p-4">
  1290. <div class="flex justify-between items-start mb-3">
  1291. <div>
  1292. <h4 class="font-semibold text-gray-800">张明 - 工资视频</h4>
  1293. <p class="text-xs text-gray-500">2023-11-25 上传</p>
  1294. </div>
  1295. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">已验证</span>
  1296. </div>
  1297. <div class="flex items-center mb-3">
  1298. <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center mr-3">
  1299. <i class="fas fa-play text-gray-500"></i>
  1300. </div>
  1301. <div class="flex-1">
  1302. <p class="text-sm text-gray-700">工资发放确认视频</p>
  1303. <p class="text-xs text-gray-500">时长: 00:45 · 大小: 12.3MB</p>
  1304. </div>
  1305. </div>
  1306. <div class="flex justify-between text-sm">
  1307. <button class="text-blue-500">
  1308. <i class="fas fa-play mr-1"></i>播放
  1309. </button>
  1310. <button class="text-green-500">
  1311. <i class="fas fa-download mr-1"></i>下载
  1312. </button>
  1313. <button class="text-gray-500">
  1314. <i class="fas fa-share mr-1"></i>分享
  1315. </button>
  1316. </div>
  1317. </div>
  1318. <!-- 视频项2 -->
  1319. <div class="card bg-white p-4">
  1320. <div class="flex justify-between items-start mb-3">
  1321. <div>
  1322. <h4 class="font-semibold text-gray-800">李小红 - 个税视频</h4>
  1323. <p class="text-xs text-gray-500">2023-11-24 上传</p>
  1324. </div>
  1325. <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">已验证</span>
  1326. </div>
  1327. <div class="flex items-center mb-3">
  1328. <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center mr-3">
  1329. <i class="fas fa-play text-gray-500"></i>
  1330. </div>
  1331. <div class="flex-1">
  1332. <p class="text-sm text-gray-700">个税申报确认视频</p>
  1333. <p class="text-xs text-gray-500">时长: 00:38 · 大小: 10.8MB</p>
  1334. </div>
  1335. </div>
  1336. <div class="flex justify-between text-sm">
  1337. <button class="text-blue-500">
  1338. <i class="fas fa-play mr-1"></i>播放
  1339. </button>
  1340. <button class="text-green-500">
  1341. <i class="fas fa-download mr-1"></i>下载
  1342. </button>
  1343. <button class="text-gray-500">
  1344. <i class="fas fa-share mr-1"></i>分享
  1345. </button>
  1346. </div>
  1347. </div>
  1348. <!-- 视频项3 -->
  1349. <div class="card bg-white p-4">
  1350. <div class="flex justify-between items-start mb-3">
  1351. <div>
  1352. <h4 class="font-semibold text-gray-800">王强 - 打卡视频</h4>
  1353. <p class="text-xs text-gray-500">2023-11-23 上传</p>
  1354. </div>
  1355. <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待审核</span>
  1356. </div>
  1357. <div class="flex items-center mb-3">
  1358. <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center mr-3">
  1359. <i class="fas fa-play text-gray-500"></i>
  1360. </div>
  1361. <div class="flex-1">
  1362. <p class="text-sm text-gray-700">上班打卡记录视频</p>
  1363. <p class="text-xs text-gray-500">时长: 00:28 · 大小: 8.5MB</p>
  1364. </div>
  1365. </div>
  1366. <div class="flex justify-between text-sm">
  1367. <button class="text-blue-500">
  1368. <i class="fas fa-play mr-1"></i>播放
  1369. </button>
  1370. <button class="text-green-500">
  1371. <i class="fas fa-download mr-1"></i>下载
  1372. </button>
  1373. <button class="text-gray-500">
  1374. <i class="fas fa-share mr-1"></i>分享
  1375. </button>
  1376. </div>
  1377. </div>
  1378. </div>
  1379. </div>
  1380. </div>
  1381. <!-- 底部导航 -->
  1382. <div class="tab-bar">
  1383. <div class="tab-item">
  1384. <i class="fas fa-home text-lg mb-1"></i>
  1385. <span>首页</span>
  1386. </div>
  1387. <div class="tab-item">
  1388. <i class="fas fa-user-friends text-lg mb-1"></i>
  1389. <span>人才</span>
  1390. </div>
  1391. <div class="tab-item active">
  1392. <i class="fas fa-chart-bar text-lg mb-1"></i>
  1393. <span>数据</span>
  1394. </div>
  1395. <div class="tab-item">
  1396. <i class="fas fa-user text-lg mb-1"></i>
  1397. <span>我的</span>
  1398. </div>
  1399. </div>
  1400. </div>
  1401. </div>
  1402. </div>
  1403. <div class="mt-12 text-center text-gray-600">
  1404. <p>用人方小程序完整原型设计 - 基于数据库表结构设计的所有主要页面</p>
  1405. <p class="mt-2">数据来源: allin_2025-11-25.sql</p>
  1406. <p class="mt-2">功能优化:打卡数据统计、薪资信息简化、历史工作内容展示、视频查看下载</p>
  1407. </div>
  1408. </div>
  1409. </body>
  1410. </html>