|
@@ -0,0 +1,227 @@
|
|
|
+<template>
|
|
|
+ <div>
|
|
|
+ <div class="topbar">
|
|
|
+ <div class="topbar_left">
|
|
|
+ <svg class="icon" aria-hidden="true">
|
|
|
+ <use xlink:href="#icon-fanhui"></use>
|
|
|
+ </svg>
|
|
|
+ </div>
|
|
|
+ <div class="topbar_middle">公告</div>
|
|
|
+ <div class="topbar_right">
|
|
|
+ <svg class="icon" aria-hidden="true">
|
|
|
+ <use xlink:href="#icon-wentibuchong"></use>
|
|
|
+ </svg>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div id="content">
|
|
|
+ <!-- 搜索栏 -->
|
|
|
+ <div class="order_scan">
|
|
|
+ <svg class="icon" aria-hidden="true">
|
|
|
+ <use xlink:href="#icon-sousuo"></use>
|
|
|
+ </svg>
|
|
|
+ 快速搜索关键字
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- 日期 -->
|
|
|
+ <!-- <div style="font-size: 17px;font-weight: bold;padding: 10px 0 0 10px;">9月10日</div> -->
|
|
|
+ <!-- 内容主体 -->
|
|
|
+ <div style="padding: 10px 10px 0 10px;font-size:14px;line-height:19px;">
|
|
|
+
|
|
|
+ <!-- 以下div封装为组件,v-for中调用 -->
|
|
|
+ <div class="arrow_box kindgreen">
|
|
|
+ <div style="font-size:13px;color:#888">
|
|
|
+ <span>2020年2月24日 14:28</span>
|
|
|
+ <span style="margin-left:10px">鲁迅</span></div>
|
|
|
+
|
|
|
+ <div class="order_conner tip_green">全公司</div>
|
|
|
+
|
|
|
+ <div style="margin-top:10px">
|
|
|
+ 医护人员即使在隔离病房接触患者,会严格按要求,经科学防护才进入病房开展工作,会经过正确的消毒防护措施和院感防护措施。他们离开病房和医院时,不会携带病毒。医护人员是抗击疫情一线的战士,希望每一位医护人员都能被尊重被善待。
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="arrow_box kindblue">
|
|
|
+ <div style="font-size:13px;color:#888">
|
|
|
+ <span>2020年2月23日 10:12</span>
|
|
|
+ <span style="margin-left:10px">鲁迅</span></div>
|
|
|
+
|
|
|
+ <div class="order_conner tip_blue">开发部</div>
|
|
|
+
|
|
|
+ <div style="margin-top:10px">3月份开始实行5天工作制。</div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="arrow_box kindblue">
|
|
|
+ <div style="font-size:13px;color:#888">
|
|
|
+ <span>2020年2月22日 16:12</span>
|
|
|
+ <span style="margin-left:10px">鲁迅</span></div>
|
|
|
+
|
|
|
+ <div class="order_conner tip_blue">开发部</div>
|
|
|
+
|
|
|
+ <div style="margin-top:10px">由于疫情仍然严峻,下周暂停继续在家办公,直到另行通知。</div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="arrow_box kindgreen">
|
|
|
+ <div style="font-size:13px;color:#888">
|
|
|
+ <span>2020年2月19日 17:12</span>
|
|
|
+ <span style="margin-left:10px">鲁迅</span></div>
|
|
|
+
|
|
|
+ <div class="order_conner tip_green">全公司</div>
|
|
|
+
|
|
|
+ <div style="margin-top:10px">受疫情影响,2月份工资发放将有所延迟。</div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+ export default {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+</script>
|
|
|
+
|
|
|
+<style>
|
|
|
+ body {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ /* background-color: #fff; */
|
|
|
+ font-family: "微软雅黑";
|
|
|
+ font-size: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topbar {
|
|
|
+ min-height: 44px;
|
|
|
+ border-bottom: 1px solid #e5e5e5;
|
|
|
+ background: #fff;
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 9993;
|
|
|
+ display: flex;
|
|
|
+ font-size: 18px;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topbar_left {
|
|
|
+ /* flex: 0 0 %; */
|
|
|
+ margin-left: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topbar_middle {
|
|
|
+ text-align: center;
|
|
|
+ flex: 0 0 85%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topbar_right {
|
|
|
+ /* flex: 0 0 10%; */
|
|
|
+ position: absolute;
|
|
|
+ right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ #content {
|
|
|
+ position: absolute;
|
|
|
+ top: 44px;
|
|
|
+ background-color: #fff;
|
|
|
+ width: 100%;
|
|
|
+ padding-bottom: 60px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ .order_scan {
|
|
|
+ margin: 10px 10px;
|
|
|
+ padding: 8px 10px;
|
|
|
+ /* border: 1px solid #c7c7c7; */
|
|
|
+ background-color: #f7f7f7;
|
|
|
+ color: #bbb;
|
|
|
+ border-radius: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .order_scan_btn {
|
|
|
+ color: #999;
|
|
|
+ font-size: 28px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .arrow_box {
|
|
|
+ position: relative;
|
|
|
+ padding: 5px 5px 5px 10px;
|
|
|
+ /* border-radius: 5px; */
|
|
|
+
|
|
|
+ box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
|
|
|
+ background: #fff;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ /* border-bottom: 1px solid #f5f5f5;
|
|
|
+ border-top: 1px solid #f5f5f5;
|
|
|
+ border-right: 1px solid #f5f5f5; */
|
|
|
+ }
|
|
|
+
|
|
|
+ .kindgreen {
|
|
|
+ border-left: 5px solid #8dc026;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .kindblue {
|
|
|
+ border-left: 5px solid #46a4da;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .kindred {
|
|
|
+ border-left: 5px solid #ff6f61;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .tip_red {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #fa5a5a
|
|
|
+ }
|
|
|
+
|
|
|
+ .tip_blue {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #46a4da
|
|
|
+ }
|
|
|
+
|
|
|
+ .tip_green {
|
|
|
+ color: #fff;
|
|
|
+ background-color: #8dc026
|
|
|
+ }
|
|
|
+
|
|
|
+ .order_conner {
|
|
|
+ position: absolute;
|
|
|
+ right: 0px;
|
|
|
+ top: 0px;
|
|
|
+ /* color: #888; */
|
|
|
+ font-size: 12px;
|
|
|
+ padding: 4px 10px;
|
|
|
+ /* background-color: #ececec; */
|
|
|
+ line-height: 12px;
|
|
|
+ width: 36px;
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .order_conner_sec {
|
|
|
+ position: absolute;
|
|
|
+ right: 60px;
|
|
|
+ top: 0px;
|
|
|
+ /* color: #888; */
|
|
|
+ font-size: 12px;
|
|
|
+ padding: 4px 10px;
|
|
|
+ /* background-color: #ececec; */
|
|
|
+ line-height: 12px;
|
|
|
+ /* width: 36px; */
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+</style>
|