@CHARSET "UTF-8"; /*------------------上传插件样式 begin--------------------*/ .ui-uploader-form { } .ui-uploader-form table{ width: 100%; } .ui-uploader-form table tr{ padding: 5px; } .ui-uploader-form table tr td{ padding: 5px; } .ui-uploader-form table tr td span{ display: inline-block; } .ui-uploader-form table tr td span.nofile{ display: inline-block; color: #999; } .ui-uploader-form .ui-uploader-form-point{ color: #F00; width: 5px; padding-top: 2px; } .ui-uploader-form .ui-uploader-form-text{ margin-left: 4px; width: 140px;; } .ui-uploader-form .ui-uploader-form-file{ } .ui-uploader-form .ui-uploader-form-a{ width: 80%; } .ui-uploader-form .ui-uploader-form-img{ width: 200px; background: #fff; } .ui-uploader-form .ui-uploader-form-button{ height: 20px; line-height:10px; width: 50px; background: #fff; border: 1px solid #888; margin-left: 5px; margin-right: 10px; float: right; } /* 遮罩层 */ .ui-overlay{ position: fixed; top: 0; left: 0; z-index: 9999; overflow: hidden; margin: 0 auto; text-align: center; width: 100%; height: 100%; background: #000; line-height: auto; opacity: 0.6; -moz-opacity: 0.6; filter: alpha(opacity=0.6); } .ui-overlay .ui-overlay-showloading { position: fixed; color: #000; background-color: #000; top: 0; left: 0; width: 400px; height: 400px; z-index: 9999; overflow: hidden; } .ui-overlay div { font-size: 18px; color: #fff; } .ui-overlay { }