14 lines
272 B
CSS
14 lines
272 B
CSS
@charset "utf-8";
|
|
#notFound {
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
|
font-size: 20px;
|
|
line-height: 30px;
|
|
font-weight: bold;
|
|
color: #666666;
|
|
text-align: center;
|
|
height: 30px;
|
|
margin-top: 100px;
|
|
margin-bottom: 100px;
|
|
min-height:300px;
|
|
}
|