国内流行的内容管理系统(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.

99 lines
1.4KB

  1. div.flash {
  2. margin:10px 5px;
  3. width:375px;
  4. border-color:#D9E4FF;
  5. border-radius:.2rem
  6. }
  7. #btnSubmit {
  8. margin:0 0 0 150px
  9. }
  10. .progressWrapper {
  11. width:360px;
  12. overflow:hidden
  13. }
  14. .progressContainer {
  15. padding:5px;
  16. margin:5px;
  17. background:#f8f8f8;
  18. border:solid 1px #E8E8E8;
  19. overflow:hidden
  20. }
  21. .message {
  22. margin:10px 0;
  23. padding:10px 20px;
  24. background:#FFC;
  25. border:solid 1px #FD9;
  26. overflow:hidden
  27. }
  28. .red {
  29. background:#FFEBEB;
  30. border:solid 1px #B50000
  31. }
  32. .green {
  33. background:#EBFFEB;
  34. border:solid 1px #DDF0DD
  35. }
  36. .blue {
  37. background:#F0F5FF;
  38. border:solid 1px #CEE2F2
  39. }
  40. .progressName {
  41. width:320px;
  42. height:16px;
  43. text-align:left;
  44. white-space:nowrap;
  45. overflow:hidden
  46. }
  47. .progressBarInProgress,.progressBarComplete,.progressBarError {
  48. margin-top:2px;
  49. width:0;
  50. height:2px;
  51. font-size:0;
  52. background:blue
  53. }
  54. .progressBarComplete {
  55. width:100%;
  56. background:green;
  57. visibility:hidden
  58. }
  59. .progressBarError {
  60. width:100%;
  61. background:#dc3545;
  62. visibility:hidden
  63. }
  64. .progressBarStatus {
  65. margin-top:2px;
  66. width:340px;
  67. text-align:left;
  68. white-space:nowrap
  69. }
  70. .swfupload {
  71. vertical-align:top
  72. }
  73. .albCt {
  74. float:left;
  75. width:220px;
  76. height:auto;
  77. margin-right:10px;
  78. margin-bottom:10px;
  79. border:1px dashed #eee;
  80. background:#f8f8f8;
  81. text-align:center;
  82. padding:10px
  83. }
  84. .albEdit {
  85. height:auto
  86. }
  87. .picinfo {
  88. height:30px;
  89. line-height:30px;
  90. margin:10px 0
  91. }
  92. .thumbnails img,.thumbnailsEdit img {
  93. margin:5px
  94. }
  95. .albCt img {
  96. max-width:200px;
  97. max-height:150px;
  98. cursor:pointer
  99. }