mirror of https://github.com/helloxz/imgurl
优化css
parent
9504459709
commit
7201fa2eaa
BIN
db/imgurl.db3
BIN
db/imgurl.db3
Binary file not shown.
|
@ -356,3 +356,10 @@ function hideimg(id){
|
|||
$("#show" + upid).hide();
|
||||
$("#show" + dnid).hide();
|
||||
}
|
||||
|
||||
//Ctrl + V上传图片
|
||||
//$(document).keyup(function(){
|
||||
// if(event.keyCode == 86){
|
||||
|
||||
// }
|
||||
//});
|
|
@ -35,7 +35,13 @@
|
|||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-top:2em;
|
||||
width:94.6%;
|
||||
/*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;
|
||||
left:0%;
|
||||
background-color:#F9F9F9;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue