Commit 28c24457 authored by zhengke's avatar zhengke

改样式

parent 655c4e9f
......@@ -635,7 +635,7 @@ select {
#form-login li .wjmm {
position: absolute;
right: -1px;
top: 0;
top: 1px;
line-height: 40px;
width: 115px;
background-color: #ededed;
......@@ -865,7 +865,7 @@ select {
.orderbox h2 {
font-size: 20px;
color: #0d081e;
margin-bottom:20px;
}
.orderbox h2 img {
......@@ -874,7 +874,6 @@ select {
}
.column {
margin-top: 20px;
margin-bottom: 25px;
border-top: 1px #f2f2f2 solid;
......
......@@ -92,6 +92,11 @@
}
});
}
$(document).keydown(function (event) {
if (event.keyCode == 13) {
$(".btn_Login").click();
}
});
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment