messageBoardSec.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. @charset "UTF-8";
  2. /*head*/
  3. .manage-head {
  4. padding: 8px 0;
  5. margin: 5px;
  6. background-color: #f0f0f0;
  7. border-left: 4px solid #0078ad;
  8. font-family: 'MicroSoft YaHei';
  9. border-bottom: 0;
  10. }
  11. .manage-head-title {
  12. position: relative;
  13. height: 18px;
  14. line-height: 18px;
  15. color: #363636;
  16. font-size: 16px;
  17. }
  18. .manage-head a i {
  19. font-size: 14px;
  20. color: #9c9c9c;
  21. }
  22. .col-sm-12 {
  23. margin: 3px 0;
  24. padding-right: 5px;
  25. padding-left: 5px;
  26. }
  27. .custom-padding {
  28. padding-right: 10px;
  29. padding-left: 10px;
  30. }
  31. .ibox {
  32. border: 1px solid #e1e1e1;
  33. }
  34. .mytitle {
  35. cursor: move;
  36. height: 39px;
  37. border-color: #e9e9e9;
  38. background-color: #edf1f2;
  39. color: #333;
  40. font-weight: 700;
  41. font-family: 'MicroSoft YaHei';
  42. border-radius: 2px 2px 0 0;
  43. padding: 9px 10px;
  44. display: block;
  45. clear: both;
  46. }
  47. .mytitle h5 {
  48. display: block;
  49. font-size: 14px;
  50. font-family: 'MicroSoft YaHei';
  51. margin: 0;
  52. padding: 0;
  53. text-overflow: ellipsis;
  54. float: left;
  55. color: #787878;
  56. }
  57. .mytitle .label {
  58. font-size: 12px;
  59. font-weight: 500;
  60. padding: 3px 6px;
  61. width: 59px;
  62. height: 22px;
  63. border-radius: 4px;
  64. cursor: pointer;
  65. }
  66. .ibox-content {
  67. padding: 0 10px 2px 10px;
  68. background-color: #edf1f2;
  69. border: 0;
  70. }
  71. .ibox-content ul li {
  72. font-size: 14px;
  73. font-family: 'MicroSoft YaHei';
  74. margin-bottom: 10px;
  75. border: 1px solid #fff;
  76. background-color: #fff;
  77. border-radius: 4px;
  78. padding: 14px 10px 16px 10px;
  79. color: #3da7f5;
  80. -moz-box-shadow: 0 4px 4px rgba(200, 199, 210, 0.3);
  81. -webkit-box-shadow: 0 4px 4px rgba(200, 199, 210, 0.3);
  82. box-shadow: 0 4px 4px rgba(200, 199, 210, 0.3);
  83. }
  84. .ibox-content ul li i {
  85. font-size: 6px;
  86. vertical-align: middle;
  87. margin-top: -2px;
  88. padding-right: 10px;
  89. }
  90. .ibox-content ul li .agile-detail i {
  91. font-size: 16px;
  92. color: #c1c1c1;
  93. }
  94. .ibox-content ul li .agile-detail {
  95. font-size: 13px;
  96. font-family: 'MicroSoft YaHei';
  97. color: #6e7070;
  98. display: inline-block;
  99. margin-top: 16px;
  100. width: 100%;
  101. }
  102. .td-icon {
  103. vertical-align: top;
  104. }
  105. .span-user img {
  106. margin-right: 8px;
  107. margin-top: -5px;
  108. }
  109. .span-time img {
  110. margin-right: 8px;
  111. margin-top: -3px;
  112. }
  113. .span-time {
  114. float: right;
  115. }
  116. .text-orange {
  117. color: #e08b51;
  118. }
  119. .text-blue {
  120. color: #17c4ec;
  121. }
  122. .text-purple {
  123. color: #836bc3;
  124. }
  125. .btn {
  126. padding-right: 12px;
  127. padding-left: 12px;
  128. }
  129. .btn-orange {
  130. color: #ffffff !important;
  131. background-color: #f8ac59;
  132. border-color: #f8ac59;
  133. }
  134. .ibox-content ul li .agile-detail .end-time-text {
  135. color: red;
  136. }
  137. .layui-view-body {
  138. background-color: #f0f2f5;
  139. }
  140. .layui-content {
  141. padding: 0 20px 20px 20px;
  142. }
  143. .layui-tab-title {
  144. border-bottom-color: #e8e8e8;
  145. }
  146. .layui-card .layui-tab-brief .layui-tab-title li {
  147. margin: 0 15px;
  148. padding: 0;
  149. }
  150. .layui-card-body {
  151. padding: 0;
  152. }
  153. .layui-form-mid {
  154. width: 100px;
  155. text-align: right;
  156. color: #000000;
  157. }
  158. .layui-input-inline {
  159. text-align: center;
  160. }
  161. .primary-title {
  162. border: 0;
  163. }
  164. .primary-title:hover {
  165. border-bottom: 2px solid #C9C9C9;
  166. }
  167. .layui-btn-primary:hover,
  168. .layui-form-onswitch,
  169. .layui-form-checked[lay-skin=primary] i,
  170. .layui-form-checkbox[lay-skin=primary]:hover i,
  171. .layui-form-checked,
  172. .layui-form-checked:hover,
  173. .layui-tab-brief>.layui-tab-more li.layui-this:after,
  174. .layui-tab-brief>.layui-tab-title .layui-this:after {
  175. border-color: #ff7d4e;
  176. }
  177. .layui-checkbox-disbaled[lay-skin=primary]:hover i {
  178. border-color: #d2d2d2!important;
  179. }
  180. .layui-form-onswitch,
  181. .layui-form-checked[lay-skin=primary] i,
  182. .layui-form-select dl dd.layui-this,
  183. .layui-laypage .layui-laypage-curr .layui-laypage-em,
  184. .layui-form-checked span,
  185. .layui-form-checked:hover span {
  186. background-color: #177ce3;
  187. }
  188. .layui-btn-blue {
  189. background-color: #177ce3;
  190. background-repeat: repeat-y;
  191. background-image: -moz-linear-gradient(left, #29adeb, #177ce3);
  192. background-image: -webkit-linear-gradient(left, #29adeb, #177ce3);
  193. background-image: -o-linear-gradient(left, #29adeb, #177ce3);
  194. background-image: linear-gradient(to left, #29adeb, #177ce3);
  195. }
  196. .layui-form-checkbox[lay-skin=primary]:hover span {
  197. background: 0 0!important;
  198. }
  199. .layui-page-header {
  200. margin: -20px -20px 20px;
  201. }
  202. .layui-page-header .pagewrap {
  203. padding: 15px 20px;
  204. background-color: #fff;
  205. }
  206. .layui-page-header .title {
  207. margin-top: 15px;
  208. }
  209. .chart-card {
  210. padding: 20px 24px 8px;
  211. }
  212. .chart-card .chart-header {
  213. position: relative;
  214. width: 100%;
  215. overflow: hidden;
  216. }
  217. .chart-card .metawrap {
  218. float: left;
  219. }
  220. .chart-card .metawrap .meta {
  221. color: rgba(0, 0, 0, .45);
  222. font-size: 14px;
  223. line-height: 22px;
  224. height: 22px;
  225. }
  226. .chart-card .metawrap .total {
  227. overflow: hidden;
  228. text-overflow: ellipsis;
  229. word-break: break-all;
  230. white-space: nowrap;
  231. color: rgba(0, 0, 0, .85);
  232. margin-top: 4px;
  233. margin-bottom: 0;
  234. font-size: 30px;
  235. line-height: 38px;
  236. height: 38px;
  237. }
  238. .chart-card .chart-body {
  239. margin-bottom: 12px;
  240. position: relative;
  241. width: 100%;
  242. }
  243. .chart-card .chart-footer {
  244. padding-top: 9px;
  245. margin-top: 8px;
  246. border-top: 1px solid #e8e8e8;
  247. -webkit-box-sizing: border-box;
  248. box-sizing: border-box;
  249. }
  250. .chart-card .field span {
  251. font-size: 14px;
  252. line-height: 22px;
  253. }
  254. .chart-card .field span:last-child {
  255. margin-left: 8px;
  256. color: rgba(0, 0, 0, .85);
  257. }
  258. .form-box {
  259. padding: 10px 0;
  260. }
  261. .hr-line-dashed {
  262. border-top: 1.5px dashed #c1c1c1;
  263. margin: 5px 0 8px 0;
  264. }
  265. .layui-table-page .layui-laypage span,
  266. .layui-laypage-btn {
  267. color: #000000;
  268. }
  269. .layui-table-page>div {
  270. float: right;
  271. }
  272. .quick-opt span {
  273. /* margin-left: 10px; */
  274. padding: 5px 11.5px;
  275. border: 1px solid #76bdef;
  276. background-color: #fff;
  277. color: #5eb0ea;
  278. font-family: "Microsoft YaHei";
  279. font-size: 12px;
  280. margin-right: 10px;
  281. float: right;
  282. cursor: pointer;
  283. }
  284. .quick-opt div {
  285. margin-right: 6px;
  286. width: 14px;
  287. height: 13px;
  288. display: inline-block;
  289. margin-bottom: -2px;
  290. }
  291. .opt-lx {
  292. background: url(../img/lx-blue.png) no-repeat;
  293. }