封丘民意调查

addWorkOrder.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. #xl_box {
  2. width: 170px;
  3. height: 25px;
  4. border: none;
  5. outline: none;
  6. border: 1px solid #e6e6e6;
  7. }
  8. #xl_boxs {
  9. width: 170px;
  10. height: 25px;
  11. border: none;
  12. outline: none;
  13. border: 1px solid #e6e6e6;
  14. }
  15. .gsxx textarea {
  16. width: 1034px;
  17. resize: none;
  18. }
  19. .text-red {
  20. color: red;
  21. vertical-align: middle;
  22. font-size: 20px;
  23. padding: 2px;
  24. }
  25. .btns {
  26. width: 200px;
  27. margin-top: 17px;
  28. }
  29. .xl {
  30. height: 24px;
  31. }
  32. /* 附件开始 */
  33. .file_imgs {
  34. /*padding: 10px 70px;*/
  35. list-style: none;
  36. margin-bottom: 60px;
  37. margin-left: -15px;
  38. }
  39. .file_imgs li {
  40. float: left;
  41. position: relative;
  42. width: 109px;
  43. height: 109px;
  44. margin-left: 10px;
  45. margin-right: 10px;
  46. margin-bottom: 40px;
  47. padding-top: 0;
  48. padding-bottom: 0;
  49. }
  50. .file_imgs li:hover .img_mask {
  51. display: block;
  52. }
  53. .file_imgs .img_mask {
  54. display: none;
  55. position: absolute;
  56. left: 0;
  57. top: 0;
  58. background-color: rgba(0, 0, 0, .3);
  59. width: 100%;
  60. height: 22px;
  61. z-index: 1;
  62. }
  63. .file_imgs .img_mask i {
  64. position: absolute;
  65. right: 5px;
  66. top: 5px;
  67. display: inline-block;
  68. width: 13px;
  69. height: 12px;
  70. cursor: pointer;
  71. background: url(../img/file_img_icons.png) no-repeat 0 0;
  72. }
  73. .file_imgs .file_name {
  74. width: 100%;
  75. display: inline-block;
  76. text-align: center;
  77. word-break: break-all;
  78. padding-top: 8px;
  79. }
  80. .file_imgs li img {
  81. width: 100%;
  82. height: 100%;
  83. border: 0;
  84. vertical-align: middle;
  85. }
  86. .file_imgs .upload-state-done .img_state {
  87. display: block;
  88. position: absolute;
  89. right: 7px;
  90. bottom: 29px;
  91. width: 0;
  92. height: 0;
  93. border-bottom: 40px solid #01b2fe;
  94. border-left: 40px solid transparent;
  95. overflow: inherit;
  96. }
  97. .file_imgs .img_state i {
  98. position: absolute;
  99. right: 4px;
  100. bottom: -32px;
  101. display: inline-block;
  102. width: 15px;
  103. height: 11px;
  104. background: url(../img/file_img_icons.png) no-repeat 0 -16px;
  105. }
  106. .error {
  107. color: red;
  108. text-align: center;
  109. }
  110. .noThumb {
  111. width: 109px;
  112. height: 83px;
  113. text-align: center;
  114. color: #1aaad0;
  115. }
  116. .glyphicon.glyphicon-paperclip {
  117. font-size: 44px;
  118. text-align: center;
  119. }
  120. .img-box {
  121. float: left;
  122. width: 120px;
  123. height: 120px;
  124. background-size: 100% 100%;
  125. display: inline-block;
  126. position: relative;
  127. border-radius: 5px;
  128. margin-right: 10px;
  129. border: solid 1px #e8e8e8;
  130. cursor: pointer;
  131. text-align: center;
  132. line-height: 120px
  133. }
  134. .img-box .img_mask {
  135. display: none;
  136. position: absolute;
  137. left: 0;
  138. top: 0;
  139. background-color: rgba(0, 0, 0, .3);
  140. width: 100%;
  141. height: 22px;
  142. z-index: 5;
  143. }
  144. .image-item {
  145. width: 120px;
  146. height: 120px;
  147. background-size: 100% 100%;
  148. display: inline-block;
  149. position: relative;
  150. border-radius: 5px;
  151. margin-right: 10px;
  152. cursor: pointer;
  153. }
  154. .img-box .img_mask i {
  155. position: absolute;
  156. right: 5px;
  157. top: 5px;
  158. display: inline-block;
  159. width: 13px;
  160. height: 12px;
  161. cursor: pointer;
  162. color: #fff;
  163. }
  164. .img-box:hover .img_mask {
  165. display: block;
  166. }
  167. .img_filename {
  168. font-size: 14px;
  169. /* display: block; */
  170. width: 100%;
  171. height: calc(100% - 22px);
  172. }
  173. /* 附件结束 */
  174. .upload_img {
  175. padding-top: 20px;
  176. }