demo20230512/Browser_Local/css/Home/public_files.css
2023-05-12 10:20:28 +08:00

34 lines
490 B
CSS

body {
background: rgb(230, 230, 230);
}
a {
font-size: 16px;
font-family: "微軟正黑體";
}
.table thead > tr > th {
font-size: 16px;
text-align: center;
}
.home_header_wrap .header_body {
padding-right: 10px;
}
.docs-page-wrapper {
text-align: center;
}
.docs-container {
height: 650px;
margin: 15px 0;
padding: 20px;
border: 1px solid #bbb;
border-radius: 5px;
background: #fff;
}
.docs-button-wrapper {
width: 100px;
}