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.

239 lines
3.8 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;
}
6 years ago
.login button{
width:100%;
}
6 years ago
#upimg{
margin-left:auto;
margin-right:auto;
6 years ago
margin-top:2em;
6 years ago
/*width:94.6%;*/
width:100%;
-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box;
6 years ago
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{
6 years ago
margin-top:1em;
6 years ago
}
#found-img img{
max-width: 100%;
max-height:100%;
6 years ago
/*border:1px solid #ECECEC;*/
6 years ago
border-radius:5px;
6 years ago
/*margin-top:1em;*/
6 years ago
margin-left:auto;
margin-right:auto;
6 years ago
margin:0 auto;
display: block;
6 years ago
}
.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;
}
6 years ago
.picadmin{
margin:0 auto;
height:200px;
border:1px solid #ECECEC;
margin-top:1em;
}
6 years ago
.picadmin img{
max-width: 100%;
max-height:100%;
6 years ago
/*border:1px solid #ECECEC;*/
6 years ago
border-radius:5px;
6 years ago
margin:0 auto;
display: block;
6 years ago
}
.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
}
.viewimg{
position: absolute;
display:none;
border:1px solid #F0F0F0;
border-radius:5px;
z-index:99;
top:3em;
}
.viewimg img{
max-width:660px;
}
#adminshow{
display: none;
}
#adminshow img{
max-width:680px;
text-align:center;
}
#copy{
width:680px;
margin-left:auto;
margin-right:auto;
6 years ago
}
.urltext{
margin-top:2em;
6 years ago
}
#tongji .item{
/*height:8em;*/
background-color: #F0F0F0;
/*border:1px solid #e2e2e2;*/
border-radius: 2px;
background-color: #99CCCC;
color:#FFFFFF;
text-align:center;
margin-bottom:1em;
line-height:3em;
}
#tongji .item:hover{
-webkit-box-shadow: 2px 2px 8px 1px rgba(20, 20, 20, 0.15); -moz-box-shadow: 2px 2px 8px 1px rgba(20, 20, 20, 0.15);box-shadow: 2px 2px 8px 1px rgba(20, 20, 20, 0.15);
cursor:pointer;
}
#tongji a{
color:#FFFFFF;
6 years ago
}