ImgURL是一个简单、纯粹的图床程序,让个人图床多一个选择。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.ajax-file-upload-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.ajax-upload-dragdrop{
|
|
|
|
|
|
|
|
height:200px;
|
|
|
|
}
|
|
|
|
#fileuploader {
|
|
|
|
/*width:100%;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ajax-file-upload {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
display:none;
|
|
|
|
width:100%;
|
|
|
|
position:fixed;
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
#fileuploader {
|
|
|
|
margin-top:10%;
|
|
|
|
}
|
|
|
|
#relink{
|
|
|
|
display: none;
|
|
|
|
margin-top:36px;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
#relink lable{
|
|
|
|
color:#2BD5AA;
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
#msg{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
width:100%;
|
|
|
|
position:fixed;
|
|
|
|
display: none;
|
|
|
|
z-index: 100;
|
|
|
|
top:60px;
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
.msg{
|
|
|
|
color:green;
|
|
|
|
border:1px solid #EFEFEF;
|
|
|
|
background-color:#E6E6E6;
|
|
|
|
text-align:center;
|
|
|
|
padding:12px;
|
|
|
|
border-radius:5px;
|
|
|
|
width:16%;
|
|
|
|
margin:auto;
|
|
|
|
font-size:16px;
|
|
|
|
}
|
|
|
|
#img-box{
|
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
|
|
#img-box img{
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
#menu{
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
width:100%;
|
|
|
|
background-color:#222222;
|
|
|
|
}
|
|
|
|
#menu .navbar {
|
|
|
|
margin-bottom:0;
|
|
|
|
border-left:0;
|
|
|
|
border-right:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#footer{
|
|
|
|
width:100%;
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
color:#999999;
|
|
|
|
position:fixed;
|
|
|
|
bottom:0;
|
|
|
|
padding:14px;
|
|
|
|
}
|