formedit.css 4.0 KB

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