custom.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .wu-example{clear:both;}
  2. .webuploader-container {
  3. position: relative;
  4. /* top:12.5px; */
  5. display:inline-block;
  6. }
  7. .webuploader-element-invisible {
  8. position: absolute !important;
  9. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  10. clip: rect(1px,1px,1px,1px);
  11. }
  12. .webuploader-pick {
  13. position: relative;
  14. display: inline-block;
  15. cursor: pointer;
  16. text-align: center;
  17. /*overflow: hidden;*/
  18. background: #00b7ee;
  19. /*margin-bottom:5px;*/
  20. }
  21. .btn-L{
  22. border-radius: 20px;
  23. padding: 8px 20px;
  24. font-size: 20px;
  25. }
  26. .btn-M{
  27. border-radius: 15px;
  28. padding: 4px 17px;
  29. font-size: 14px;
  30. }
  31. .btn-S{
  32. border-radius: 3px;
  33. padding: 2px 15px;
  34. font-size: 12px;
  35. }
  36. .webuploader-pick-hover {
  37. /* background: #00a2d4;蓝色 */
  38. background: #5cb85c;color:#fff;/* 绿色 */
  39. /* background:#808080;color:#fff;黑色 */
  40. }
  41. .webuploader-pick-disable {
  42. opacity: 0.6;
  43. pointer-events:none;
  44. }
  45. .upbtn {
  46. display: inline-block;
  47. position: relative;
  48. overflow: hidden;
  49. font-weight: 500;
  50. text-align: center;
  51. white-space: nowrap;
  52. touch-action: manipulation;
  53. cursor: pointer;
  54. user-select: none;
  55. background-image: none;
  56. margin-left:5px;
  57. /* border-width: 1px;
  58. border-style: solid; */
  59. border-color: transparent;
  60. border-image: initial;
  61. border-radius: 5px;
  62. margin-bottom:5px;
  63. }
  64. .btn-default{
  65. color: rgb(51, 51, 51);
  66. background-color: rgb(255, 255, 255);
  67. border-color: rgb(204, 204, 204);
  68. }
  69. .btn-default:hover {
  70. color: #333;
  71. background-color: #e6e6e6;
  72. border-color: #adadad;
  73. }
  74. .btn-green{
  75. color: #fff;
  76. background-color:#5187c9;
  77. }
  78. .btn-green:hover{
  79. color: #fff;
  80. background-color: #5cb85c ipormtatnt;
  81. border-color: #4cae4c;
  82. }
  83. .btn-blue{
  84. color: #fff;
  85. background-color: #5bc0de;
  86. border-color: #46b8da;
  87. }
  88. .btn-blue:hover {
  89. color: #fff;
  90. background-color: #31b0d5;
  91. border-color: #269abc;
  92. }
  93. .uploadBtn:hover{
  94. background: #d8d8d8;
  95. color: #666;
  96. text-shadow: 1px 1px 1px #fff;
  97. }
  98. .uploadBtn{
  99. border: none;
  100. outline: none;
  101. -moz-border-radius: 5px;
  102. -webkit-border-radius: 5px;
  103. border-radius: 5px;
  104. color: #ffffff;
  105. display: inline-block;
  106. cursor: pointer;
  107. margin: 0px 0px 0px 10px;
  108. clear: both;
  109. padding: 7px 25px;
  110. text-shadow: 0 1px 1px #777;
  111. font-weight: bold;
  112. font-family: "Century Gothic", Helvetica, sans-serif;
  113. font-size: 22px;
  114. -moz-box-shadow: 0px 0px 3px #aaa;
  115. -webkit-box-shadow: 0px 0px 3px #aaa;
  116. box-shadow: 0px 0px 3px #aaa;
  117. background: #4797ED;
  118. height:28px;line-height:28px
  119. }
  120. .tiptext{
  121. font-family:'黑体'
  122. }
  123. .icon-cha{
  124. cursor:pointer;
  125. width:16px;
  126. height:16px;
  127. display:inline-block;
  128. vertical-align:middle;
  129. text-indent: -999px;
  130. background:url('icons/cha.png') no-repeat center center;
  131. }
  132. .icon-down{
  133. cursor:pointer;
  134. width:16px;
  135. height:16px;
  136. display:inline-block;
  137. vertical-align:middle;
  138. text-indent: -999px;
  139. background:url('icons/down.png') no-repeat center center;
  140. }
  141. .tempimg{
  142. margin-right:5px;
  143. width:100px;
  144. height:100px;
  145. }
  146. .tempIMGdiv{
  147. margin-top:5px;
  148. }
  149. .tempIMGdiv ul{list-style: none;}
  150. .tempIMGdiv ul li{
  151. width: 100px;
  152. height: 100px;
  153. text-align: center;
  154. margin: 0 8px 20px 0;
  155. position: relative;
  156. display: inline;
  157. float: left;
  158. overflow: hidden;
  159. }
  160. .hidetitle{
  161. position: absolute;
  162. height: 30px;
  163. filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
  164. background: rgba( 0, 0, 0, 0.5 );
  165. width: 100%;
  166. top: 0;
  167. left: 0;
  168. overflow: hidden;
  169. z-index: 300;
  170. display:none;
  171. }
  172. .hidetitle span{
  173. width: 24px;
  174. height: 24px;
  175. display: inline;
  176. float: right;
  177. text-indent: -9999px;
  178. overflow: hidden;
  179. background: url(icons/imgtitle.png) no-repeat;
  180. margin: 5px 1px 1px;
  181. cursor: pointer;
  182. }
  183. .hidetitle span.titledel{background-position: -48px -24px;}
  184. .hidetitle span.titledown{background-position: -24px -24px;}
  185. .hidetitle span.titledel:hover{background-position: -48px 0;}
  186. .hidetitle span.titledown:hover{background-position: -24px 0;}
  187. .temptable{
  188. display: table;
  189. border-collapse: separate;
  190. border-spacing: 2px;
  191. border-color: grey
  192. }
  193. .temptable tbody{
  194. display: table-row-group;
  195. vertical-align: middle;
  196. border-color: inherit;
  197. }
  198. .temptable tr{
  199. /* background-color:#f5f5f5 */
  200. background-color:#ebd4c9
  201. }
  202. .temptable .icontd1{
  203. width:20px;text-align:center;
  204. }
  205. .mb20{margin-bottom: 20px;}