Browse Source

优化css

pull/16/head
xiaoz 6 years ago
parent
commit
7201fa2eaa
  1. BIN
      db/imgurl.db3
  2. 7
      static/embed.js
  3. 8
      static/style.css

BIN
db/imgurl.db3

Binary file not shown.

7
static/embed.js

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

8
static/style.css

@ -35,7 +35,13 @@ @@ -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…
Cancel
Save