Commit 85a60bfd by 段启岩

所有代码样式修改

parent 1b8cdd80
......@@ -420,20 +420,7 @@
margin:11*$length 0;
color:#333;
}
code{
width:100%;
color:#000;
border-radius: 3*$length;
padding:3*$length 5*$length;
margin:22*$length 0;
}
pre{
line-height: 1.5;
padding: 15px;
background-color: #f1f1f1;
border-radius: 5px;
}
blockquote{
display: block;
border-left: 8*$length solid #d0e5f2;
......
......@@ -413,20 +413,7 @@
margin:11*$length 0;
color:#333;
}
/*code{
width:100%;
background-color: #f1f1f1;
color:#000;
border-radius: 3*$length;
padding:3*$length 5*$length;
margin:22*$length 0;
}*/
pre{
line-height: 1.5;
padding: 15px;
border-radius: 5px;
}
blockquote{
display: block;
border-left: 8*$length solid #d0e5f2;
......
......@@ -351,18 +351,13 @@
padding:30*$length 0;
word-wrap: break-word;
overflow: hidden;
color:#333;
font-size: 14*$font-size;
line-height:24*$length;
letter-spacing: 2*$length;
*{
word-wrap: break-word;
overflow: auto;
color:#333;
font-size: 14*$font-size;
line-height:24*$length;
letter-spacing: 2*$length;
font-weight: 400;
}
b, strong{
......@@ -432,21 +427,7 @@
margin:11*$length 0;
color:#333;
}
code{
width:100%;
background-color: #f1f1f1;
color:#000;
border-radius: 3*$length;
padding:3*$length 5*$length;
margin:22*$length 0;
}
pre{
line-height: 1.5;
padding: 15px;
background-color: #f1f1f1;
border-radius: 5px;
}
blockquote{
display: block;
border-left: 8*$length solid #d0e5f2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment