formedit.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. }.btn-box img{
  100. position:relative;
  101. top:-1px;
  102. }
  103. .opbtn{
  104. outline: none;
  105. border: 0;
  106. white-space: nowrap;
  107. padding: 5px;
  108. color: #fff;
  109. cursor: pointer;
  110. margin-top:-30px;
  111. position:relative;
  112. line-height:20px;
  113. }
  114. .op-textarea {
  115. width: 100%;
  116. float: left;
  117. padding: 0 5px;
  118. border: 0px;
  119. height: 200px;
  120. resize: none;
  121. }
  122. .op-textarea:hover {
  123. border: solid 1px #3bb4f2;
  124. }
  125. /*收藏*/
  126. .activeSC{
  127. color:#fff;
  128. background:#2db1e4
  129. }
  130. /*打印*/
  131. .activePirnt{
  132. background: #4678ec;
  133. }
  134. .printItem {
  135. background-color: #fff;
  136. height: 50px;
  137. padding: 15px 0;
  138. margin: 10px 0;
  139. border-radius: 5px;
  140. border: 1px solid #E1E6EB;
  141. box-shadow: 0px 2px 5px #E1E6EB;
  142. cursor: pointer;
  143. }
  144. /*转发*/
  145. .selectPeople{
  146. width:74px;
  147. height:30px;
  148. display:inline-block;
  149. cursor:default;
  150. text-align:center;
  151. padding:0px 15px 5px 10px;
  152. margin:2px 5px;
  153. border:1px solid #409EFF;
  154. border-radius:5px;
  155. position:relative;
  156. }
  157. .selectPeople>.fa{
  158. color:red;
  159. cursor:pointer;
  160. position:absolute;
  161. top:0;
  162. right:2px;
  163. }
  164. .pointer{
  165. cursor:pointer;
  166. }
  167. .grouping{
  168. width:100px;
  169. float:left;
  170. text-align:center;
  171. border-top:1px solid #c3c3c3;
  172. border-right:1px solid #c3c3c3;
  173. border-bottom:1px solid #c3c3c3;
  174. position:relative;
  175. top:1px
  176. }
  177. .activeGroup{
  178. border-bottom:1px solid #fff;
  179. }
  180. .activeDep{
  181. background: lightskyblue;
  182. }
  183. .activeUser{
  184. background: lightskyblue;
  185. }
  186. /**美化滚动条 只对webkit内核管用**/
  187. .sp-page-center::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
  188. .sp-page-center::-webkit-scrollbar-thumb {
  189. background-color: #999;
  190. }
  191. .sp-page-center::-webkit-scrollbar-track {
  192. background-color: #F5F5F5;
  193. }
  194. /*签字标签切换*/
  195. .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;}
  196. .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;}
  197. /*意见表格*/
  198. .formedit .sp-grid tbody td {
  199. text-align: left;
  200. line-height: 20px;
  201. padding: 7px 8px;
  202. border:0;
  203. border-bottom: 1px solid #E1E6EB;
  204. color:#000
  205. }
  206. .formedit .sp-grid::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
  207. .sp-btn-gray{
  208. line-height:20px;
  209. }