swfupload.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. .attachment_show {float:left;color:#000;text-align:center;width:99px;}
  2. .attachment_show li {line-height:180%;word-wrap:break-word;word-break:break-all;}
  3. .attachment_show img {padding:3px;margin-bottom:3px;width:60px;height:60px;background:#fff;border:1px solid #dfdfdf;}
  4. .progressWrapper {
  5. overflow: hidden;zoom:1;
  6. }
  7. .progressContainer {
  8. margin: 5px;
  9. padding: 4px;
  10. border: solid 1px #E8E8E8;
  11. background-color: #F7F7F7;
  12. overflow: hidden;zoom:1;
  13. }
  14. /* Message */
  15. .message {
  16. margin: 1em 0;
  17. padding: 10px 20px;
  18. border: solid 1px #FFDD99;
  19. background-color: #FFFFCC;
  20. overflow: hidden;zoom:1;
  21. }
  22. /* Error */
  23. .red {
  24. border: solid 1px #B50000;
  25. background-color: #FFEBEB;
  26. }
  27. /* Current */
  28. .green {
  29. border: solid 1px #DDF0DD;
  30. background-color: #EBFFEB;
  31. }
  32. /* Complete */
  33. .blue {
  34. border: solid 1px #CEE2F2;
  35. }
  36. .progressName {
  37. font-size: 8pt;
  38. font-weight: 700;
  39. color: #555;
  40. width: 200px;
  41. height: 14px;
  42. text-align: left;
  43. white-space: nowrap;
  44. overflow: hidden;zoom:1;
  45. height:26px; line-height:26px; float:left;
  46. }
  47. .progresshidden {
  48. display:none;
  49. }
  50. .progressBarComplete
  51. .progressBarInProgress,
  52. .progressBarComplete,
  53. .progressBarError {
  54. font-size: 0;
  55. width: 0%;
  56. height: 2px;
  57. background-color: blue;
  58. margin-top: 2px;
  59. }
  60. .progressBarComplete {
  61. width: 100%;
  62. background-color: green;
  63. visibility: hidden;
  64. }
  65. .progressBarError {
  66. width: 100%;
  67. background-color: red;
  68. visibility: hidden;
  69. }
  70. .progressBarStatus {
  71. width: 200px;
  72. font-size: 12px;;
  73. font-family: Arial;
  74. text-align: left;
  75. white-space: nowrap; float:left; height:24px; line-height:24px
  76. }
  77. a.progressCancel {
  78. font-size: 0;
  79. display: block;
  80. height: 16px;
  81. width: 16px;
  82. background-image: url(images/cross.png);
  83. background-repeat: no-repeat;
  84. background-position:0 4px ;
  85. float: right;
  86. }
  87. a.progressCancel:hover {
  88. background-position:0 bottom ;
  89. }
  90. #divMovieContainer , #divStatus {clear:both;}
  91. #swfupload-box legend {height:20px;line-height:20px;}
  92. #uploadbut,.selectbut {float:left;background: url(images/swfBnt.png) no-repeat; margin-right:10px;width:75px; height:28px; line-height:28px;font-weight:700; color:#fff}
  93. #uploadbut{ vertical-align:middle;border:none;cursor: hand;!important;cursor: pointer }
  94. .selectbut{background-position: left bottom;}
  95. /*ÁбíÑùʽ*/
  96. .img{border:1px solid #eee;text-align:center;overflow:hidden;background:#fff}
  97. .img a{display:table-cell;vertical-align:middle;text-align:center;*display:block;}
  98. .attachment-list{overflow:hidden;zoom:1;padding:0;margin:0;}
  99. .attachment-list li{width:24%;*width:24.5%; overflow:hidden; padding:6px 0; float:left}
  100. .attachment-list .img{width:104px;height:90px;overflow:hidden; margin:auto;}
  101. .attachment-list .img {text-align:center;overflow:hidden; background:#fff; border:none; position:relative}
  102. .attachment-list .img a{display:table-cell;vertical-align:middle;text-align:center;*display:block;border:1px solid #eee;width:101px; height:88px;*font-size:67px;}
  103. .attachment-list .img a:hover,.attachment-list .img a.on{border-color:#d0def1; background:#f3f6fa}
  104. .attachment-list .img a.off .icon{background: url(images/off.png) no-repeat; height:17px;bottom:5px;*bottom:3px; right:3px; z-index:100; position: absolute; overflow:hidden; width:98px;}
  105. .attachment-list .img a.on .icon{background: url(../../Images/msg_bg.png) no-repeat left -249px;width:16px; height:18px;bottom:4px;*bottom:2px; right:3px; z-index:100; position: absolute; overflow:hidden}
  106. #fsUploadProgress {padding:4px;margin:0;}