增加loading;修改部分css

This commit is contained in:
LiYang
2016-07-31 22:40:52 +08:00
parent bcee7bca67
commit 0d5318b3e1
6 changed files with 583 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
position: relative;
display: inline-block;
cursor: pointer;
background: #00b7ee;
background: #4d90fe;
padding: 10px 15px;
color: #fff;
text-align: center;
@@ -18,7 +18,7 @@
overflow: hidden;
}
.webuploader-pick-hover {
background: #00a2d4;
background: #4d90fe;
}
.webuploader-pick-disable {