formedit.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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;
  101. color: #fff;
  102. cursor: pointer;
  103. margin-top:-30px;
  104. position:relative;
  105. line-height:20px;
  106. }
  107. .op-textarea {
  108. width: 100%;
  109. float: left;
  110. padding: 0 5px;
  111. border: 0px;
  112. height: 200px;
  113. resize: none;
  114. }
  115. .op-textarea:hover {
  116. border: solid 1px #3bb4f2;
  117. }
  118. /*转发*/
  119. .selectPeople{
  120. width:74px;
  121. height:30px;
  122. display:inline-block;
  123. cursor:default;
  124. text-align:center;
  125. padding:0px 15px 5px 10px;
  126. margin:2px 5px;
  127. border:1px solid #409EFF;
  128. border-radius:5px;
  129. position:relative;
  130. }
  131. .selectPeople>.fa{
  132. color:red;
  133. cursor:pointer;
  134. position:absolute;
  135. top:0;
  136. right:2px;
  137. }
  138. .pointer{
  139. cursor:pointer;
  140. }
  141. /**美化滚动条 只对webkit内核管用**/
  142. ::-webkit-scrollbar { width: 0;background-color: #F5F5F5;}
  143. ::-webkit-scrollbar-thumb {
  144. background-color: #999;
  145. }
  146. ::-webkit-scrollbar-track {
  147. background-color: #F5F5F5;
  148. }
  149. /*签字标签切换*/
  150. .sp-qz-blue{outline: none;border: 0;padding: 5px 15px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;}
  151. .sp-qz-gray{outline: none;border: 0;padding: 5px 15px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;}
  152. /*意见表格*/
  153. .formedit .sp-grid tbody td {
  154. text-align: left;
  155. line-height: 20px;
  156. padding: 7px 8px;
  157. border:0;
  158. border-bottom: 1px solid #E1E6EB;
  159. }