GraduationDesignThesisOpeni.../黑马毕业设计论文开题报告和代码/项目源代码/goods/WebRoot/jsps/css/left.css

19 lines
206 B
CSS

* {
font-size: 10pt;
text-align: center;
}
body {
margin: 1px;
}
a {
text-decoration: none;
color: gray;
font-weight: 900;
}
a:hover {
text-decoration: underline;
color: gray;
}