14 lines
203 B
CSS
14 lines
203 B
CSS
@charset "utf-8";
|
|
.contextbox{
|
|
min-height: 400px;
|
|
margin-top: 140px;
|
|
}
|
|
.infoBox {
|
|
margin-top: 10px;
|
|
width: 300px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
font-family: "黑体";
|
|
font-size: 16px;
|
|
}
|