温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:彬彬Asp.net2.0留言板(Vs2005)源码
当前文件:
BinbinBook/book/css.css[860B,2009-6-12 11:33:41],打开代码结构图
BinbinBook/book/css.css[860B,2009-6-12 11:33:41],打开代码结构图1body { 2
font-family: Arial, Helvetica, sans-serif; 3
font-size: 12px; 4
font-style: normal; 5
line-height: normal; 6
font-weight: normal; 7
font-variant: normal; 8
color: #000000; 9
} 10
table { 11
background-color: #E7F8E8; 12
border-top-width: 1px; 13
border-right-width: 1px; 14
border-bottom-width: 1px; 15
border-left-width: 1px; 16
border-top-style: dashed; 17
border-right-style: dashed; 18
border-bottom-style: dashed; 19
border-left-style: dashed; 20
border-top-color: #009933; 21
border-right-color: #009933; 22
border-bottom-color: #009933; 23
border-left-color: #009933; 24
word-wrap: break-word; table-layout:fixed; 25
} 26
.tb { 27
font-family: Arial, Helvetica, sans-serif; 28
font-size: 12px; 29
font-style: normal; 30
line-height: normal; 31
font-weight: normal; 32
font-variant: normal; 33
color: #000000; 34
border: 1px dashed #009900; 35
background-color: #009933; 36
} 37




font-family

