formlist.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. /**message缩写为msg**/
  2. .sp-msg-left {
  3. position: absolute;
  4. left: 10px;
  5. width: 200px;
  6. bottom: 10px;
  7. top: 40px;
  8. background-color: #fff;
  9. }
  10. .sp-msg-right {
  11. position: absolute;
  12. left: 210px;
  13. right: 5px;
  14. bottom: 10px;
  15. top: 40px;
  16. overflow-y: auto;
  17. }
  18. .sp-msg-left-top {
  19. float: left;
  20. width: 100%;
  21. line-height: 50px;
  22. font-size: 16px;
  23. background-color: #d9dee4;
  24. padding: 0 15px;
  25. }
  26. .sp-msg-left-bottom {
  27. float: left;
  28. width: 100%;
  29. }
  30. .sp-msg-left-lh {
  31. float: left;
  32. width: 100%;
  33. line-height: 20px;
  34. padding: 10px 0 10px 5px;
  35. cursor: pointer;
  36. box-sizing: border-box;
  37. text-align: left;
  38. }
  39. .sp-msg-left-lh i {
  40. font-size: 13px;
  41. padding-right: 6px;
  42. color: gray;
  43. }
  44. .sp-msg-left-lh .sp-col-20 {
  45. display: none;
  46. }
  47. .sp-msg-left-lh:hover {
  48. color: #0e39de;
  49. }
  50. .sp-msg-left-lh:hover i {
  51. color: #0e39de;
  52. }
  53. .sp-msg-left-lh:hover .sp-col-20 {
  54. display: block;
  55. }
  56. .sp-msg-left-active {
  57. background-color: #f0f3f4;
  58. color: #0e39de;
  59. border-radius: 5px;
  60. }
  61. .sp-msg-left-active i {
  62. color: #0e39de;
  63. }
  64. .sp-msg-left-lh i.fa-edit {
  65. align-items: right;
  66. }
  67. /*消息中心模块*/
  68. .sp-msg-types {
  69. float: left;
  70. background-color: #D9DEE4;
  71. width: 115px;
  72. height: 30px;
  73. line-height: 30px;
  74. margin-right: 5px;
  75. text-align: center;
  76. cursor: pointer;
  77. }
  78. .sp-msg-types-active {
  79. background-color: #546478 !important;
  80. color: #fff !important;
  81. }
  82. .sp-msg-left-lh .sp-col-10 {
  83. padding: 0;
  84. }
  85. .sp-msg-left-lh .sp-col-70 {
  86. padding: 0;
  87. padding-left: 5px !important;
  88. }
  89. .sp-msg-left-lh .sp-col-20 {
  90. padding: 0;
  91. }
  92. .flow-col-left {
  93. float: left;
  94. width: 120px;
  95. min-height: 120px;
  96. }
  97. .flow-col-right {
  98. float: left;
  99. width: calc(100% - 120px);
  100. min-height: 120px;
  101. border-left: 1px solid #efefef;
  102. box-sizing: border-box;
  103. }
  104. .flow-radius {
  105. width: 50px;
  106. margin: 0 auto;
  107. height: 50px;
  108. line-height: 50px;
  109. border-radius: 25px;
  110. background-color: #bdc7d4;
  111. color: #fff;
  112. text-align: center;
  113. font-size: 22px;
  114. }
  115. .flow-col-right .right-l {
  116. float: left;
  117. width: 80px;
  118. text-align: center;
  119. margin-top: 2px;
  120. }
  121. .flow-col-right .right-r {
  122. float: left;
  123. width: calc(100% - 80px);
  124. }
  125. .right-r span {
  126. margin: 5px 20px 5px 0;
  127. cursor: pointer;
  128. }
  129. .right-r span:hover {
  130. color: #0e39de;
  131. }
  132. .flow-col-right-up {
  133. float: left;
  134. width: 100%;
  135. min-height: 100px;
  136. }
  137. .flow-col-right-bottom {
  138. float: left;
  139. width: 100%;
  140. height: 20px;
  141. text-align: right;
  142. }
  143. .sp-detail-left {
  144. position: absolute;
  145. left: 10px;
  146. width: 220px;
  147. bottom: 10px;
  148. top: 10px;
  149. background-color: #fff;
  150. }
  151. .sp-detail-right {
  152. position: absolute;
  153. left: 230px;
  154. right: 5px;
  155. bottom: 10px;
  156. top: 10px;
  157. overflow-y: auto;
  158. }
  159. .viewBox{
  160. width: 100%;
  161. overflow: hidden;
  162. }
  163. .viewBoxItem {
  164. overflow: hidden;
  165. height: 25px;
  166. line-height: 25px;
  167. cursor: pointer;
  168. float: left;
  169. margin-right: 5px;
  170. }
  171. .viewBoxItem .viewName {
  172. float: left;
  173. }
  174. .viewBoxItem .viewName a{
  175. display: inline-block;
  176. padding: 0px 5px;
  177. width: 70px;
  178. overflow: hidden;
  179. white-space: nowrap;
  180. text-overflow: ellipsis;
  181. }
  182. .viewBoxItem .viewButton {
  183. float: right;
  184. }
  185. .viewBoxItem:hover .viewButton {
  186. display: block
  187. }
  188. #layer_viewColumn ::-webkit-scrollbar {
  189. display: none; /* Chrome Safari */
  190. }
  191. .actionBar {
  192. text-align: left;
  193. padding: 5px 15px;
  194. }
  195. .actionBar select {
  196. height: 26px;
  197. line-height: 26px;
  198. padding: 0px 5px;
  199. }
  200. .warningContent {
  201. width: 100%;
  202. height: 150px;
  203. font-size: 18px;
  204. color: #666;
  205. text-align: center;
  206. border-right: 1px solid #E1E6EB;
  207. border-left: 1px solid #E1E6EB;
  208. border-bottom: 1px solid #E1E6EB;
  209. line-height: 150px;
  210. }
  211. .warninfoBox {
  212. position: absolute;
  213. width: 220px;
  214. height: 26px;
  215. color: #ff0000;
  216. text-align: right;
  217. line-height: 28px;
  218. bottom: 20px;
  219. right: 10px;
  220. background-color: #ffffff;
  221. display: none;
  222. padding-left: 5px;
  223. box-sizing: border-box;
  224. }