<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SR.CAP招聘广告</title>
<style>
body {
margin: 0;
padding: 0;
font-family: "Microsoft YaHei", sans-serif;
background: linear-gradient(-45deg, #1a3a8f, #0a2351, #1a3a8f, #0a2351);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
color: white;
min-height: 100vh;
}
@keyframes gradient {
0% {background-position: 0% 50%;}
50% {background-position: 100% 50%;}
100% {background-position: 0% 50%;}
}
.container {
width: 800px;
margin: 30px auto;
padding: 30px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.header {
text-align: center;
margin-bottom: 30px;
border-bottom: 2px solid #ffcc00;
padding-bottom: 15px;
}
.title {
font-size: 36px;
font-weight: bold;
color: #ffcc00;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.subtitle {
font-size: 20px;
margin-top: 10px;
}
.job-section {
margin: 20px 0;
padding: 15px;
background: rgba(255, 255, 255, 0.1);
border-left: 4px solid #ffcc00;
border-radius: 0 5px 5px 0;
}
.job-title {
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
color: #ffcc00;
}
.job-details {
font-size: 16px;
line-height: 1.6;
}
.highlight {
color: #ffcc00;
font-weight: bold;
}
.footer {
margin-top: 30px;
text-align: center;
font-size: 14px;
color: #aaa;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<div class="title">SR.CAP 虚位以待 诚聘精英</div>
<div class="subtitle">香港塑镕集团 广东塑镕电容器有限公司</div>
</div>
<div class="job-section">
<div class="job-title">业务员(综合待遇:<span class="highlight">5500-14000元/月</span>)</div>
<div class="job-details">
年龄24-45周岁,男女不限,从事销售工作3年以上工作经历,有成功开拓市场、销售业绩案例,有良好的谈判技能。
</div>
</div>
<div class="job-section">
<div class="job-title">客服助理 销售助理 跟单员(综合待遇:<span class="highlight">5000-9000元/月</span>)</div>
<div class="job-details">
年龄24-35周岁,男女不限,沟通协调能力强,从事相关工作2年以上,熟悉相关工作流程。
</div>
</div>
<div class="job-section">
<div class="job-title">仓管员/收发文员(综合待遇:<span class="highlight">4500-8000元/月</span>)</div>
<div class="job-details">
年龄20-35周岁,男女不限,高中以上学历,从事仓管工作两年以上,熟悉仓库流程,熟悉电脑操作,有较强的沟通能力,有上进心和责任心。
</div>
</div>
<div class="job-section">
<div class="job-title">储备干部(综合待遇:<span class="highlight">5000-8000元/月</span>)</div>
<div class="job-details">
年龄18-26周岁,男女不限,大专以上学历,沟通能力强,为人正直,有责任心勤奋好学,有上进心,应届毕业生亦可。
</div>
</div>
<div class="job-section">
<div class="job-title">行政文员(综合待遇:<span class="highlight">4300-6500元/月</span>)</div>
<div class="job-details">
年龄18-30周岁,男女不限,有做过行政前台工作者优先,懂办公软件,有责任心,勤快好学。
</div>
</div>
<div class="job-section">
<div class="job-title">FQC/IQC/QC/QA(综合待遇:<span class="highlight">4500-6500元/月</span>)</div>
<div class="job-details">
年龄22-35周岁,男女不限,高中以上学历,沟通协调能力强,为人正直,有责任心。有3年品质检验与品质控制经验,至少有1年以上相关工作经验,游标卡尺熟练使用。
</div>
</div>
<div class="job-section">
<div class="job-title">普工(综合待遇:<span class="highlight">5000-8000元/月</span>)</div>
<div class="job-details">
年龄18-45周岁,男女不限,踏实、勤劳、肯干、有责任心,无不良嗜好,有调机技能者优先。基本工资(1720元)+绩效奖金(3400-6000元)
</div>
</div>
<div class="footer">
公司地址: 惠州市仲恺高新区潼湖镇三和村松柏岭大道78号 吴先生 13392048366 hr002@sr-cap.cn
</div>
</div>
</body>
</html>