这是一个模仿知乎界面的简单React demo。这个React demo能让你从零开始学习React,并逐渐掌握React。它包括了一个项目从零到项目完成的整个过程。
图片等比例缩放方案padding用百分比做单位时是相对于容器的宽度来算的,所以你可以把高度设为0,内容自然溢出,设置个padding-bottom height:0; width:50%; padding-bottom:30% 那么这个div的高宽比就是30%:50%
A starter template for TypeScript and React with a detailed README describing how to use the two together.