温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某大学学生管理系统(毕业设计)源码
当前文件:
StudentsInfo/ST_COMMAN/style.css,打开代码结构图
StudentsInfo/ST_COMMAN/style.css,打开代码结构图1body { 2
font-family: "宋体"; 3
font-size: 9pt; 4
line-height: 16px; 5
color: #333333; 6
text-decoration: none; 7
} 8
button { 9
font-family: "宋体"; 10
font-size: 9pt; 11
line-height: 16px; 12
font-weight: bold; 13
color: #FFFFFF; 14
background-color: #333333; 15
} 16
input 17
{ 18
width:50px; 19
20
} 21
.textbox { 22
font-family: "宋体"; 23
font-size: 9pt; 24
line-height: 16px; 25
color: #990000; 26
text-decoration: none; 27
background-color: #eeeeee; 28
border: 1px solid #999999; 29
text-align: left; 30
vertical-align: middle; 31
width: 70; 32
} 33
.textboxmoney 34
{ 35
font-family: "宋体"; 36
font-size: 9pt; 37
line-height: 16px; 38
color: #990000; 39
text-decoration: none; 40
background-color: #eeeeee; 41
border: 1px solid #999999; 42
text-align: right; 43
vertical-align: middle; 44
} 45
.button { 46
font-family: "宋体"; 47
font-size: 9pt; 48
border: 1px solid #999999; 49
line-height: 16px; 50
text-decoration: none; 51
vertical-align: middle; 52
} 53
textarea { 54
font-family: "宋体"; 55
font-size: 9pt; 56
line-height: 16px; 57
color: #990000; 58
text-decoration: none; 59
background-color: #eeeeee; 60
border: 1px solid #999999; 61
} 62
select { 63
font-family: "宋体"; 64
font-size: 9pt; 65
line-height: 16px; 66
color: #990000; 67
text-decoration: none; 68
background-color: #eeeeee; 69
border: 1px solid #999999; 70
} 71
table { 72
font-family: "宋体"; 73
font-size: 9pt; 74
line-height: 16px; 75
color: #333333; 76
text-decoration: none; 77
border: 1px solid #999999; 78
background-position: top; 79
} 80
.dgheader { 81
font-family: "宋体"; 82
font-size: 9pt; 83
line-height: 16px; 84
font-weight: bold; 85
color: #990000; 86
text-decoration: none; 87
background-color: #eeeeee; 88
border: 1px solid #999999; 89
} 90
.dgcontent { 91
92
93
font-family: "宋体"; 94
font-size: 9pt; 95
line-height: 16px; 96
color: #333333; 97
text-decoration: none; 98
border: 1px solid #999999; 99
background-position: top; 100
} 101
a:visited { 102
font-family: "宋体"; 103
font-size: 9pt; 104
line-height: 16px; 105
color: #0033FF; 106
text-decoration: none; 107
} 108
a:hover { 109
font-family: "宋体"; 110
font-size: 9pt; 111
line-height: 16px; 112
color: #990000; 113
text-decoration: underline; 114
} 115
a:active { 116
font-family: "宋体"; 117
font-size: 9pt; 118
line-height: 16px; 119
color: #333333; 120
text-decoration: none; 121
} 122
a:link { 123
font-family: "宋体"; 124
font-size: 9pt; 125
line-height: 16px; 126
color: #0033FF; 127
text-decoration: none; 128
} 129
.buttonTable 130
{ 131
font-family: "宋体"; 132
font-size: 9pt; 133
line-height: 16px; 134
color: #333333; 135
text-decoration: none; 136
border: 0px solid #999999; 137
background-position: top; 138
} 139
button{ 140
font-family: "Tahoma", "宋体"; 141
font-size: 9pt; 142
color: #0066cc; 143
top border-color: #FFFFFF ; 144
background-color: #f0fbec; 145
font-style: normal; 146
border-top: 1px solid #ffffff; 147
border-right: 1px solid #c8e4ff; 148
border-bottom: 1px solid #c8e4ff; 149
border-left: 1px solid #ffffff; 150
background-image: url('none'); 151
} 152
.text1 { 153
font-family: "宋体"; 154
font-size: 12pt; 155
line-height: 20px; 156
font-weight: bold; 157
color: #990000; 158
text-decoration: none; 159
} 160
.FunText { 161
font-size: 9pt; 162
font-weight:bold; 163
} 164



font-family
input
