github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/qiniu-js-sdk-master/demo/js/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css (about) 1 /* 2 Plupload 3 ------------------------------------------------------------------- */ 4 5 .plupload_button { 6 display: -moz-inline-box; /* FF < 3*/ 7 display: inline-block; 8 font: normal 12px sans-serif; 9 text-decoration: none; 10 color: #42454a; 11 border: 1px solid #bababa; 12 padding: 2px 8px 3px 20px; 13 margin-right: 4px; 14 background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center; 15 outline: 0; 16 17 /* Optional rounded corners for browsers that support it */ 18 -moz-border-radius: 3px; 19 -khtml-border-radius: 3px; 20 -webkit-border-radius: 3px; 21 border-radius: 3px; 22 } 23 24 .plupload_button:hover { 25 color: #000; 26 text-decoration: none; 27 } 28 29 .plupload_disabled, a.plupload_disabled:hover { 30 color: #737373; 31 border-color: #c5c5c5; 32 background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center; 33 cursor: default; 34 } 35 36 .plupload_add { 37 background-position: -181px center; 38 } 39 40 .plupload_wrapper { 41 font: normal 11px Verdana,sans-serif; 42 width: 100%; 43 } 44 45 .plupload_container { 46 padding: 8px; 47 background: url('../img/transp50.png'); 48 /*-moz-border-radius: 5px;*/ 49 } 50 51 .plupload_container input { 52 border: 1px solid #DDD; 53 font: normal 11px Verdana,sans-serif; 54 width: 98%; 55 } 56 57 .plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;} 58 .plupload_header_content { 59 background: url('../img/backgrounds.gif') no-repeat 0 -317px; 60 min-height: 56px; 61 padding-left: 60px; 62 color: #FFF; 63 } 64 .plupload_header_title { 65 font: normal 18px sans-serif; 66 padding: 6px 0 3px; 67 } 68 .plupload_header_text { 69 font: normal 12px sans-serif; 70 } 71 72 .plupload_filelist { 73 margin: 0; 74 padding: 0; 75 list-style: none; 76 } 77 78 .plupload_scroll .plupload_filelist { 79 height: 185px; 80 background: #F5F5F5; 81 overflow-y: scroll; 82 } 83 84 .plupload_filelist li { 85 padding: 10px 8px; 86 background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px; 87 border-bottom: 1px solid #DDD; 88 } 89 90 .plupload_filelist_header, .plupload_filelist_footer { 91 background: #DFDFDF; 92 padding: 8px 8px; 93 color: #42454A; 94 } 95 .plupload_filelist_header { 96 border-top: 1px solid #EEE; 97 border-bottom: 1px solid #CDCDCD; 98 } 99 100 .plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;} 101 .plupload_file_name {float: left; overflow: hidden} 102 .plupload_file_status {color: #777;} 103 .plupload_file_status span {color: #42454A;} 104 .plupload_file_size, .plupload_file_status, .plupload_progress { 105 float: right; 106 width: 80px; 107 } 108 .plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;} 109 110 .plupload_filelist .plupload_file_name { 111 width: 205px; 112 white-space: nowrap; 113 text-overflow: ellipsis; 114 } 115 116 .plupload_file_action { 117 float: right; 118 width: 16px; 119 height: 16px; 120 margin-left: 15px; 121 } 122 123 .plupload_file_action * { 124 display: none; 125 width: 16px; 126 height: 16px; 127 } 128 129 li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;} 130 li.plupload_done {color:#AAA} 131 132 li.plupload_delete a { 133 background: url('../img/delete.gif'); 134 } 135 136 li.plupload_failed a { 137 background: url('../img/error.gif'); 138 cursor: default; 139 } 140 141 li.plupload_done a { 142 background: url('../img/done.gif'); 143 cursor: default; 144 } 145 146 .plupload_progress, .plupload_upload_status { 147 display: none; 148 } 149 150 .plupload_progress_container { 151 margin-top: 3px; 152 border: 1px solid #CCC; 153 background: #FFF; 154 padding: 1px; 155 } 156 .plupload_progress_bar { 157 width: 0px; 158 height: 7px; 159 background: #CDEB8B; 160 } 161 162 .plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { 163 margin-right: 17px; 164 } 165 166 /* Floats */ 167 168 .plupload_clear,.plupload_clearer {clear: both;} 169 .plupload_clearer, .plupload_progress_bar { 170 display: block; 171 font-size: 0; 172 line-height: 0; 173 } 174 175 li.plupload_droptext { 176 background: transparent; 177 text-align: center; 178 vertical-align: middle; 179 border: 0; 180 line-height: 165px; 181 }