jquery.fileupload.css 1.2 KB

12345678910111213141516171819202122
  1. @charset "UTF-8";
  2. .fileinput-button {position: relative; overflow: hidden; display: inline-block;}
  3. .fileinput-button input {height:100%; position: absolute; top: 0; right: 0; margin: 0; opacity: 0; -ms-filter: 'alpha(opacity=0)'; /*font-size: 200px;*/ direction: ltr; cursor: pointer;}
  4. .fileupload-progress {width:300px;}
  5. .fileupload-progress-bg {height:5px; border-radius:2px; background-color:#f1f1f1;}
  6. .fileupload-progress-bar {height:5px; border-radius:2px; top:0; left:0; background-color:#40d0a7;}
  7. .fileupload-img-del {right:-8px; top:-12px; color:#333;}
  8. .fileupload-list ul {margin-left:-20px;}
  9. .fileupload-list li {float:left; display:inline; margin-left:20px;}
  10. /* Fixes for IE < 8 */
  11. @media screen\9 {
  12. .fileinput-button input {
  13. filter: alpha(opacity=0);
  14. font-size: 100%;
  15. height: 100%;
  16. }
  17. }
  18. .aui_content .fileinput-button input {_height: 32px;}
  19. .btn-file{position:relative;display:inline-block;color:#d4d4d4;background:#F8F8F8;border:1px dashed #d4d4d4;text-align:center;vertical-align:middle; cursor: pointer;}
  20. .btn-file-1{width:133px;height:58px;line-height:58px;}
  21. .btn-file-2{width:88px;height:128px;line-height:128px;}
  22. .btn-file-3{width:88px;height:88px;line-height:88px;}