formedit.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. height: 18px;
  84. line-height: 18px;
  85. text-indent: 8px;
  86. margin: 7px 0;
  87. margin-right:15px
  88. }
  89. .SwenBtn:hover{
  90. text-decoration:none;
  91. }
  92. .btn-box img{
  93. position:relative;
  94. top:-1px;
  95. }
  96. .opbtn{
  97. outline: none;
  98. border: 0;
  99. white-space: nowrap;
  100. padding: 5px 15px;
  101. color: #fff;
  102. cursor: pointer;
  103. margin: 1px 3px;
  104. position:relative
  105. }
  106. .op-textarea {
  107. width: 100%;
  108. float: left;
  109. padding: 0 5px;
  110. border: 0px;
  111. height: 200px;
  112. resize: none;
  113. }
  114. .op-textarea:hover {
  115. border: solid 1px #3bb4f2;
  116. }
  117. /*转发*/
  118. .selectPeople{
  119. width:74px;
  120. height:30px;
  121. display:inline-block;
  122. cursor:default;
  123. text-align:center;
  124. padding:0px 15px 5px 10px;
  125. margin:2px 5px;
  126. border:1px solid #409EFF;
  127. border-radius:5px;
  128. position:relative;
  129. }
  130. .selectPeople>.fa{
  131. color:red;
  132. cursor:pointer;
  133. position:absolute;
  134. top:0;
  135. right:2px;
  136. }
  137. .pointer{
  138. cursor:pointer;
  139. }
  140. .grouping{
  141. width:100px;
  142. float:left;
  143. text-align:center;
  144. border-top:1px solid #c3c3c3;
  145. border-right:1px solid #c3c3c3;
  146. border-bottom:1px solid #c3c3c3;
  147. position:relative;
  148. top:1px
  149. }
  150. .activeGroup{
  151. border-bottom:1px solid #fff;
  152. }
  153. .activeDep{
  154. background: lightskyblue;
  155. }
  156. .activeUser{
  157. background: lightskyblue;
  158. }
  159. /**美化滚动条 只对webkit内核管用**/
  160. ::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
  161. ::-webkit-scrollbar-thumb {
  162. background-color: #999;
  163. }
  164. ::-webkit-scrollbar-track {
  165. background-color: #F5F5F5;
  166. }
  167. /*签字标签切换*/
  168. .sp-qz-blue{outline: none;border: 0;padding: 5px 15px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;}
  169. .sp-qz-gray{outline: none;border: 0;padding: 5px 15px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;}
  170. /*意见表格*/
  171. .formedit .sp-grid tbody td {
  172. text-align: left;
  173. line-height: 20px;
  174. padding: 7px 8px;
  175. border:0;
  176. border-bottom: 1px solid #E1E6EB;
  177. }