wt_messages_onclick.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <div class="message_title">
  2. 消息通知详情
  3. </div>
  4. <div class="message_type">
  5. <div class='message-list'>
  6. <div class="message_content">
  7. <div style="overflow: hidden;border-bottom: 1px dashed #ccc;">
  8. <div class="content_time">{{task.releaseTime}}</div>
  9. <div class="content_time" style="text-align: right;">{{task.user.name}}</div>
  10. </div>
  11. <div class="content_text">{{task.content}}</div>
  12. </div>
  13. </div>
  14. </div>
  15. <div style="text-align: center;margin-top: 2%;margin-bottom: 2%;padding-right: 2%;position: relative;">
  16. <button ng-click="closeModel()" class="sBtn">关闭</button>
  17. </div>
  18. <style>
  19. .wt_page{
  20. position: absolute;
  21. right: 2%;
  22. top: 0;
  23. }
  24. .sBtnD {
  25. background: #ccc;
  26. }
  27. .sBtn {
  28. display: inline-block;
  29. color:#005395;
  30. width: 80px;
  31. height: 30px;
  32. border: 1px solid #ccc;
  33. line-height: 30px;
  34. border-radius: 2px;
  35. cursor: pointer;
  36. background-color: #fff !important;
  37. }
  38. .sBtn:hover {
  39. background-color: #005395 !important;
  40. color: #fff
  41. }
  42. .wt_nav {
  43. text-align: center;
  44. }
  45. .pagination>li>a:hover {
  46. background-color: #005395 !important;
  47. border-color: #005395 !important;
  48. color: #fff !important;
  49. }
  50. .pagination>li>a:focus {
  51. background-color: #005395 !important;
  52. border-color: #005395 !important;
  53. color: #fff !important;
  54. }
  55. .pagination>li>a {
  56. color: #005395 !important;
  57. }
  58. .modal-content {
  59. /* width: 540px; */
  60. /* height: 600px; */
  61. border-radius: 2px;
  62. overflow: auto;
  63. }
  64. .message_title {
  65. height: 6%;
  66. border-bottom: 1px solid #EAEAEA;
  67. font-size: 18px;
  68. line-height: 39px;
  69. text-align: center;
  70. color: #005395;
  71. /* position: fixed; */
  72. width: 100%;
  73. background: #fff;
  74. }
  75. .message_body {
  76. /* position: fixed; */
  77. width: 100%;
  78. background: #fff;
  79. /* margin-top: 19px; */
  80. /* border-bottom: 1px solid #EAEAEA;
  81. border-top: 1px solid #EAEAEA; */
  82. border: 1px solid #EAEAEA;
  83. }
  84. .message-list {
  85. /* position: fixed;
  86. top: 102px;
  87. left: 12px; */
  88. height: 97%;
  89. overflow-y: auto;
  90. width: 100%;
  91. border-left: 1px solid #EAEAEA;
  92. }
  93. .message_type {
  94. margin: 0 auto;
  95. /* margin-top: 60px; */
  96. /* border: 1px solid #EAEAEA; */
  97. border-top: 0px;
  98. width: 100%;
  99. height: 80%;
  100. /* padding: 20px; */
  101. padding: 20px 20px 0px 20px;
  102. }
  103. .message_yes {
  104. float: left;
  105. display: inline-block;
  106. width: 50%;
  107. height: 40px;
  108. text-align: center;
  109. color: #005395;
  110. font-size: 16px;
  111. line-height: 40px;
  112. cursor: pointer;
  113. }
  114. .message_yes:hover {
  115. background-color: #005395 !important;
  116. border-color: #005395 !important;
  117. color: #fff !important;
  118. }
  119. .message_no:hover {
  120. background-color: #005395 !important;
  121. border-color: #005395 !important;
  122. color: #fff !important;
  123. }
  124. .message_no {
  125. float: left;
  126. display: inline-block;
  127. line-height: 40px;
  128. width: 50%;
  129. height: 40px;
  130. text-align: center;
  131. color: #005395;
  132. font-size: 16px;
  133. border-left: 1px solid #EAEAEA;
  134. cursor: pointer;
  135. }
  136. .message_content {
  137. padding: 10px 10px 0px 10px;
  138. /* border-top: 1px solid #EAEAEA; */
  139. border-bottom: 1px solid #EAEAEA;
  140. overflow: hidden;
  141. height: 80px;
  142. background: #eee;
  143. margin-bottom: 5px;
  144. }
  145. .red {
  146. float: left;
  147. /* display: inline-block; */
  148. margin-top: 13px;
  149. }
  150. .redbtn {
  151. width: 70px;
  152. height: 25px;
  153. color: #fff;
  154. border-radius: 2px;
  155. background: #005395;
  156. border: 0px;
  157. }
  158. .redbtn:hover {
  159. background: #DBE8E6;
  160. color: #005395;
  161. border: 1px solid #005395;
  162. }
  163. .content_title {
  164. float: left;
  165. width: 50%;
  166. font-size: 16px;
  167. color: #005395;
  168. }
  169. .content_time {
  170. float: left;
  171. width: 50%;
  172. font-size: 14px;
  173. color: #999;
  174. }
  175. .content_text {
  176. margin-top: 6px;
  177. font-size: 14px;
  178. color: #666;
  179. display: inline-block;
  180. width: 92%;
  181. /* height: 86%; */
  182. white-space: nowrap;
  183. text-overflow: ellipsis;
  184. overflow: hidden;
  185. float: left;
  186. }
  187. .active {
  188. border: 1px solid #7BC2B4;
  189. background: #005395;
  190. color: #fff;
  191. border-bottom: 0px;
  192. }
  193. </style>