温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:大学生调查投票系统源码
当前文件:
StudentVote/CSS/StyleSheet.css,打开代码结构图
StudentVote/CSS/StyleSheet.css,打开代码结构图1body { 2
} 3
td 4
{ 5
color:Black; 6
font-family:宋体; 7
font-size:9pt; 8
font-style:normal; 9
} 10
p 11
{ 12
text-align:left; 13
font-size:9pt; 14
color:Black; 15
} 16
table 17
{ 18
font-family:宋体; 19
font-size:9pt; 20
color:Black; 21
} 22
A:link 23
{ 24
COLOR:Black; TEXT-DECORATION: none 25
} 26
A:visited 27
{ 28
COLOR: Black; TEXT-DECORATION: none 29
} 30
A:active 31
{ 32
TEXT-DECORATION: underline; 33
color: red; 34
} 35
A:hover 36
{ 37
COLOR: red; text-decoration : none ; 38
position : relative; 39
top:1; 40
left:1; 41
} 42




td
color