markdown CSS_Attention_width_height_refer

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown CSS_Attention_width_height_refer相关的知识,希望对你有一定的参考价值。

SCSS code
画一张有关height/width 这种的脑图
需要深究: 要考虑到container1 container2 还有相关的position: relative 和 static对height的影响(实测有关)
生效:
```css
.container {
  background: black;
  width: 20vw;
  height: 50vh;
  .child {
    background: #555;
    width: 20vw;
    height: 100%;
  }
}
```


失效:
```css
.container {
  
  .child {
    
  }
}
```

以上是关于markdown CSS_Attention_width_height_refer的主要内容,如果未能解决你的问题,请参考以下文章

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染

如何用markdown生成目录

markdown排版示例