3.10 工程代码同步master
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
|
||||
/* Uploader: Drag & Drop */
|
||||
.resumable-error {font-size:14px; font-style:italic;}
|
||||
.resumable-drop {padding:55px 15px; font-size:18px; text-align:center; color:#666; font-weight:bold;background-color:#eee; border:2px dashed #aaa; border-radius:10px; z-index:9999;}
|
||||
.resumable-drop {padding:25px 15px; font-size:22px; text-align:center; color:#666; font-weight:bold;background-color:#eee; border:2px dashed #aaa; border-radius:10px; z-index:9999;}
|
||||
.dragover {padding:30px; color:#555; background-color:#ddd; border:1px solid #999;}
|
||||
.ebtp-message-title { margin-top: 10px;}
|
||||
|
||||
/* Uploader: Progress bar */
|
||||
.resumable-progress {margin:30px 0 30px 0; width:100%;}
|
||||
@ -32,3 +33,4 @@
|
||||
.is-error .uploader-item:hover, .is-active.is-error .uploader-item {border-color:#900;}
|
||||
.is-error .uploader-item:hover .uploader-item-title, .is-active.is-error .uploader-item .uploader-item-title {background-color:rgba(153,0,0,0.6);}
|
||||
.is-error .uploader-item-creating-thumbnail {display:none;}
|
||||
.redCenter{ color: #900; text-align: center;}
|
||||
|
Reference in New Issue
Block a user