Skip to content

Commit 9a64cf7

Browse files
committed
修正了底部资源边距问题
1 parent 623aa4e commit 9a64cf7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Template/Tail/tail.htm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<style type="text/css">
22
/* 对于尾部样式进行修改 */
33

4+
#Tail {
5+
/* margin: 0;
6+
padding: 0; */
7+
position: fixed;
8+
left: 0px;
9+
}
10+
411
#Tail #Tail_MainDiv td {
512
color: #999;
613
font-size: 14px;

0 commit comments

Comments
 (0)