formedit.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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;
  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: 0;
  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. .treeItem {
  182. padding-left:15px;
  183. }
  184. .treeTitle1 {
  185. background-image: url("../img/line.png");
  186. background-size: 10px 1px;
  187. background-repeat: no-repeat;
  188. background-position: 5px 18px;
  189. position: relative;
  190. width:98%;
  191. margin-left:2%
  192. }
  193. .treeTitle1:after {
  194. padding:0;
  195. margin:0;
  196. display:block;
  197. content:"";
  198. width:50%;
  199. height:1.1px;
  200. background-color:white;
  201. position: absolute;
  202. left:0;
  203. top:1px;
  204. }
  205. .treeTitle2 {
  206. background-image: url("../img/line1.png");
  207. background-size: 25px 1px;
  208. background-repeat: no-repeat;
  209. background-position: 5px 18px;
  210. position: relative;
  211. }
  212. .activeDep{
  213. background: lightskyblue;
  214. }
  215. .activeUser{
  216. background: lightskyblue;
  217. }
  218. .line{
  219. width:98%;
  220. float:left;
  221. padding-top: 10px;
  222. border-bottom:1px solid #fff
  223. }
  224. .line:hover {
  225. border-bottom:1px solid #3bb4f2
  226. }
  227. /**美化滚动条 只对webkit内核管用**/
  228. .sp-page-center::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
  229. .sp-page-center::-webkit-scrollbar-thumb {
  230. background-color: #999;
  231. }
  232. .sp-page-center::-webkit-scrollbar-track {
  233. background-color: #F5F5F5;
  234. }
  235. /*签字标签切换*/
  236. .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;}
  237. .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;}
  238. /*意见表格*/
  239. .formedit .sp-grid tbody td {
  240. text-align: left;
  241. line-height: 20px;
  242. padding: 7px 8px;
  243. border:0;
  244. border-bottom: 1px solid #E1E6EB;
  245. color:#000
  246. }
  247. .formedit .sp-grid::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;}
  248. .sp-btn-gray{
  249. line-height:20px;
  250. }