diff --git a/db/imgurl.db3 b/db/imgurl.db3 deleted file mode 100644 index b0aa44c..0000000 Binary files a/db/imgurl.db3 and /dev/null differ diff --git a/static/embed.js b/static/embed.js index 9fc841c..4f3730b 100644 --- a/static/embed.js +++ b/static/embed.js @@ -356,3 +356,10 @@ function hideimg(id){ $("#show" + upid).hide(); $("#show" + dnid).hide(); } + +//Ctrl + V上传图片 +//$(document).keyup(function(){ +// if(event.keyCode == 86){ + +// } +//}); \ No newline at end of file diff --git a/static/style.css b/static/style.css index e720373..b2e2a8a 100644 --- a/static/style.css +++ b/static/style.css @@ -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; }