body margin 0; padding 0; background-image url6jpg; background-repeat no_repeat; background-size 1485px 760px;form margin 0 auto; margin-top 200px; padding 20px 50px; background-c
将以下代码:
.form h1 { display: none; }
修改为:
.form h1 { visibility: hidden; height: 0; margin: 0; padding: 0; }
这样就可以将"LOGIN"标题删除,而不影响其他样式。
原文地址: https://www.cveoy.top/t/topic/fdY5 著作权归作者所有。请勿转载和采集!