formedit.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /*表单*/
  2. .FixTop{
  3. padding:10px 20px;
  4. background:#fff;
  5. border-bottom:1px solid #ddd;
  6. position:fixed;
  7. left:0;
  8. right:0;
  9. top:0;
  10. z-index:2
  11. }
  12. .detail-col {
  13. display: none;
  14. position: absolute;
  15. width: 94%;
  16. max-height: 310px;
  17. overflow: hidden;
  18. border: 1px solid #e9e9e9;
  19. background: #f9f9f9;
  20. margin: 0 3%;
  21. color: #fff;
  22. z-index: 1;
  23. }
  24. .detail-col div {
  25. width: 100%;
  26. max-height: 265px;
  27. overflow-y: auto;
  28. border-bottom: 1px solid white;
  29. }
  30. .download-Item {
  31. width: 25%;
  32. float: left;
  33. height: 30px;
  34. overflow: hidden;
  35. text-align: left;
  36. line-height: 30px;
  37. white-space: nowrap;
  38. text-overflow: ellipsis;
  39. }
  40. .upload {
  41. width: 66px;
  42. height: 30px;
  43. overflow: hidden;
  44. position: relative;
  45. display: inline-block;
  46. vertical-align: middle;
  47. }
  48. .upload-btn-single {
  49. outline: none;
  50. border: 0;
  51. height: 28px;
  52. line-height: 28px;
  53. padding: 0 5px;
  54. color: #fff !important;
  55. background: #1c84c6;
  56. cursor: pointer !important;
  57. border-radius: 5px;
  58. }
  59. .upload-tip {
  60. float: left;
  61. width: 100%;
  62. margin-top: 35px;
  63. padding: 0 10px;
  64. color: #666;
  65. font-size: 13px !important;
  66. border-radius: 5px;
  67. display: none;
  68. text-align: left;
  69. }
  70. .upload-file-single {
  71. position: absolute;
  72. width: 62px;
  73. height: 30px;
  74. line-height: 30px;
  75. top: 30px;
  76. opacity: 0;
  77. font-size: 0;
  78. filter: alpha(opacity=0);
  79. cursor: pointer !important;
  80. }
  81. .SwenBtn{
  82. float: left;
  83. width:80px;
  84. height: 30px;
  85. overflow:hidden;
  86. white-space:nowrap;
  87. text-overflow:ellipsis;
  88. line-height: 18px;
  89. padding: 7px 0;
  90. margin:0 10px;
  91. text-align:center
  92. }
  93. .SwenBtn:hover{
  94. text-decoration:none;
  95. }
  96. .activeSwen{
  97. color:blue;
  98. border-bottom:2px solid blue
  99. }
  100. .btn-box img{
  101. position:relative;
  102. top:-1px;
  103. }
  104. .opbtn{
  105. outline: none;
  106. border: 0;
  107. white-space: nowrap;
  108. padding: 5px;
  109. color: #fff;
  110. cursor: pointer;
  111. margin-top:-30px;
  112. position:relative;
  113. line-height:20px;
  114. }
  115. .op-textarea {
  116. width: 100%;
  117. float: left;
  118. padding: 0 5px;
  119. border: 0px;
  120. height: 200px;
  121. resize: none;
  122. }
  123. .op-textarea:hover {
  124. border: solid 1px #3bb4f2;
  125. }
  126. /*收藏*/
  127. .activeSC{
  128. color:#fff;
  129. background:#2db1e4
  130. }
  131. /*打印*/
  132. .activePirnt{
  133. background: #4678ec;
  134. }
  135. .printItem {
  136. background-color: #fff;
  137. height: 50px;
  138. padding: 15px 0;
  139. margin: 10px 0;
  140. border-radius: 5px;
  141. border: 1px solid #E1E6EB;
  142. box-shadow: 0px 2px 5px #E1E6EB;
  143. cursor: pointer;
  144. }
  145. /*转发*/
  146. .selectPeople{
  147. width:74px;
  148. height:30px;
  149. display:inline-block;
  150. cursor:default;
  151. text-align:center;
  152. padding:0px 15px 5px 10px;
  153. margin:2px 5px;
  154. border:1px solid #409EFF;
  155. border-radius:5px;
  156. position:relative;
  157. }
  158. .selectPeople>.fa{
  159. color:red;
  160. cursor:pointer;
  161. position:absolute;
  162. top:0;
  163. right:2px;
  164. }
  165. .pointer{
  166. cursor:pointer;
  167. }
  168. .grouping{
  169. width:100px;
  170. float:left;
  171. text-align:center;
  172. border-top:1px solid #c3c3c3;
  173. border-right:1px solid #c3c3c3;
  174. border-bottom:1px solid #c3c3c3;
  175. position:relative;
  176. top:1px
  177. }
  178. .activeGroup{
  179. border-bottom:1px solid #fff;
  180. }
  181. .activeDep{
  182. background: lightskyblue;
  183. }
  184. .activeUser{
  185. background: lightskyblue;
  186. }
  187. /**美化滚动条 只对webkit内核管用**/
  188. .sp-page-center::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
  189. .sp-page-center::-webkit-scrollbar-thumb {
  190. background-color: #999;
  191. }
  192. .sp-page-center::-webkit-scrollbar-track {
  193. background-color: #F5F5F5;
  194. }
  195. /*签字标签切换*/
  196. .sp-qz-blue{outline: none;border: 0;padding: 5px 15px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;line-height:20px;}
  197. .sp-qz-gray{outline: none;border: 0;padding: 5px 15px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;line-height:20px;}
  198. /*意见表格*/
  199. .formedit .sp-grid tbody td {
  200. text-align: left;
  201. line-height: 20px;
  202. padding: 7px 8px;
  203. border:0;
  204. border-bottom: 1px solid #E1E6EB;
  205. color:#000
  206. }
  207. .formedit .sp-grid::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
  208. .sp-btn-gray{
  209. line-height:20px;
  210. }