2025年的职场关键词:"摸鱼",一直摸鱼一直爽,公司雇我上班真是有福气了!
- 这一年 你说过47524次不想上班 61846次不想活了 最终死亡率高达0% 出勤率100%
- 这一年 你曾824次暗下决心“明天到公司就提离职”,但依然坚持到12月等明年再说
- 这一年 你一共被拉进407个工作群 回复“收到 好滴 okk 111”次数高达8164次 其中4387次后面都带了波浪号
- 这一年 你一共发送94658435次哈哈哈哈哈哈,超越全国96%的牛马,你以为自己情绪变得稳定性格逐渐开朗,其实已经疯了
- 这一年 你坚持最久的事情 骂人 以前骂人可能是因为你素质低劣 但今年你骂的每一个人都是他们活该
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2025年度求职报告</title>
<!-- 引入图标库 -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<style>
:root {
--primary-orange: #FF6B00;
--primary-blue: #2B4CFF;
--highlight: #FFD700;
--bg-gradient: linear-gradient(135deg, #FFF6E5 0%, #EDF2FF 100%);
--card-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
background-color: #f0f0f0;
display: flex;
justify-content: center;
min-height: 100vh;
}
/* 手机端容器模拟 */
.container {
width: 100%;
max-width: 480px;
background: var(--bg-gradient);
min-height: 100vh;
padding: 20px;
position: relative;
overflow: hidden;
box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
/* 顶部标题区 */
.header {
text-align: center;
padding: 40px 0 20px;
animation: fadeInDown 1s ease;
}
.header h1 {
font-size: 28px;
font-weight: 900;
background: linear-gradient(to right, var(--primary-orange), var(--primary-blue));
-webkit-background-clip: text;
color: transparent;
margin-bottom: 8px;
letter-spacing: 2px;
}
.header p {
color: #666;
font-size: 14px;
background: #fff;
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
/* 用户卡片 */
.user-card {
background: white;
border-radius: 20px;
padding: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
box-shadow: var(--card-shadow);
border: 2px solid rgba(255, 107, 0, 0.1);
animation: fadeInUp 1s ease 0.2s backwards;
}
.avatar {
width: 60px;
height: 60px;
background: #eee;
border-radius: 50%;
margin-right: 15px;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
}
.user-info h2 {
font-size: 18px;
color: #333;
}
.user-info span {
font-size: 12px;
color: var(--primary-blue);
background: rgba(43, 76, 255, 0.1);
padding: 2px 6px;
border-radius: 4px;
margin-right: 5px;
}
/* 数据核心区 - 网格布局 */
.data-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin-bottom: 25px;
}
.data-item {
background: white;
padding: 20px 15px;
border-radius: 16px;
text-align: center;
box-shadow: var(--card-shadow);
transition: transform 0.3s;
animation: zoomIn 0.8s ease backwards;
}
/* 动画延迟设置 */
.data-item:nth-child(1) { animation-delay: 0.3s; }
.data-item:nth-child(2) { animation-delay: 0.4s; }
.data-item:nth-child(3) { animation-delay: 0.5s; }
.data-item:nth-child(4) { animation-delay: 0.6s; }
.data-item:hover {
transform: translateY(-5px);
}
.data-num {
display: block;
font-size: 32px;
font-weight: 800;
font-family: 'Arial Black', sans-serif;
margin-bottom: 5px;
}
.num-orange { color: var(--primary-orange); }
.num-blue { color: var(--primary-blue); }
.num-purple { color: #8A2BE2; }
.num-gold { color: #DAA520; }
.data-label {
font-size: 13px;
color: #888;
font-weight: bold;
}
.icon-bg {
font-size: 24px;
margin-bottom: 8px;
opacity: 0.8;
}
/* 实习经历条 */
.exp-bar {
background: linear-gradient(90deg, #2B4CFF, #6E85FF);
color: white;
border-radius: 16px;
padding: 20px;
margin-bottom: 25px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 8px 16px rgba(43, 76, 255, 0.25);
animation: slideInLeft 1s ease 0.7s backwards;
}
.exp-left h3 {
font-size: 24px;
font-weight: 800;
}
.exp-left p {
font-size: 12px;
opacity: 0.9;
margin-top: 5px;
}
.exp-icon {
font-size: 32px;
background: rgba(255,255,255,0.2);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
/* 漏斗转化率吐槽区 */
.funnel-card {
background: white;
border-radius: 20px;
padding: 25px;
margin-bottom: 30px;
box-shadow: var(--card-shadow);
position: relative;
animation: fadeInUp 1s ease 0.8s backwards;
}
.funnel-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
border-left: 4px solid var(--primary-orange);
padding-left: 10px;
}
.funnel-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
font-size: 13px;
color: #555;
}
.progress-bg {
flex: 1;
height: 10px;
background: #f0f0f0;
border-radius: 5px;
margin: 0 10px;
overflow: hidden;
}
.progress-fill {
height: 100%;
border-radius: 5px;
position: relative;
}
/* 进度条动画 */
.fill-1 { width: 100%; background: #FF6B00; animation: grow1 1.5s ease-out 1s forwards; width: 0; }
.fill-2 { width: 80%; background: #FF9F43; animation: grow2 1.5s ease-out 1.2s forwards; width: 0; }
.fill-3 { width: 60%; background: #2B4CFF; animation: grow3 1.5s ease-out 1.4s forwards; width: 0; }
.fill-4 { width: 40%; background: #00D2D3; animation: grow4 1.5s ease-out 1.6s forwards; width: 0; }
@keyframes grow1 { to { width: 100%; } }
@keyframes grow2 { to { width: 80%; } }
@keyframes grow3 { to { width: 60%; } }
@keyframes grow4 { to { width: 40%; } } /* Offer率极低,真实 */
/* 底部标签 */
.tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-bottom: 30px;
animation: fadeIn 1.5s ease 1s backwards;
}
.tag {
padding: 6px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: bold;
transform: rotate(-2deg);
}
.tag:nth-child(even) { transform: rotate(2deg); }
.tag-1 { background: #FFEAA7; color: #d35400; border: 1px solid #d35400; }
.tag-2 { background: #74b9ff; color: #0984e3; border: 1px solid #0984e3; }
.tag-3 { background: #55efc4; color: #00b894; border: 1px solid #00b894; }
/* 底部 */
.footer {
text-align: center;
padding-bottom: 30px;
font-size: 12px;
color: #999;
animation: fadeIn 1s ease 1.5s backwards;
}
.stamp {
position: absolute;
right: 20px;
bottom: 80px;
width: 100px;
height: 100px;
border: 3px solid var(--primary-orange);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-orange);
font-weight: 900;
font-size: 18px;
transform: rotate(-20deg) scale(0);
opacity: 0.6;
animation: stampIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s forwards;
background: rgba(255, 255, 255, 0.8);
z-index: 10;
}
/* 关键帧动画 */
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes zoomIn {
from { opacity: 0; transform: scale(0.8); }
to { opacity: 1; transform: scale(1); }
}
@keyframes slideInLeft {
from { opacity: 0; transform: translateX(-50px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes stampIn {
to { transform: rotate(-20deg) scale(1); }
}
</style>
</head>
<body>
<div class="container">
<!-- 顶部标题 -->
<header class="header">
<h1>2025 打工报告</h1>
<p>致那个今年没有被裁员的自己</p>
</header>
<!-- 用户信息 -->
<div class="user-card">
<div class="avatar">👨🎓</div>
<div class="user-info">
<h2>牛马人生</h2>
<div style="margin-top:5px;">
<span>#100%出勤率</span>
<span>#公司摸鱼侠</span>
<span>#职场窝囊废</span>
</div>
</div>
</div>
<!-- 核心数据网格 -->
<div class="data-grid">
<!-- 投递 -->
<div class="data-item">
<div class="icon-bg num-orange"><i class="fas fa-paper-plane"></i></div>
<span class="data-num num-orange">10000+</span>
<span class="data-label">发送消息</span>
</div>
<!-- 笔试 -->
<div class="data-item">
<div class="icon-bg num-purple"><i class="fas fa-edit"></i></div>
<span class="data-num num-purple">1000+</span>
<span class="data-label">写过的代码</span>
</div>
<!-- 面试 -->
<div class="data-item">
<div class="icon-bg num-blue"><i class="fas fa-comments"></i></div>
<span class="data-num num-blue">100+</span>
<span class="data-label">会议次数</span>
</div>
<!-- Offer -->
<div class="data-item">
<div class="icon-bg num-gold"><i class="fas fa-trophy"></i></div>
<span class="data-num num-gold">0</span>
<span class="data-label">老板的表彰</span>
</div>
</div>
<!-- 实习经历 -->
<div class="exp-bar">
<div class="exp-left">
<h3>工作总结</h3>
<p>今年你一共说了9999遍"不想上班了",最后100%出勤率</p>
<p>这一年你长胖了10斤,肚子里全是老板画的饼和公司的白开水</p>
<p>今年你的职场最佳搭子是厕所,他见证了你的喜怒哀乐</p>
</div>
<div class="exp-icon">
<i class="fas fa-briefcase"></i>
</div>
</div>
<!-- 转化率漏斗 -->
<div class="funnel-card">
<div class="funnel-title">📊职场高频词</div>
<div class="funnel-row">
<span>好滴!</span>
<div class="progress-bg"><div class="progress-fill fill-1"></div></div>
<span>123456+</span>
</div>
<div class="funnel-row">
<span>收到~</span>
<div class="progress-bg"><div class="progress-fill fill-2"></div></div>
<span>8536+</span>
</div>
<div class="funnel-row">
<span>哈哈哈</span>
<div class="progress-bg"><div class="progress-fill fill-3"></div></div>
<span>7839+</span>
</div>
<div class="funnel-row">
<span style="font-weight:bold; color:#DAA520;">什么?</span>
<div class="progress-bg"><div class="progress-fill fill-4"></div></div>
<span style="font-weight:bold; color:#DAA520;">999+</span>
</div>
<p style="text-align:center; font-size:12px; color:#999; margin-top:15px;">
* 你以为你精神状态良好,实则是真没招了
</p>
</div>
<!-- 趣味标签 -->
<div class="tags">
<div class="tag tag-1">热衷上班划水</div>
<div class="tag tag-2">带薪拉屎王</div>
<div class="tag tag-1">脱发一等奖</div>
<div class="tag tag-3">上班素质良好</div>
</div>
<!-- 盖章效果 -->
<div class="stamp">
顶级<br>牛马
</div>
<footer class="footer">
<p>2025打工报告 ·生活是薯饼 ,又想薯又有病</p>
<p style="margin-top:5px; font-size:10px; opacity:0.5;">长按保存图片分享</p>
</footer>
</div>
</body>
</html>
全部评论
(1) 回帖