diff --git a/web/js/login.js b/web/js/login.js new file mode 100644 index 0000000..c72daa2 --- /dev/null +++ b/web/js/login.js @@ -0,0 +1,12 @@ +$(function () { + + //登陆表单css间距设置 + function editcss() { + var input1 = document.getElementsByTagName("input")[0]; + var input2 = document.getElementsByTagName("input")[1]; + input1.style.paddingLeft=40; + input2.style.paddingLeft=40; + } + editcss(); + +}); \ No newline at end of file