链接:https://pan.baidu.com/s/1HHHDwDgEm5qS1NIf7ibsFQ
提取码:
–来自百度网盘超级会员V4的分享

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>通知</title>
<style type="text/css">
@font-face{
font-family:jianzhi; /*服务器字体名称*/
src:url(FZJZJW.TTF); /*服务器字体名称*/
}
body{color:#128095;}
h3{
font-family:jianzhi; /*设置字体样式*/
font-size:32px;
text-align:center;
letter-spacing:10px;
text-shadow:2px 10px 20px #CCC ;
}
h4{
font-family:"楷体";
text-align:center;
}
p{ line-height:28px;}
.indent{text-indent:2em;}
.space{ white-space:pre;}
.right{
text-align:right;
font-weight:bold;
}
</style>
</head>
<body>
<h3>活动通知</h3>
<h4>————第一期员工活动主题为“放飞身心 踏青徒步”</h4>
<hr/>
<p><strong>各位公司同仁:</strong></p>
<P class="indent">
首期员工活动在春暖花开、阳光明媚的五月正式开始,邀请大家走出钢筋水泥的大森林,享受阳光、亲近自然、放松心情,舒展内容是踏青徒步。<mark>踏青徒步活动时间为5月6日</mark>。
</P>
<img src="taqing.png" alt="踏青图片" align="left">
<p class="space">
<strong>1、安排如下:</strong>
● <mark>13:00</mark>在公司门口集合;
● <mark>13:30</mark>集体徒步前往目的地;
● <mark>16:30</mark>活动结束,大家可以自由活动。
<strong>2、活动须知</strong>
● 各位同事提前安排好工作,如因工作原因不能参加本次活动的人员请通
知行政人事部;
● 公司为所有参与人员准备饮用水、面包、餐布、扑克等必需物品;
● 上衣穿着公司统一购买t恤,员工自行选择方便运动、徒步。
</p>
<br/>
<p class="right">行政文化中心<br/>2019年4月22日</p>
</body>
</html>

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>新闻页面</title>
<style type="text/css">
:root{font-family:"楷体";}
h3:before{content:url(title_bg.png);}
p:nth-of-type(odd){color:#999}
p:nth-of-type(even){color:#066;}
p:before{content:url(icon.png);}
</style>
</head>
<body>
<h3>招聘信息</h3>
<hr />
<p>北京厚石人和信息科技招聘人才</p>
<p>上海微甲网络科技招聘工程师</p>
<p>永特三六五公司招聘网络管理员</p>
<p>中国科学技术研究所招聘实习生</p>
<p>Unity科学技术工厂所招聘实习生</p>
<p>上海368网络科技招聘工程师</p>
<p>杭州点点咨询公司招聘网络管理员</p>
<hr />
</body>
</html>