style.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. .uploadertype-1.fix-img{
  2. margin-top:0.5em;
  3. margin-left:calc(var(--bs-gutter-x) * .5);
  4. width:10em;
  5. height: 10em;
  6. border: 1px solid #f6f6f6;
  7. border-radius: 0.25em;
  8. text-align: center;
  9. line-height: 10em;
  10. padding:0;
  11. align-items: center;
  12. display: flex;
  13. position: relative;
  14. }
  15. .uploadertype-1.fix-img .delImage {
  16. position: absolute;
  17. top: -10px !important;
  18. right: -25px !important;
  19. cursor: pointer;
  20. color: #999;
  21. background: #f6f6f6;
  22. width: 20px;
  23. height: 20px;
  24. line-height: 20px;
  25. border-radius: 50%;
  26. font-size: 14px;
  27. }
  28. .uploadertype-1.fix-img img{max-height: 100%;background:none;border:none;}
  29. .uploadertype-1 .helptips{position: absolute;bottom: 0.5em;right: -25em;margin-right: -1.5em;text-align: left;width: 25em;}
  30. .uploadertype-1 .helptips ul{vertical-align: bottom;line-height: 2em;display: inline-block;font-size: 0.9em;color:#999;}
  31. .uploadertype-1.multi-img-details{width: 100%;border:0;height:auto;}
  32. .uploadertype-1.multi-img-details .multi-item{
  33. position: relative;
  34. width:10em;
  35. height: 10em;
  36. border: 1px solid #f6f6f6;
  37. border-radius: 0.25em;
  38. text-align: center;
  39. line-height: 10em;
  40. padding:0;
  41. margin-right: 30px;
  42. float: left;
  43. margin-bottom: 10px;
  44. }
  45. .uploadertype-1.multi-img-details .delMultiImage {
  46. position: absolute;
  47. top: -10px;
  48. right: -25px;
  49. cursor: pointer;
  50. color: #999;
  51. background: #f6f6f6;
  52. width: 20px;
  53. height: 20px;
  54. line-height: 20px;
  55. border-radius: 50%;
  56. font-size: 14px;
  57. }
  58. .button-block-1 {width:10em !important;}
  59. .button-block-1 button{width:100% !important;}
  60. .uploadertype-2.fix-img{margin-left:0;}
  61. .uploadertype-2.fix-img .delMultiFile {
  62. position: absolute;
  63. top: -10px !important;
  64. right: -25px !important;;
  65. cursor: pointer;
  66. color: #999;
  67. background: #f6f6f6;
  68. width: 20px;
  69. height: 20px;
  70. line-height: 20px;
  71. border-radius: 50%;
  72. font-size: 14px;
  73. padding-left: 6px;
  74. }
  75. .uploadertype-2.fix-img .delFile {position: absolute;right: -10px;top: -10px;}
  76. .uploadertype-2 .uploader-unit-file-name{
  77. background: #f6f6f6;
  78. padding: 5px 10px;
  79. overflow: hidden;
  80. height: 5em;
  81. line-height: 2em;
  82. white-space: normal;
  83. text-overflow: ellipsis;
  84. word-wrap: break-word;
  85. word-break: break-all;
  86. }
  87. .uploadertype-2.uploader-file-list{position: relative;width:100%;display: inline-block;}
  88. .uploadertype-2 .uploader-file-item{position: relative;width:20em;display: inline-block;float:left;margin-right:2.5em;margin-bottom:0.5rem;}
  89. .uploadertype-3.fix-img{
  90. margin-top:0.5em;
  91. margin-left:calc(var(--bs-gutter-x) * .5);
  92. width:10.3em;
  93. height:10.3em;
  94. text-align: center;
  95. line-height: 10.3em;
  96. padding:0;
  97. border: 1px solid #f6f6f6;
  98. border-radius: 0.25em;
  99. }
  100. .uploadertype-3.fix-img img{max-height: 100%;margin-top: -2px; background:none;border:none;padding:0;margin:0 auto;}
  101. .uploadertype-3 .webuploader-pick{padding:0;border:0;width: 10em;height:10em; align-items: center;display: flex;}
  102. .uploadertype-3.fix-img .delImage {
  103. position: absolute;
  104. top: -10px !important;
  105. right: -25px !important;
  106. cursor: pointer;
  107. color: #999;
  108. background: #f6f6f6;
  109. width: 20px;
  110. height: 20px;
  111. line-height: 20px;
  112. border-radius: 50%;
  113. font-size: 14px;
  114. }
  115. .uploadertype-4{margin:0;padding:0;display: inline-flex;}
  116. .uploadertype-4 .webuploader-container{margin:0 auto;text-align: center; margin-left:calc(var(--bs-gutter-x) * .5);}
  117. .uploadertype-4 .fix-img{
  118. margin-left:calc(var(--bs-gutter-x) * .5);
  119. text-align: center;
  120. width:10em;
  121. height: 10em;
  122. line-height: 10em;
  123. padding:0;
  124. border: 1px solid #f6f6f6;
  125. border-radius: 0.25em;
  126. align-items: center;
  127. display: flex;
  128. overflow:hidden;
  129. }
  130. .uploadertype-4 .fix-img img{max-height: 100%;background:none;border:none; padding:0;margin:0 auto;}
  131. .uploadertype-4 .webuploader-pick{width:100%;padding: 0;margin: 0;}
  132. .uploadertype-4 .webuploader-pick button{width: 100%;border-radius: 0;}
  133. .uploadertype-5{margin:0;padding:0;display: inline-flex;}
  134. .marginleft0 .uploadertype-5 .fix-img,.marginleft0 .uploadertype-5 .webuploader-container{margin-left:0 !important;}
  135. .uploadertype-5 .webuploader-bigcontainer{position: relative;}
  136. .uploadertype-5 .webuploader-container{margin:0 auto;text-align: center; margin-left:calc(var(--bs-gutter-x) * .5);}
  137. .uploadertype-5 .fix-img{
  138. margin-left:calc(var(--bs-gutter-x) * .5);
  139. text-align: center;
  140. width:10em;
  141. height: 10em;
  142. line-height: 10em;
  143. padding:0;
  144. border: 1px solid #f6f6f6;
  145. border-radius: 0.25em;
  146. overflow:hidden;
  147. /*margin-left: 0 !important;*/
  148. align-items: center;
  149. display: flex;
  150. }
  151. .uploadertype-5 .fix-img img{max-height: 100%;background:none;border:none; padding:0;margin:0 auto;}
  152. .uploadertype-5 .webuploader-pick{width:100%;padding: 0;margin: 0;}
  153. .uploadertype-5 .webuploader-pick button{width: 100%;border-radius: 0;}
  154. .uploadertype-5 .helptips{position: absolute;bottom: 0.5em;right: -25em;margin-right: -1.5em;text-align: left;width: 25em;}
  155. .uploadertype-5 .helptips ul{vertical-align: bottom;line-height: 2em;display: inline-block;font-size: 0.9em;color:#999;}
  156. .uploadertype-5 button{width:100% !important;}
  157. .uploadertype-6 .webuploader-pick{margin: 0 auto;width: 100%;height:100%;}
  158. .uploadertype-6 .fix-img{top:5px !important;z-index:9;position: absolute;}
  159. .uploadertype-6 .loading{
  160. display: flex;
  161. align-items: center;
  162. height: 100%;
  163. width: 100%;
  164. }
  165. .uploadertype-6 .delImage6 {position: absolute;top: -8px;right: -10px; width: 18px;height: 18px;line-height: 18px; text-align: center;color: red;font-size: 16px;}
  166. .uploadertype-6 button {border:none !important;}
  167. .uploadertype-6 .cusDelImg{position: absolute;top: -8px !important;right: -10px !important;width: 18px !important;height: 18px !important;line-height: 18px !important;text-align: center;color: red;font-size: 16px;}
  168. .uploadertype-6 .img-thumbnail{padding:0 !important;margin:0 auto;}
  169. .uploadertype-8 .webuploader-container{position: relative;width: 100%;overflow-x: auto;}
  170. .uploadertype-8.fix-img{margin-top:0;margin-left:calc(var(--bs-gutter-x) * .5);padding:0;}
  171. .uploadertype-8 .img-box{padding-top: 0.5em;display:inline-block;width:10000%}
  172. .uploadertype-8 .img-box div{
  173. position: relative;
  174. width: 6em;
  175. height: 6em;
  176. border: 1px solid #f6f6f6;
  177. border-radius: 0.25em;
  178. text-align: center;
  179. line-height: 6em;
  180. padding: 0;
  181. margin-right: 3em;
  182. float: left;
  183. margin-bottom: 1em;
  184. }
  185. .uploadertype-8.fix-img img{max-height: 100%;background:none;border:none;width:100%;}
  186. .uploadertype-8.fix-img .close {
  187. position: absolute;
  188. top: -0.6em;
  189. right: -2em;
  190. cursor: pointer;
  191. color: #999;
  192. background: #f6f6f6;
  193. width: 1.5em;
  194. height: 1.5em;
  195. line-height: 1.5em;
  196. border-radius: 50%;
  197. font-size: 1em;
  198. }
  199. .uploadertype-8 .webuploader-pick{padding-left:0;}
  200. /*.cus-size { width: 650px; height: 650px; }*/
  201. .fix-img{margin-top:.5em;}
  202. .fix-file{margin-top:.5em;}
  203. .uploader .filelist li.uploadbox-fileunit{width:100%;height: 35px;line-height: 35px;background: none;}
  204. .uploader .filelist li.uploadbox-fileunit p.title{top:0;}
  205. .uploader .filelist li.add-multi-file{width: 100%;background-repeat:repeat;}