26 lines
351 B
CSS
26 lines
351 B
CSS
|
|
@charset "utf-8";
|
|||
|
|
body
|
|||
|
|
{
|
|||
|
|
background-image: none;
|
|||
|
|
}
|
|||
|
|
#area
|
|||
|
|
{
|
|||
|
|
margin: 10px;
|
|||
|
|
text-align:left;
|
|||
|
|
}
|
|||
|
|
.title
|
|||
|
|
{
|
|||
|
|
font-size: 18px;
|
|||
|
|
font-weight: bold;
|
|||
|
|
height: 35px;
|
|||
|
|
margin-top: 20px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.noContext
|
|||
|
|
{
|
|||
|
|
text-align: center;
|
|||
|
|
margin-top: 30px;
|
|||
|
|
font-family: "Microsoft YaHei", "<><CEA2><EFBFBD>ź<EFBFBD>", "MicrosoftJhengHei", "<22><><EFBFBD><EFBFBD>ϸ<EFBFBD><CFB8>", STHeiti, MingLiu;
|
|||
|
|
font-size: 20px;
|
|||
|
|
}
|