34 lines
490 B
CSS
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;
|
|||
|
}
|