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

10 lines
428 B
CSS
Raw Normal View History

2023-09-24 07:47:31 +00:00
*{font-size:10pt;}
body{text-align:center;}
.table{width:1200px;height:100%;border:1px solid #15B69A;border-collapse: collapse;}
.table td{border:1px solid #15B69A;}
.trTop {background: #15B69A;}
.tdTop {text-align: center; height: 100px;}
.tdLeft{width: 190px;padding:5px;}
.tdSearch{height: 45px; border-bottom-width: 0px; padding: 0px; margin: 0px;}
.tdBody{border-top-width: 0px;}
iframe {width: 100%;height: 100%;}