Skip to content

Commit

Permalink
Merge pull request #78 from terwer/v4.x
Browse files Browse the repository at this point in the history
Add other header style
  • Loading branch information
terwer authored Mar 28, 2019
2 parents 89ea173 + f2ac91e commit a6fe73f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jvue-front/pages/post-dark/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,32 @@ export default {
}
h3 {
color: #b8d7a3;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
margin: 10px 0;
}
h4 {
color: #409eff;
font-size: 16px;
font-weight: bold;
line-height: 1.5;
margin: 10px 0;
}
h5 {
color: #629755;
font-size: 14px;
font-weight: bold;
line-height: 1.5;
margin: 10px 0;
}
h6 {
color: #ff5370;
font-size: 12px;
font-weight: bold;
line-height: 1.5;
margin: 10px 0;
}
p {
// 图片自适应
img {
Expand Down

0 comments on commit a6fe73f

Please sign in to comment.