优化css

pull/16/head
xiaoz 2018-08-06 17:29:55 +08:00
parent 9504459709
commit 7201fa2eaa
3 changed files with 14 additions and 1 deletions

Binary file not shown.

View File

@ -356,3 +356,10 @@ function hideimg(id){
$("#show" + upid).hide();
$("#show" + dnid).hide();
}
//Ctrl + V上传图片
//$(document).keyup(function(){
// if(event.keyCode == 86){
// }
//});

View File

@ -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;
}