| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>用人方小程序 - 完整原型</title>
- <script src="https://cdn.tailwindcss.com"></script>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
- <style>
- .mobile-frame {
- width: 375px;
- height: 667px;
- border-radius: 40px;
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
- overflow: hidden;
- position: relative;
- background-color: white;
- }
- .status-bar {
- height: 44px;
- background: rgba(255, 255, 255, 0.9);
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 20px;
- font-size: 14px;
- border-bottom: 1px solid #f0f0f0;
- }
- .tab-bar {
- height: 60px;
- background: white;
- display: flex;
- align-items: center;
- justify-content: space-around;
- border-top: 1px solid #f0f0f0;
- }
- .tab-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: 12px;
- color: #999;
- cursor: pointer;
- }
- .tab-item.active {
- color: #3b82f6;
- }
- .card {
- border-radius: 12px;
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
- overflow: hidden;
- }
- .gradient-bg {
- background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
- }
- .person-card {
- transition: all 0.3s ease;
- }
- .person-card:hover {
- transform: translateY(-2px);
- box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
- }
- .avatar {
- width: 60px;
- height: 60px;
- border-radius: 50%;
- object-fit: cover;
- }
- .name-avatar {
- width: 60px;
- height: 60px;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 24px;
- font-weight: bold;
- color: white;
- margin-right: 12px;
- }
- .name-avatar.blue {
- background-color: #3b82f6;
- }
- .name-avatar.green {
- background-color: #10b981;
- }
- .name-avatar.purple {
- background-color: #8b5cf6;
- }
- .name-avatar.orange {
- background-color: #f59e0b;
- }
- .progress-bar {
- height: 6px;
- border-radius: 3px;
- background-color: #e5e7eb;
- overflow: hidden;
- }
- .progress-fill {
- height: 100%;
- border-radius: 3px;
- background-color: #10b981;
- }
- .stat-card {
- background: white;
- border-radius: 12px;
- padding: 16px;
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
- }
- .pulse-dot {
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background-color: #10b981;
- animation: pulse 2s infinite;
- }
- .page {
- display: none;
- height: calc(100% - 104px);
- overflow-y: auto;
- }
- .page.active {
- display: block;
- }
- .chart-container {
- height: 200px;
- position: relative;
- }
- .chart-bar {
- position: absolute;
- bottom: 0;
- width: 30px;
- background-color: #3b82f6;
- border-radius: 4px 4px 0 0;
- }
- @keyframes pulse {
- 0% {
- transform: scale(0.95);
- box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
- }
- 70% {
- transform: scale(1);
- box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
- }
- 100% {
- transform: scale(0.95);
- box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
- }
- }
- </style>
- </head>
- <body class="bg-gray-100 min-h-screen p-6">
- <div class="max-w-6xl mx-auto">
- <h1 class="text-3xl font-bold text-center text-gray-800 mb-2">用人方小程序 - 完整原型设计</h1>
- <p class="text-center text-gray-600 mb-8">基于数据库结构的完整页面原型展示</p>
-
- <div class="flex flex-wrap justify-center gap-8">
- <!-- 页面1: 登录页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">登录页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-44px)] flex flex-col justify-center p-8">
- <div class="text-center mb-10">
- <h1 class="text-2xl font-bold text-gray-800 mb-2">残疾人就业平台</h1>
- <p class="text-gray-600">为人力资源公司提供专业服务</p>
- </div>
-
- <div class="mb-6">
- <div class="flex items-center border border-gray-300 rounded-lg px-4 py-3 mb-4">
- <i class="fas fa-phone text-gray-400 mr-3"></i>
- <input type="tel" placeholder="请输入手机号" class="w-full outline-none">
- </div>
- <div class="flex items-center border border-gray-300 rounded-lg px-4 py-3">
- <i class="fas fa-lock text-gray-400 mr-3"></i>
- <input type="password" placeholder="请输入密码" class="w-full outline-none">
- </div>
- </div>
-
- <button class="gradient-bg text-white w-full py-3 rounded-lg font-medium mb-4">登录</button>
-
- <div class="text-center">
- <a href="#" class="text-sm text-blue-500">忘记密码?</a>
- </div>
-
- <div class="mt-12 text-center text-gray-500 text-sm">
- <p>登录即表示同意<span class="text-blue-500">《用户协议》</span>和<span class="text-blue-500">《隐私政策》</span></p>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 页面2: 首页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">首页/看板</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-104px)] overflow-y-auto p-4">
- <!-- 顶部信息栏 -->
- <div class="gradient-bg text-white rounded-2xl p-5 mb-4">
- <div class="flex justify-between items-center">
- <div>
- <p class="text-sm opacity-80">欢迎回来</p>
- <h2 class="text-xl font-bold">阿里巴巴集团</h2>
- </div>
- <div class="w-12 h-12 rounded-full bg-white/20 flex items-center justify-center">
- <i class="fas fa-building text-white text-xl"></i>
- </div>
- </div>
- <div class="mt-4 flex justify-between">
- <div class="text-center">
- <p class="text-2xl font-bold">24</p>
- <p class="text-xs opacity-80">在职人员</p>
- </div>
- <div class="text-center">
- <p class="text-2xl font-bold">5</p>
- <p class="text-xs opacity-80">待入职</p>
- </div>
- <div class="text-center">
- <p class="text-2xl font-bold">3</p>
- <p class="text-xs opacity-80">本月新增</p>
- </div>
- </div>
- </div>
-
- <!-- 快速操作 -->
- <div class="grid grid-cols-4 gap-3 mb-4">
- <div class="bg-blue-50 rounded-xl p-3 text-center">
- <i class="fas fa-user-friends text-blue-500 text-lg mb-1"></i>
- <p class="text-xs text-gray-700">人才库</p>
- </div>
- <div class="bg-green-50 rounded-xl p-3 text-center">
- <i class="fas fa-chart-pie text-green-500 text-lg mb-1"></i>
- <p class="text-xs text-gray-700">数据统计</p>
- </div>
- <div class="bg-purple-50 rounded-xl p-3 text-center">
- <i class="fas fa-file-alt text-purple-500 text-lg mb-1"></i>
- <p class="text-xs text-gray-700">订单管理</p>
- </div>
- <div class="bg-yellow-50 rounded-xl p-3 text-center">
- <i class="fas fa-cog text-yellow-500 text-lg mb-1"></i>
- <p class="text-xs text-gray-700">设置</p>
- </div>
- </div>
-
- <!-- 人才列表 -->
- <div class="mb-4">
- <div class="flex justify-between items-center mb-3">
- <h3 class="font-semibold text-gray-700">分配人才</h3>
- <a href="#" class="text-xs text-blue-500">查看全部</a>
- </div>
-
- <div class="space-y-3">
- <!-- 人才卡片1 -->
- <div class="person-card card bg-white p-4 flex items-center">
- <div class="name-avatar blue">张</div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <h4 class="font-semibold text-gray-800">张明</h4>
- <p class="text-xs text-gray-500">肢体残疾 · 三级</p>
- </div>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
- </div>
- <div class="mt-2">
- <div class="flex justify-between text-xs text-gray-500 mb-1">
- <span>入职时间: 2023-08-15</span>
- <span>薪资: ¥4,800</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill" style="width: 85%"></div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 人才卡片2 -->
- <div class="person-card card bg-white p-4 flex items-center">
- <div class="name-avatar green">李</div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <h4 class="font-semibold text-gray-800">李小红</h4>
- <p class="text-xs text-gray-500">听力残疾 · 二级</p>
- </div>
- <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待入职</span>
- </div>
- <div class="mt-2">
- <div class="flex justify-between text-xs text-gray-500 mb-1">
- <span>预计入职: 2023-12-01</span>
- <span>薪资: ¥4,200</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill" style="width: 60%"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 数据统计 -->
- <div class="mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">数据统计</h3>
- <div class="grid grid-cols-2 gap-3">
- <div class="stat-card">
- <div class="flex items-center mb-2">
- <div class="pulse-dot mr-2"></div>
- <p class="text-sm text-gray-600">在职率</p>
- </div>
- <p class="text-2xl font-bold text-gray-800">92%</p>
- </div>
- <div class="stat-card">
- <p class="text-sm text-gray-600 mb-2">平均薪资</p>
- <p class="text-2xl font-bold text-gray-800">¥4,650</p>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item active">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 页面3: 人才列表页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">人才列表页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-104px)] overflow-y-auto">
- <!-- 搜索和筛选 -->
- <div class="p-4 border-b border-gray-200">
- <div class="flex items-center bg-gray-100 rounded-lg px-4 py-2 mb-3">
- <i class="fas fa-search text-gray-400 mr-2"></i>
- <input type="text" placeholder="搜索姓名、残疾证号..." class="w-full bg-transparent outline-none">
- </div>
- <div class="flex space-x-2 overflow-x-auto pb-2">
- <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">全部</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">在职</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">待入职</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">离职</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">肢体残疾</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">听力残疾</span>
- </div>
- </div>
-
- <!-- 人才列表 -->
- <div class="p-4">
- <div class="flex justify-between items-center mb-4">
- <h3 class="font-semibold text-gray-700">全部人才 (32)</h3>
- <div class="flex space-x-2">
- <button class="text-gray-500">
- <i class="fas fa-sort"></i>
- </button>
- <button class="text-gray-500">
- <i class="fas fa-filter"></i>
- </button>
- </div>
- </div>
-
- <div class="space-y-3">
- <!-- 人才卡片1 -->
- <div class="person-card card bg-white p-4 flex items-center">
- <div class="name-avatar blue">张</div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <h4 class="font-semibold text-gray-800">张明</h4>
- <p class="text-xs text-gray-500">肢体残疾 · 三级 · 男 · 28岁</p>
- </div>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
- </div>
- <div class="mt-2 flex justify-between text-xs text-gray-500">
- <span>入职: 2023-08-15</span>
- <span>薪资: ¥4,800</span>
- </div>
- </div>
- </div>
-
- <!-- 人才卡片2 -->
- <div class="person-card card bg-white p-4 flex items-center">
- <div class="name-avatar green">李</div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <h4 class="font-semibold text-gray-800">李小红</h4>
- <p class="text-xs text-gray-500">听力残疾 · 二级 · 女 · 25岁</p>
- </div>
- <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待入职</span>
- </div>
- <div class="mt-2 flex justify-between text-xs text-gray-500">
- <span>预计入职: 2023-12-01</span>
- <span>薪资: ¥4,200</span>
- </div>
- </div>
- </div>
-
- <!-- 人才卡片3 -->
- <div class="person-card card bg-white p-4 flex items-center">
- <div class="name-avatar purple">王</div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <h4 class="font-semibold text-gray-800">王强</h4>
- <p class="text-xs text-gray-500">视力残疾 · 一级 · 男 · 32岁</p>
- </div>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
- </div>
- <div class="mt-2 flex justify-between text-xs text-gray-500">
- <span>入职: 2023-05-10</span>
- <span>薪资: ¥5,200</span>
- </div>
- </div>
- </div>
-
- <!-- 人才卡片4 -->
- <div class="person-card card bg-white p-4 flex items-center">
- <div class="name-avatar orange">赵</div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <h4 class="font-semibold text-gray-800">赵琳</h4>
- <p class="text-xs text-gray-500">言语残疾 · 二级 · 女 · 29岁</p>
- </div>
- <span class="bg-red-100 text-red-800 text-xs px-2 py-1 rounded-full">离职</span>
- </div>
- <div class="mt-2 flex justify-between text-xs text-gray-500">
- <span>离职: 2023-10-20</span>
- <span>薪资: ¥4,500</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item active">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 页面4: 人才详情页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">人才详情页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-104px)] overflow-y-auto">
- <!-- 顶部信息 -->
- <div class="gradient-bg text-white p-5">
- <div class="flex justify-between items-start">
- <div class="flex items-center">
- <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">
- 张
- </div>
- <div>
- <h2 class="text-xl font-bold">张明</h2>
- <p class="text-sm opacity-80">肢体残疾 · 三级 · 在职</p>
- </div>
- </div>
- <div class="bg-white/20 rounded-full p-2">
- <i class="fas fa-ellipsis-v text-white"></i>
- </div>
- </div>
- <div class="mt-4 flex justify-between">
- <div class="text-center">
- <p class="text-2xl font-bold">¥4,800</p>
- <p class="text-xs opacity-80">当前薪资</p>
- </div>
- <div class="text-center">
- <p class="text-2xl font-bold">156</p>
- <p class="text-xs opacity-80">在职天数</p>
- </div>
- <div class="text-center">
- <p class="text-2xl font-bold">98%</p>
- <p class="text-xs opacity-80">出勤率</p>
- </div>
- </div>
- </div>
-
- <!-- 详细信息 -->
- <div class="p-4">
- <!-- 基本信息 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">基本信息</h3>
- <div class="grid grid-cols-2 gap-3 text-sm">
- <div>
- <p class="text-gray-500">性别</p>
- <p class="text-gray-800">男</p>
- </div>
- <div>
- <p class="text-gray-500">年龄</p>
- <p class="text-gray-800">28岁</p>
- </div>
- <div>
- <p class="text-gray-500">身份证号</p>
- <p class="text-gray-800">440301********1234</p>
- </div>
- <div>
- <p class="text-gray-500">残疾证号</p>
- <p class="text-gray-800">CJZ202300123</p>
- </div>
- <div class="col-span-2">
- <p class="text-gray-500">联系地址</p>
- <p class="text-gray-800">广东省深圳市南山区科技园</p>
- </div>
- </div>
- </div>
-
- <!-- 工作信息 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">工作信息</h3>
- <div class="space-y-3 text-sm">
- <div class="flex justify-between">
- <p class="text-gray-500">入职日期</p>
- <p class="text-gray-800">2023-08-15</p>
- </div>
- <div class="flex justify-between">
- <p class="text-gray-500">工作状态</p>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">在职</span>
- </div>
- <div class="flex justify-between">
- <p class="text-gray-500">所属订单</p>
- <p class="text-gray-800">阿里巴巴2023-08</p>
- </div>
- <div class="flex justify-between">
- <p class="text-gray-500">岗位类型</p>
- <p class="text-gray-800">数据标注员</p>
- </div>
- </div>
- </div>
-
- <!-- 薪资信息 - 简化为单条工资金额 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">薪资信息</h3>
- <div class="flex justify-between items-center">
- <div>
- <p class="text-gray-500">当前月薪</p>
- <p class="text-2xl font-bold text-blue-600">¥4,800</p>
- </div>
- <button class="text-blue-500 text-sm">
- <i class="fas fa-history mr-1"></i>薪资历史
- </button>
- </div>
- </div>
- <!-- 新增:历史工作内容 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">历史工作内容</h3>
- <div class="space-y-4">
- <!-- 当前工作 -->
- <div class="flex">
- <div class="flex flex-col items-center mr-3">
- <div class="w-3 h-3 rounded-full bg-blue-500"></div>
- <div class="w-0.5 h-full bg-blue-200 mt-1"></div>
- </div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <p class="font-medium text-gray-800">阿里巴巴</p>
- <p class="text-sm text-gray-600">数据标注员</p>
- </div>
- <div class="text-right">
- <p class="text-sm font-medium text-blue-600">¥4,800</p>
- <p class="text-xs text-gray-500">2023-08-01 至今</p>
- </div>
- </div>
- <p class="text-sm text-gray-600 mt-2">负责图像数据标注,包括分类、框选、语义分割等;参与AI训练数据的质量审核;协助团队完成数据清洗和整理工作。</p>
- </div>
- </div>
- <!-- 历史工作1 -->
- <div class="flex">
- <div class="flex flex-col items-center mr-3">
- <div class="w-3 h-3 rounded-full bg-gray-400"></div>
- <div class="w-0.5 h-full bg-gray-200 mt-1"></div>
- </div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <p class="font-medium text-gray-800">腾讯科技</p>
- <p class="text-sm text-gray-600">内容审核员</p>
- </div>
- <div class="text-right">
- <p class="text-sm font-medium text-gray-600">¥4,200</p>
- <p class="text-xs text-gray-500">2023-05-01 至 2023-07-31</p>
- </div>
- </div>
- <p class="text-sm text-gray-600 mt-2">负责平台用户生成内容的审核工作,识别违规信息;参与内容安全策略讨论;定期整理审核数据并提交报告。</p>
- </div>
- </div>
- <!-- 历史工作2 -->
- <div class="flex">
- <div class="flex flex-col items-center mr-3">
- <div class="w-3 h-3 rounded-full bg-gray-400"></div>
- </div>
- <div class="flex-1">
- <div class="flex justify-between items-start">
- <div>
- <p class="font-medium text-gray-800">字节跳动</p>
- <p class="text-sm text-gray-600">数据录入员</p>
- </div>
- <div class="text-right">
- <p class="text-sm font-medium text-gray-600">¥3,800</p>
- <p class="text-xs text-gray-500">2023-02-01 至 2023-04-30</p>
- </div>
- </div>
- <p class="text-sm text-gray-600 mt-2">负责数据录入和校对工作,确保数据准确性;参与数据质量检查流程;协助团队完成数据整理任务。</p>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 新增:个人征信截图 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">个人征信信息</h3>
- <div class="space-y-3">
- <div class="flex items-center justify-between p-3 bg-gray-50 rounded-lg">
- <div class="flex items-center">
- <i class="fas fa-file-invoice text-orange-500 mr-3"></i>
- <div>
- <p class="text-sm font-medium text-gray-800">个人征信报告截图</p>
- <p class="text-xs text-gray-500">更新时间: 2023-11-20</p>
- </div>
- </div>
- <div class="flex space-x-2">
- <button class="text-blue-500 text-sm">
- <i class="fas fa-eye mr-1"></i>预览
- </button>
- <button class="text-green-500 text-sm">
- <i class="fas fa-download mr-1"></i>下载
- </button>
- </div>
- </div>
- </div>
- </div>
- <!-- 视频功能 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">工作视频</h3>
- <div class="space-y-3">
- <div class="flex items-center justify-between p-3 bg-gray-50 rounded-lg">
- <div class="flex items-center">
- <i class="fas fa-video text-blue-500 mr-3"></i>
- <div>
- <p class="text-sm font-medium text-gray-800">工作环境视频</p>
- <p class="text-xs text-gray-500">时长: 2分30秒</p>
- </div>
- </div>
- <div class="flex space-x-2">
- <button class="text-blue-500 text-sm">
- <i class="fas fa-play mr-1"></i>查看
- </button>
- <button class="text-green-500 text-sm">
- <i class="fas fa-download mr-1"></i>下载
- </button>
- </div>
- </div>
- <div class="flex items-center justify-between p-3 bg-gray-50 rounded-lg">
- <div class="flex items-center">
- <i class="fas fa-video text-green-500 mr-3"></i>
- <div>
- <p class="text-sm font-medium text-gray-800">工作流程演示</p>
- <p class="text-xs text-gray-500">时长: 1分45秒</p>
- </div>
- </div>
- <div class="flex space-x-2">
- <button class="text-blue-500 text-sm">
- <i class="fas fa-play mr-1"></i>查看
- </button>
- <button class="text-green-500 text-sm">
- <i class="fas fa-download mr-1"></i>下载
- </button>
- </div>
- </div>
- </div>
- </div>
- <!-- 操作按钮 -->
- <div class="flex space-x-3">
- <button class="flex-1 bg-blue-500 text-white py-3 rounded-lg font-medium">
- <i class="fas fa-phone mr-2"></i>联系
- </button>
- <button class="flex-1 bg-gray-100 text-gray-800 py-3 rounded-lg font-medium">
- <i class="fas fa-edit mr-2"></i>编辑
- </button>
- </div>
- </div>
- </div>
-
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item active">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 页面5: 数据统计页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">数据统计页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-104px)] overflow-y-auto p-4">
- <!-- 时间筛选 -->
- <div class="flex justify-between items-center mb-4">
- <h3 class="font-semibold text-gray-700">数据统计</h3>
- <div class="flex items-center bg-gray-100 rounded-lg px-3 py-1">
- <span class="text-sm text-gray-700 mr-2">2023年11月</span>
- <i class="fas fa-chevron-down text-gray-500"></i>
- </div>
- </div>
-
- <!-- 统计卡片 -->
- <div class="grid grid-cols-2 gap-3 mb-4">
- <div class="stat-card">
- <p class="text-sm text-gray-600 mb-2">在职人数</p>
- <p class="text-2xl font-bold text-gray-800">24</p>
- <p class="text-xs text-green-500 mt-1">↑ 比上月增加2人</p>
- </div>
- <div class="stat-card">
- <p class="text-sm text-gray-600 mb-2">平均薪资</p>
- <p class="text-2xl font-bold text-gray-800">¥4,650</p>
- <p class="text-xs text-green-500 mt-1">↑ 比上月增加¥150</p>
- </div>
- <div class="stat-card">
- <p class="text-sm text-gray-600 mb-2">在职率</p>
- <p class="text-2xl font-bold text-gray-800">92%</p>
- <p class="text-xs text-green-500 mt-1">↑ 比上月提升3%</p>
- </div>
- <div class="stat-card">
- <p class="text-sm text-gray-600 mb-2">新增人数</p>
- <p class="text-2xl font-bold text-gray-800">3</p>
- <p class="text-xs text-red-500 mt-1">↓ 比上月减少1人</p>
- </div>
- </div>
-
- <!-- 残疾类型分布 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">残疾类型分布</h3>
- <div class="chart-container mb-2">
- <div class="chart-bar" style="left: 20px; height: 160px;"></div>
- <div class="chart-bar" style="left: 70px; height: 120px;"></div>
- <div class="chart-bar" style="left: 120px; height: 80px;"></div>
- <div class="chart-bar" style="left: 170px; height: 60px;"></div>
- <div class="chart-bar" style="left: 220px; height: 40px;"></div>
- <div class="chart-bar" style="left: 270px; height: 30px;"></div>
- </div>
- <div class="flex justify-between text-xs text-gray-500">
- <span>肢体</span>
- <span>听力</span>
- <span>视力</span>
- <span>言语</span>
- <span>智力</span>
- <span>精神</span>
- </div>
- </div>
- <!-- 新增:户籍省份分布 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">户籍省份分布</h3>
- <div class="space-y-3">
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">广东省</span>
- <span class="text-gray-500">8人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-blue-500" style="width: 33%"></div>
- </div>
- </div>
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">浙江省</span>
- <span class="text-gray-500">6人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-green-500" style="width: 25%"></div>
- </div>
- </div>
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">江苏省</span>
- <span class="text-gray-500">4人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-yellow-500" style="width: 17%"></div>
- </div>
- </div>
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">其他省份</span>
- <span class="text-gray-500">6人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-purple-500" style="width: 25%"></div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 在职状态统计 -->
- <div class="card bg-white p-4 mb-4">
- <h3 class="font-semibold text-gray-700 mb-3">在职状态统计</h3>
- <div class="flex items-center justify-center">
- <div class="w-32 h-32 rounded-full border-8 border-blue-500 border-t-transparent transform -rotate-45"></div>
- <div class="ml-6">
- <div class="flex items-center mb-2">
- <div class="w-3 h-3 rounded-full bg-blue-500 mr-2"></div>
- <span class="text-sm text-gray-700">在职: 24人 (75%)</span>
- </div>
- <div class="flex items-center mb-2">
- <div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
- <span class="text-sm text-gray-700">待入职: 5人 (16%)</span>
- </div>
- <div class="flex items-center">
- <div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
- <span class="text-sm text-gray-700">离职: 3人 (9%)</span>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 薪资分布 -->
- <div class="card bg-white p-4">
- <h3 class="font-semibold text-gray-700 mb-3">薪资分布</h3>
- <div class="space-y-3">
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">¥4,000-¥4,500</span>
- <span class="text-gray-500">8人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-blue-500" style="width: 40%"></div>
- </div>
- </div>
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">¥4,500-¥5,000</span>
- <span class="text-gray-500">12人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-green-500" style="width: 60%"></div>
- </div>
- </div>
- <div>
- <div class="flex justify-between text-sm mb-1">
- <span class="text-gray-700">¥5,000-¥5,500</span>
- <span class="text-gray-500">4人</span>
- </div>
- <div class="progress-bar">
- <div class="progress-fill bg-yellow-500" style="width: 20%"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item active">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 页面6: 订单管理页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">订单管理页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-104px)] overflow-y-auto">
- <!-- 订单筛选 -->
- <div class="p-4 border-b border-gray-200">
- <div class="flex space-x-2 overflow-x-auto pb-2">
- <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">全部订单</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">进行中</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">已完成</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">已取消</span>
- </div>
- </div>
-
- <!-- 订单列表 -->
- <div class="p-4">
- <div class="flex justify-between items-center mb-4">
- <h3 class="font-semibold text-gray-700">订单列表</h3>
- <button class="bg-blue-500 text-white text-xs px-3 py-1 rounded-lg">
- <i class="fas fa-plus mr-1"></i>新建订单
- </button>
- </div>
-
- <div class="space-y-4">
- <!-- 订单卡片1 -->
- <div class="card bg-white p-4">
- <div class="flex justify-between items-start mb-3">
- <div>
- <h4 class="font-semibold text-gray-800">阿里巴巴2023-11</h4>
- <p class="text-xs text-gray-500">2023-11-01 创建</p>
- </div>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">进行中</span>
- </div>
- <div class="grid grid-cols-2 gap-3 text-sm mb-3">
- <div>
- <p class="text-gray-500">预计人数</p>
- <p class="text-gray-800">30人</p>
- </div>
- <div>
- <p class="text-gray-500">实际人数</p>
- <p class="text-gray-800">24人</p>
- </div>
- <div>
- <p class="text-gray-500">开始日期</p>
- <p class="text-gray-800">2023-11-01</p>
- </div>
- <div>
- <p class="text-gray-500">预计结束</p>
- <p class="text-gray-800">2024-10-31</p>
- </div>
- </div>
- <!-- 新增打卡数据统计 -->
- <div class="grid grid-cols-3 gap-2 mb-3">
- <div class="bg-blue-50 rounded-lg p-2 text-center">
- <p class="text-xs text-gray-600">本月打卡</p>
- <p class="text-sm font-bold text-gray-800">24/30</p>
- <p class="text-xs text-gray-500">80%</p>
- </div>
- <div class="bg-green-50 rounded-lg p-2 text-center">
- <p class="text-xs text-gray-600">工资视频</p>
- <p class="text-sm font-bold text-gray-800">22</p>
- <p class="text-xs text-gray-500">已上传</p>
- </div>
- <div class="bg-purple-50 rounded-lg p-2 text-center">
- <p class="text-xs text-gray-600">个税视频</p>
- <p class="text-sm font-bold text-gray-800">20</p>
- <p class="text-xs text-gray-500">已上传</p>
- </div>
- </div>
- <div class="flex justify-between text-sm">
- <button class="text-blue-500">
- <i class="fas fa-eye mr-1"></i>查看详情
- </button>
- <button class="text-gray-500">
- <i class="fas fa-download mr-1"></i>下载视频
- </button>
- </div>
- </div>
-
- <!-- 订单卡片2 -->
- <div class="card bg-white p-4">
- <div class="flex justify-between items-start mb-3">
- <div>
- <h4 class="font-semibold text-gray-800">腾讯科技2023-08</h4>
- <p class="text-xs text-gray-500">2023-08-15 创建</p>
- </div>
- <span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">已完成</span>
- </div>
- <div class="grid grid-cols-2 gap-3 text-sm mb-3">
- <div>
- <p class="text-gray-500">预计人数</p>
- <p class="text-gray-800">20人</p>
- </div>
- <div>
- <p class="text-gray-500">实际人数</p>
- <p class="text-gray-800">18人</p>
- </div>
- <div>
- <p class="text-gray-500">开始日期</p>
- <p class="text-gray-800">2023-08-15</p>
- </div>
- <div>
- <p class="text-gray-500">结束日期</p>
- <p class="text-gray-800">2023-10-31</p>
- </div>
- </div>
- <div class="flex justify-between text-sm">
- <button class="text-blue-500">
- <i class="fas fa-eye mr-1"></i>查看详情
- </button>
- <button class="text-gray-500">
- <i class="fas fa-chart-bar mr-1"></i>数据报告
- </button>
- </div>
- </div>
-
- <!-- 订单卡片3 -->
- <div class="card bg-white p-4">
- <div class="flex justify-between items-start mb-3">
- <div>
- <h4 class="font-semibold text-gray-800">字节跳动2023-12</h4>
- <p class="text-xs text-gray-500">2023-11-20 创建</p>
- </div>
- <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待开始</span>
- </div>
- <div class="grid grid-cols-2 gap-3 text-sm mb-3">
- <div>
- <p class="text-gray-500">预计人数</p>
- <p class="text-gray-800">25人</p>
- </div>
- <div>
- <p class="text-gray-500">实际人数</p>
- <p class="text-gray-800">5人</p>
- </div>
- <div>
- <p class="text-gray-500">预计开始</p>
- <p class="text-gray-800">2023-12-01</p>
- </div>
- <div>
- <p class="text-gray-500">预计结束</p>
- <p class="text-gray-800">2024-11-30</p>
- </div>
- </div>
- <div class="flex justify-between text-sm">
- <button class="text-blue-500">
- <i class="fas fa-eye mr-1"></i>查看详情
- </button>
- <button class="text-gray-500">
- <i class="fas fa-edit mr-1"></i>编辑
- </button>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 页面7: 企业设置页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">企业设置页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
-
- <div class="h-[calc(100%-104px)] overflow-y-auto">
- <!-- 企业信息 -->
- <div class="p-4 border-b border-gray-200">
- <div class="flex items-center mb-4">
- <div class="w-16 h-16 rounded-full bg-blue-100 flex items-center justify-center mr-4">
- <i class="fas fa-building text-blue-500 text-2xl"></i>
- </div>
- <div>
- <h3 class="font-semibold text-gray-800">阿里巴巴集团</h3>
- <p class="text-sm text-gray-500">企业账号</p>
- </div>
- </div>
- <div class="grid grid-cols-3 gap-3 text-center">
- <div>
- <p class="text-xl font-bold text-gray-800">24</p>
- <p class="text-xs text-gray-500">在职人员</p>
- </div>
- <div>
- <p class="text-xl font-bold text-gray-800">3</p>
- <p class="text-xs text-gray-500">进行中订单</p>
- </div>
- <div>
- <p class="text-xl font-bold text-gray-800">12</p>
- <p class="text-xs text-gray-500">累计订单</p>
- </div>
- </div>
- </div>
-
- <!-- 功能列表 -->
- <div class="p-4">
- <div class="space-y-1 mb-6">
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3">
- <i class="fas fa-user text-blue-500"></i>
- </div>
- <span class="text-gray-700">账号信息</span>
- </div>
- <i class="fas fa-chevron-right text-gray-400"></i>
- </div>
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mr-3">
- <i class="fas fa-shield-alt text-green-500"></i>
- </div>
- <span class="text-gray-700">安全设置</span>
- </div>
- <i class="fas fa-chevron-right text-gray-400"></i>
- </div>
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-3">
- <i class="fas fa-bell text-purple-500"></i>
- </div>
- <span class="text-gray-700">消息通知</span>
- </div>
- <i class="fas fa-chevron-right text-gray-400"></i>
- </div>
- </div>
-
- <div class="space-y-1 mb-6">
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-yellow-100 flex items-center justify-center mr-3">
- <i class="fas fa-question-circle text-yellow-500"></i>
- </div>
- <span class="text-gray-700">帮助中心</span>
- </div>
- <i class="fas fa-chevron-right text-gray-400"></i>
- </div>
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center mr-3">
- <i class="fas fa-file-alt text-indigo-500"></i>
- </div>
- <span class="text-gray-700">用户协议</span>
- </div>
- <i class="fas fa-chevron-right text-gray-400"></i>
- </div>
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-pink-100 flex items-center justify-center mr-3">
- <i class="fas fa-lock text-pink-500"></i>
- </div>
- <span class="text-gray-700">隐私政策</span>
- </div>
- <i class="fas fa-chevron-right text-gray-400"></i>
- </div>
- </div>
-
- <div class="space-y-1">
- <div class="flex items-center justify-between p-3 rounded-lg hover:bg-gray-50">
- <div class="flex items-center">
- <div class="w-10 h-10 rounded-full bg-red-100 flex items-center justify-center mr-3">
- <i class="fas fa-sign-out-alt text-red-500"></i>
- </div>
- <span class="text-gray-700">退出登录</span>
- </div>
- </div>
- </div>
- </div>
- </div>
-
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item active">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
- <!-- 新增页面7: 视频查看下载页 -->
- <div class="flex flex-col items-center">
- <h2 class="text-xl font-semibold text-gray-700 mb-4">视频查看下载页</h2>
- <div class="mobile-frame">
- <div class="status-bar">
- <span>9:41</span>
- <div class="flex space-x-1">
- <i class="fas fa-signal"></i>
- <i class="fas fa-wifi"></i>
- <i class="fas fa-battery-three-quarters"></i>
- </div>
- </div>
- <div class="h-[calc(100%-104px)] overflow-y-auto">
- <!-- 顶部信息 -->
- <div class="p-4 border-b border-gray-200">
- <div class="flex items-center justify-between">
- <div>
- <h3 class="font-semibold text-gray-800">阿里巴巴2023-11</h3>
- <p class="text-sm text-gray-500">打卡视频管理</p>
- </div>
- <button class="text-blue-500 text-sm">
- <i class="fas fa-download mr-1"></i>批量下载
- </button>
- </div>
- </div>
- <!-- 视频分类 -->
- <div class="p-4 border-b border-gray-200">
- <div class="flex space-x-2 overflow-x-auto pb-2">
- <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">全部视频</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">工资视频</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">个税视频</span>
- <span class="bg-gray-100 text-gray-800 text-xs px-3 py-1 rounded-full whitespace-nowrap">打卡视频</span>
- </div>
- </div>
- <!-- 视频列表 -->
- <div class="p-4">
- <div class="flex justify-between items-center mb-4">
- <h3 class="font-semibold text-gray-700">视频列表 (12)</h3>
- <div class="flex space-x-2">
- <button class="text-gray-500">
- <i class="fas fa-sort"></i>
- </button>
- <button class="text-gray-500">
- <i class="fas fa-filter"></i>
- </button>
- </div>
- </div>
- <div class="space-y-4">
- <!-- 视频项1 -->
- <div class="card bg-white p-4">
- <div class="flex justify-between items-start mb-3">
- <div>
- <h4 class="font-semibold text-gray-800">张明 - 工资视频</h4>
- <p class="text-xs text-gray-500">2023-11-25 上传</p>
- </div>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">已验证</span>
- </div>
- <div class="flex items-center mb-3">
- <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center mr-3">
- <i class="fas fa-play text-gray-500"></i>
- </div>
- <div class="flex-1">
- <p class="text-sm text-gray-700">工资发放确认视频</p>
- <p class="text-xs text-gray-500">时长: 00:45 · 大小: 12.3MB</p>
- </div>
- </div>
- <div class="flex justify-between text-sm">
- <button class="text-blue-500">
- <i class="fas fa-play mr-1"></i>播放
- </button>
- <button class="text-green-500">
- <i class="fas fa-download mr-1"></i>下载
- </button>
- <button class="text-gray-500">
- <i class="fas fa-share mr-1"></i>分享
- </button>
- </div>
- </div>
- <!-- 视频项2 -->
- <div class="card bg-white p-4">
- <div class="flex justify-between items-start mb-3">
- <div>
- <h4 class="font-semibold text-gray-800">李小红 - 个税视频</h4>
- <p class="text-xs text-gray-500">2023-11-24 上传</p>
- </div>
- <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">已验证</span>
- </div>
- <div class="flex items-center mb-3">
- <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center mr-3">
- <i class="fas fa-play text-gray-500"></i>
- </div>
- <div class="flex-1">
- <p class="text-sm text-gray-700">个税申报确认视频</p>
- <p class="text-xs text-gray-500">时长: 00:38 · 大小: 10.8MB</p>
- </div>
- </div>
- <div class="flex justify-between text-sm">
- <button class="text-blue-500">
- <i class="fas fa-play mr-1"></i>播放
- </button>
- <button class="text-green-500">
- <i class="fas fa-download mr-1"></i>下载
- </button>
- <button class="text-gray-500">
- <i class="fas fa-share mr-1"></i>分享
- </button>
- </div>
- </div>
- <!-- 视频项3 -->
- <div class="card bg-white p-4">
- <div class="flex justify-between items-start mb-3">
- <div>
- <h4 class="font-semibold text-gray-800">王强 - 打卡视频</h4>
- <p class="text-xs text-gray-500">2023-11-23 上传</p>
- </div>
- <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">待审核</span>
- </div>
- <div class="flex items-center mb-3">
- <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center mr-3">
- <i class="fas fa-play text-gray-500"></i>
- </div>
- <div class="flex-1">
- <p class="text-sm text-gray-700">上班打卡记录视频</p>
- <p class="text-xs text-gray-500">时长: 00:28 · 大小: 8.5MB</p>
- </div>
- </div>
- <div class="flex justify-between text-sm">
- <button class="text-blue-500">
- <i class="fas fa-play mr-1"></i>播放
- </button>
- <button class="text-green-500">
- <i class="fas fa-download mr-1"></i>下载
- </button>
- <button class="text-gray-500">
- <i class="fas fa-share mr-1"></i>分享
- </button>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 底部导航 -->
- <div class="tab-bar">
- <div class="tab-item">
- <i class="fas fa-home text-lg mb-1"></i>
- <span>首页</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user-friends text-lg mb-1"></i>
- <span>人才</span>
- </div>
- <div class="tab-item active">
- <i class="fas fa-chart-bar text-lg mb-1"></i>
- <span>数据</span>
- </div>
- <div class="tab-item">
- <i class="fas fa-user text-lg mb-1"></i>
- <span>我的</span>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="mt-12 text-center text-gray-600">
- <p>用人方小程序完整原型设计 - 基于数据库表结构设计的所有主要页面</p>
- <p class="mt-2">数据来源: allin_2025-11-25.sql</p>
- <p class="mt-2">功能优化:打卡数据统计、薪资信息简化、历史工作内容展示、视频查看下载</p>
- </div>
- </div>
- </body>
- </html>
|