归档:完成 实验一

This commit is contained in:
2025-02-26 18:21:27 +08:00
parent a214d9684f
commit a0085425e0
2 changed files with 14 additions and 1 deletions
+10 -1
View File
@@ -185,4 +185,13 @@
#main_form form button:hover {
background: rgb(255, 255, 255);
color: rgb(240, 120, 24);
}
}
/* 页脚 */
#footer {
width: 100%;
background: rgb(242, 246, 247);
padding: 5em 0;
text-align: center;
font-size: 14px;
}
+4
View File
@@ -95,5 +95,9 @@
<button type="submit">提交</button>
</form>
</div>
<!--页脚-->
<div id="footer">
<p>heima www.itcast.cn © All rights Reseverd</p>
</div>
</body>
</html>