mirror of https://gitee.com/y_project/RuoYi.git
文件上传修改按钮背景及添加加载动画
parent
c923dae619
commit
76b3c381c3
|
@ -102,7 +102,7 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
color: #999;
|
color: #999;
|
||||||
background: transparent url(../img/loading.gif) top left no-repeat;
|
background: transparent url(loading.gif) top left no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-object {
|
.file-object {
|
||||||
|
@ -397,7 +397,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-thumb-loading {
|
.file-thumb-loading {
|
||||||
background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
|
background: transparent url(loading.gif) no-repeat scroll center center content-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-drop-zone {
|
.file-drop-zone {
|
||||||
|
@ -527,7 +527,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-loading[dir=rtl]:before {
|
.file-loading[dir=rtl]:before {
|
||||||
background: transparent url(../img/loading.gif) top right no-repeat;
|
background: transparent url(loading.gif) top right no-repeat;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 847 B |
|
@ -672,6 +672,12 @@ label {
|
||||||
background: #FFFFFF none
|
background: #FFFFFF none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-input .btn-default {
|
||||||
|
color: inherit;
|
||||||
|
background: white;
|
||||||
|
border: 1px solid #e7eaec;
|
||||||
|
}
|
||||||
|
|
||||||
.select-list .btn-default {
|
.select-list .btn-default {
|
||||||
color: #555;
|
color: #555;
|
||||||
padding: 5px 5px;
|
padding: 5px 5px;
|
||||||
|
|
Loading…
Reference in New Issue