美文网首页
Markdown练手

Markdown练手

作者: 夜息白鸽 | 来源:发表于2017-01-06 11:26 被阅读0次
1.jpg

大标题

中标题

再来一个

asdf as dfsdf

http://www.baidu.com

<ol>
<li>Bird</li>
<li>McHale</li>
<li>Parish</li>
</ol>

  • Red- Green- Blue
  • Red+ Green+ Blue
  • Red* Green* Blue
  1. Bird1. McHale1. Parish

  2. Bird1. McHale8. Parish

    <style>
  .el-row {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .el-col {
    border-radius: 4px;
  }
  .bg-purple-dark {
    background: #99a9bf;
  }
  .bg-purple {
    background: #d3dce6;
  }
  .bg-purple-light {
    background: #e5e9f2;
  }
  .grid-content {
    border-radius: 4px;
    min-height: 36px;
    margin-top: 5px;
  }
  .row-bg {
    padding: 10px 0;
    background-color: #f9fafc;
  }
  .el-icon-setting{line-height: 36px;}
</style>

|xingm|nianlin|age|
|-|-||
|ding|22|2|

相关文章

网友评论

      本文标题:Markdown练手

      本文链接:https://www.haomeiwen.com/subject/lhitbttx.html