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