123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- <!-- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="center">
- <table width="1000" border="0" cellspacing="10">
- <tr>
- <td valign="top" class="bg1">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="title2">公告详情</td>
- </tr>
- </table>
- <TABLE width="100%" align="center" bgcolor="#c9deef" border="0" cellspacing="1" cellpadding="5">
- <TBODY>
- <TR>
- <TD width="100" bgcolor="#e9f2f9">标题</TD>
- <TD bgcolor="#ffffff"> {{item.title}}</TD>
- </TR>
- <TR>
- <TD bgcolor="#e9f2f9">发布部门</TD>
- <TD bgcolor="#ffffff"> {{item.departmentName}}</TD>
- </TR>
- <TR>
- <TD bgcolor="#e9f2f9">创建时间</TD>
- <TD bgcolor="#ffffff"> {{item.createTime | filterTime}}</TD>
- </TR>
- <TR>
- <TD bgcolor="#e9f2f9">内容</TD>
- <TD colspan="3" bgcolor="#ffffff"> {{item.content}}</TD>
- </TR>
- </TBODY>
- </TABLE>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="60" align="center" valign="bottom"><input name="button" type="submit" class="bt1" id="button" value="返回列表" ng-click="goBack()"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table> -->
- <style type="text/css">
- .item.active,
- .item.activated,
- .item-complex.active .item-content,
- .item-complex.activated .item-content,
- .item .item-content.active,
- .item .item-content.activated {
- background-color: transparent;
- }
-
- textarea {
- resize: none;
- }
- /*
- .iconfontPadding {
- padding-top: 10px;
- } */
-
- a:focus,
- a:hover {
- /* color: red; */
- /* font-weight: bolder; */
- text-decoration: none;
- }
-
- .iconfontColor {
- color: #006bc0 !important;
- /* font-weight: bolder; */
- }
-
- .titleStyle {
- background: #d9edf7 !important;
- margin-top: 1.3rem !important;
- margin-bottom: 0.7rem !important;
- border-left: 0.4rem solid #006bc0;
- height: 3rem;
- line-height: 3rem;
- font-size: 1.4rem;
- color: #606367;
- padding: 0;
- padding-left: 1rem;
- }
-
- .titledetail {
- background: #f5f5f5;
- height: 3rem;
- /* line-height: 3rem; */
- font-size: 1.4rem;
- color: #606367;
- padding: 0;
- padding-left: 1rem;
- }
-
- .timepost {
- margin-left: 1rem;
- padding-top: 2.5rem;
- position: absolute;
- }
-
-
- .timeline-event.timeline-inverted {
- margin-bottom: 0px;
- }
-
-
- .shoujibord {
- position: absolute;
- top: 0;
- right: 0;
- height: 1px;
- -webkit-transition: -webkit-transform 0.4s;
- -moz-transition: -moz-transform 0.4s;
- transition: transform 0.4s;
- bottom: 0;
- height: 3.2rem;
- border-color: #f5f5f5;
- border-left-style: solid;
- border-width: 1px;
- vertical-align: middle;
- }
-
- .backwhite {
- background: #fff;
- }
- .tuiblank{
- padding-left:2em;
- }
- .center{
- text-align: center;
- }
- .formly{
- border-radius: 8px;
- }
- .headerpad{
- padding-left:24px;
- padding-right:24px;
- /* padding-top:36px;
- padding:24px; */
- /* border-bottom: 1px solid #ddd; */
- }
- .contendpad{
- padding-top :24px;
- padding-bottom: 24px;
- }
- .formall{
- padding-left:90px;
- padding-right:90px;
- padding-bottom: 90px;
- }
- .font-size-black{
- font-size: 16px;
- }
- .font-color-black{
- color:#333;
- }
- </style>
- <div class="formly backwhite font-color-black">
- <div class="normal-label-wrap headerpad">
- <div class="col-xs-12" style="border-bottom: 1px solid #ddd;padding-top:36px;padding-bottom:24px">
- <div class="normal-text col-xs-12 center" style="border-bottom: 0px;padding-bottom: 0rem;">
- <span class="ng-binding font-color-black" style="font-weight: 600;font-size: 20px">{{item.title}}</span>
- </div>
- <div class="col-xs-12 center" style="border-bottom: 0px;color:#999;padding-top:5px">
- <div class="col-xs-12 normal-text" style="padding-left:0px;padding-right:0px;">
- <span class="ng-binding fz-12 pull-left" style="margin-right:10px">{{item.createUser.dept.parent.dept||item.createUser.dept.dept}}</span>
- <span class="ng-binding fz-12 pull-right">{{item.createTime}}</span>
- </div>
- </div>
- </div>
- </div>
- <div class="normal-label-wrap formall font-size-black">
- <div class="normal-text col col-70 col-xs-12 backwhite" style="border-bottom: 0px;">
- <div class="ng-binding font-color-black col_0 "><span class="ng-binding font-color-six" id="test_content">{{item.content}}</span>
- </div>
- </div>
- </div>
- </div>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="60" align="center" valign="bottom"><input name="button" type="submit" class="bt1" id="button" value="返回列表" ng-click="goBack()"></td>
- </tr>
- </table>
-
|