mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
23 lines
326 B
CSS
23 lines
326 B
CSS
body
|
|
{
|
|
background:#fff;
|
|
font-size:12px;
|
|
}
|
|
|
|
.Error
|
|
{
|
|
padding-left:180px;
|
|
background:url("images/sorry.jpg") no-repeat left top;
|
|
height:400px;
|
|
}
|
|
.Error .head
|
|
{
|
|
font-size:18px;
|
|
font-weight:bold;
|
|
}
|
|
.Error .detail
|
|
{
|
|
color:Red;
|
|
padding-top:10px;
|
|
font-size:14px;
|
|
} |