归档:完成 实验一
This commit is contained in:
+10
-1
@@ -185,4 +185,13 @@
|
|||||||
#main_form form button:hover {
|
#main_form form button:hover {
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
color: rgb(240, 120, 24);
|
color: rgb(240, 120, 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 页脚 */
|
||||||
|
#footer {
|
||||||
|
width: 100%;
|
||||||
|
background: rgb(242, 246, 247);
|
||||||
|
padding: 5em 0;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -95,5 +95,9 @@
|
|||||||
<button type="submit">提交</button>
|
<button type="submit">提交</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<!--页脚-->
|
||||||
|
<div id="footer">
|
||||||
|
<p>heima www.itcast.cn © All rights Reseverd</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user