41 lines
507 B
CSS
41 lines
507 B
CSS
@charset "utf-8";
|
|
body
|
|
{
|
|
background-image: none;
|
|
}
|
|
#area
|
|
{
|
|
margin: 10px;
|
|
text-align:left;
|
|
}
|
|
.title
|
|
{
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
height: 35px;
|
|
margin-top: 20px;
|
|
}
|
|
.ltIntro
|
|
{
|
|
}
|
|
|
|
.ltDetails
|
|
{
|
|
}
|
|
.noContext
|
|
{
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", STHeiti, MingLiu;
|
|
font-size: 20px;
|
|
}
|
|
.plAcc
|
|
{
|
|
margin-top: 20px;
|
|
}
|
|
pre{
|
|
background-color: #FFFFCC;
|
|
padding: 5px;
|
|
border: 1px solid #CCCCCC;
|
|
} |