国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

162 lines
2.1KB

  1. div.flash
  2. {
  3. width:375px;
  4. -moz-border-radius-topleft:5px;
  5. -webkit-border-top-left-radius:5px;
  6. -moz-border-radius-topright:5px;
  7. -webkit-border-top-right-radius:5px;
  8. -moz-border-radius-bottomleft:5px;
  9. -webkit-border-bottom-left-radius:5px;
  10. -moz-border-radius-bottomright:5px;
  11. -webkit-border-bottom-right-radius:5px;
  12. border-color:#D9E4FF;
  13. margin:10px 5px;
  14. }
  15. #btnSubmit
  16. {
  17. margin:0 0 0 155px;
  18. }
  19. .progressWrapper
  20. {
  21. width:357px;
  22. overflow:hidden;
  23. }
  24. .progressContainer
  25. {
  26. border:solid 1px #E8E8E8;
  27. background-color:#F7F7F7;
  28. overflow:hidden;
  29. margin:5px;
  30. padding:4px;
  31. }
  32. .message
  33. {
  34. border:solid 1px #FD9;
  35. background-color:#FFC;
  36. overflow:hidden;
  37. margin:1em 0;
  38. padding:10px 20px;
  39. }
  40. .red
  41. {
  42. border:solid 1px #B50000;
  43. background-color:#FFEBEB;
  44. }
  45. .green
  46. {
  47. border:solid 1px #DDF0DD;
  48. background-color:#EBFFEB;
  49. }
  50. .blue
  51. {
  52. border:solid 1px #CEE2F2;
  53. background-color:#F0F5FF;
  54. }
  55. .progressName
  56. {
  57. font-size:8pt;
  58. font-weight:700;
  59. color:#555;
  60. width:323px;
  61. height:14px;
  62. text-align:left;
  63. white-space:nowrap;
  64. overflow:hidden;
  65. }
  66. .progressBarInProgress,.progressBarComplete,.progressBarError
  67. {
  68. font-size:0;
  69. width:0;
  70. height:2px;
  71. background-color:blue;
  72. margin-top:2px;
  73. }
  74. .progressBarComplete
  75. {
  76. width:100%;
  77. background-color:green;
  78. visibility:hidden;
  79. }
  80. .progressBarError
  81. {
  82. width:100%;
  83. background-color:red;
  84. visibility:hidden;
  85. }
  86. .progressBarStatus
  87. {
  88. margin-top:2px;
  89. width:337px;
  90. font-size:7pt;
  91. font-family:Arial;
  92. text-align:left;
  93. white-space:nowrap;
  94. }
  95. a.progressCancel
  96. {
  97. font-size:0;
  98. display:block;
  99. height:14px;
  100. width:14px;
  101. background-image:url(../images/cancelbutton.gif);
  102. background-repeat:no-repeat;
  103. background-position:-14px 0;
  104. float:right;
  105. }
  106. a.progressCancel:hover
  107. {
  108. background-position:0 0;
  109. }
  110. .swfupload
  111. {
  112. vertical-align:top;
  113. }
  114. .albCt
  115. {
  116. float:left;
  117. width:244px;
  118. height:150px;
  119. margin-right:10px;
  120. margin-bottom:10px;
  121. border:1px dashed #AAD381;
  122. background:#FAFFEE;
  123. text-align:center;
  124. padding:3px;
  125. }
  126. .albEdit
  127. {
  128. height:180px;
  129. }
  130. .picinfo
  131. {
  132. height:30px;
  133. line-height:30px;
  134. margin:10px 0;
  135. }
  136. .thumbnails img,.thumbnailsEdit img
  137. {
  138. margin:5px;
  139. }
  140. .albCt img {
  141. height: 100px!important;
  142. }