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

19 lines
206 B
CSS
Raw Normal View History

2023-09-24 07:47:31 +00:00
* {
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;
}