product-add.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. .webuploader-container {
  2. position: relative;
  3. display: inline-block;
  4. vertical-align: top
  5. }
  6. .webuploader-pick {
  7. position: relative;
  8. display: inline-block;
  9. cursor: pointer;
  10. background: #3bb4f2;
  11. padding: 4px 12px;
  12. color: #fff;
  13. text-align: center;
  14. border-radius: 3px;
  15. overflow: hidden
  16. }
  17. .banner_file {
  18. width: 100px;
  19. height: 30px;
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. opacity: 0;
  24. }
  25. .btn {
  26. -webkit-border-radius: 3px;
  27. -moz-border-radius: 3px;
  28. -ms-border-radius: 3px;
  29. -o-border-radius: 3px;
  30. border-radius: 3px;
  31. background-color: #ff8400;
  32. color: #fff;
  33. display: inline-block;
  34. height: 28px;
  35. line-height: 28px;
  36. text-align: center;
  37. width: 72px;
  38. transition: background-color 0.2s linear 0s;
  39. border: none;
  40. cursor: pointer;
  41. margin: 0 0 20px;
  42. }
  43. .demo {
  44. width: 700px;
  45. margin: 0 auto
  46. }
  47. .btn:hover {
  48. background-color: #e95a00;
  49. text-decoration: none
  50. }
  51. .ul_pics li {
  52. float: left;
  53. width: 280px;
  54. height: 350px;
  55. border: 1px solid #ddd;
  56. padding: 2px;
  57. text-align: center;
  58. margin: 0 5px 5px 0;
  59. }
  60. .ul_pics li .img {
  61. width: 280px;
  62. height: 260px;
  63. display: table-cell;
  64. vertical-align: middle;
  65. }
  66. .ul_pics li img {
  67. max-width: 280px;
  68. max-height: 260px;
  69. vertical-align: middle;
  70. }
  71. .ul_pics li .input {
  72. width: 260px;
  73. height: 30px;
  74. border: 1px solid #ddd;
  75. text-indent: 10px;
  76. margin-top: 10px;
  77. }
  78. .ul_pics li .span {
  79. padding-top: 15px;
  80. display: block;
  81. cursor: pointer;
  82. }
  83. .progress {
  84. position: relative;
  85. padding: 1px;
  86. border-radius: 3px;
  87. margin: 60px 0 0 0;
  88. }
  89. .bar {
  90. background-color: green;
  91. display: block;
  92. width: 0%;
  93. height: 20px;
  94. border-radius: 3px;
  95. }
  96. .percent {
  97. position: absolute;
  98. height: 20px;
  99. display: inline-block;
  100. top: 3px;
  101. left: 2%;
  102. color: #fff
  103. }
  104. .Submission {
  105. width: 80%;
  106. position: relative;
  107. display: block;
  108. cursor: pointer;
  109. background: #3bb4f2;
  110. padding: 4px 12px;
  111. color: #fff;
  112. text-align: center;
  113. border-radius: 3px;
  114. overflow: hidden;
  115. margin: 50px auto;
  116. height: 50px;
  117. line-height: 50px;
  118. font-size: 16px;
  119. }
  120. .ul_pics3 li {
  121. float: left;
  122. width: 280px;
  123. height: 90px;
  124. border: 1px solid #ddd;
  125. padding: 2px;
  126. text-align: center;
  127. margin: 0 5px 5px 0;
  128. }
  129. .ul_pics3 li .input {
  130. width: 260px;
  131. height: 30px;
  132. border: 1px solid #ddd;
  133. text-indent: 10px;
  134. margin-top: 10px;
  135. }
  136. .ul_pics3 li .span {
  137. padding-top: 15px;
  138. display: block;
  139. cursor: pointer;
  140. }
  141. #ul_pics4 li {
  142. height: 170px;
  143. }
  144. #ul_pics4 li lable{
  145. display: block;
  146. float: left;
  147. margin-left: 10px;
  148. }
  149. #ul_pics4 li .number_select{
  150. text-align: left;
  151. text-indent: 10px;
  152. margin-top: 10px;
  153. }
  154. #ul_pics4 li .number_select select{
  155. width: 100px;
  156. margin-left: 10px;
  157. }
  158. .ul_pics_comment {
  159. }
  160. .ul_pics_comment li {
  161. width: 500px;
  162. border: 1px solid #ddd;
  163. margin: 10px;
  164. padding: 10px 0;
  165. float: left;
  166. }
  167. .ul_pics_comment .comment_header {
  168. padding: 5px 10px;
  169. }
  170. .ul_pics_comment .comment_header .comment_username {
  171. width: 260px;
  172. height: 30px;
  173. border: 1px solid #ddd;
  174. text-indent: 10px;
  175. }
  176. .ul_pics_comment .comment_header .comment_delete {
  177. float: right;
  178. cursor: pointer;
  179. }
  180. .comment_content {
  181. padding: 5px 10px;
  182. }
  183. .comment_content textarea {
  184. width: 100%;
  185. display: block;
  186. text-indent: 10px;
  187. resize:none
  188. }
  189. .comment_picture_warp {
  190. padding: 5px;
  191. overflow: hidden;
  192. }
  193. .comment_picture {
  194. width: 80px;
  195. height: 80px;
  196. float: left;
  197. position: relative;
  198. margin: 5px;
  199. }
  200. .comment_picture img {
  201. width: 100%;
  202. height: 100%;
  203. cursor: auto;
  204. }
  205. .comment_picture .closeimg{
  206. position: absolute;
  207. width: 20px;
  208. height: 20px;
  209. top: -5px;
  210. right: 0;
  211. cursor: pointer;
  212. display: none;
  213. }
  214. .comment_picture:hover .closeimg{
  215. display: block;
  216. }
  217. .comment_footer{
  218. padding: 5px;
  219. overflow: hidden;
  220. }
  221. .comment_footer_input{
  222. width: 150px;
  223. height: 20px;
  224. border: 1px solid #ddd;
  225. text-indent: 10px;
  226. display: block;
  227. float: right;
  228. }