body{
    font: 13px/1.5 'PTSansRegular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
    background: #e1e2f5;
}
a{
    cursor: pointer;
}
ul{
    padding-left: 0px!important;
}
.noteContent table tr th,.noteContent table tr td {
    border: 1px solid rgba(120, 130, 140, 0.82) !important;
}
/* table 样式 */
.noteContent table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.noteContent table td,
.noteContent table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}
.noteContent table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}

/* blockquote 样式 */
.noteContent blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

/* code 样式 */
.noteContent code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}
.noteContent pre code {
    display: block;
}

/* ul ol 样式 */
.noteContent ul,.noteContent ol {
    margin: 10px 0 10px 20px;
}
.success{
    color: cadetblue;
}
.failed{
    color: #bf4064;
}
.running{
    color: #a08c5f;
}