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.

173 lines
2.6 KiB

6 years ago
.header{
background-color:#393D49;
width:100%;
}
.left-menu{
float: left;
padding-top:15px;
}
.left-menu a{
color:#E1E1E1;
}
.right-menu{
float: right;
}
.menu{
float: left;
}
.footer{
width:100%;
position:fixed;
left:0;
bottom:0;
background: #2F4056;
color:#E1E1E1;
padding:14px;
}
.footer a{
color:#E1E1E1;
}
.login{
margin-top:100px;
}
#upimg{
margin-left:auto;
margin-right:auto;
6 years ago
margin-top:2em;
6 years ago
width:94.6%;
left:0%;
background-color:#F9F9F9;
}
#upimg i{
font-size:80px;
margin-left:auto;
margin-right:auto;
}
#upimg p{
margin-bottom:20px;
}
#upok{
margin-top:4em;
display: none;
}
#showpic img{
max-width: 100%;
max-height: 100%;
border:1px solid #ECECEC;
border-radius:5px;
margin-top:1em;
margin-left:auto;
margin-right:auto;
}
#found-img{
margin-top:4em;
}
#found-img img{
max-width: 100%;
max-height:100%;
border:1px solid #ECECEC;
border-radius:5px;
margin-top:1em;
margin-left:auto;
margin-right:auto;
}
.msg{
6 years ago
/* width:100%; */
6 years ago
background-color:#f2f2f2;
line-height: 1em;
padding:12px;
margin-top:2em;
color:#009688;
}
#left-menu{
top:4em;
}
.picadmin img{
max-width: 100%;
max-height:100%;
border:1px solid #ECECEC;
border-radius:5px;
}
.page{
margin-bottom:100px;
margin-top:60px;
}
#about{
margin-top:4em;
color:#353535;
}
#about p{
margin-top:1em;
margin-bottom:1em;
}
#about h3{
font-weight: bold;
}
#about a{
color:#01AAED;
}
#about ul li{
list-style-type:disc;
line-height:1.6em;
margin-left:2em;
}
#about ul{
margin-top:1em;
margin-bottom:1em;
6 years ago
}
.smfile{
width:100%;
height:188px;
border: 1px dashed #e2e2e2;
margin-top:2em;
}
.smfile .file {
position: relative;
display: inline-block;
/* background: #D0EEFF; */
/* border: 1px solid #99D3F5;
border-radius: 4px;
padding: 4px 12px; */
overflow: hidden;
color: #009688;
text-decoration: none;
text-indent: 0;
line-height: 188px;
display: block;
height: 100%;
text-align: center;
margin-left:auto;
margin-right:auto;
background-color: #F9F9F9;
}
.smfile .file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
}
.smfile .file:hover {
/* background: #AADFFD;
border-color: #78C3F3; */
color:#009688;
text-decoration: none;
6 years ago
}
.showimg{
display:none;
position:absolute;
max-width:460px;
top:3em;
z-index:99;
border:1px solid #e2e2e2;
border-radius:5px;
}
.layui-table img {
max-width: 460px;
6 years ago
}