css(cascading style sheet)
层叠样式表。
由 box-sizing
属性来控制
它们的核心区别是是否将 border 以及 padding 算入 content 的 width 中(在设置了 width 的前提下)。
.demo {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.font {color: red}<div class="font">hello, cpreact</div>
<link rel="stylesheet" href="">
It's a css property that can be eaqual to the background-size, it has five types:
fill
: defaultcontain
cover
: used in imagePickernone
scale-down
: if the image's size is imaller than box, it'll keep the image's size, otherwise it'll equal to contain. You can look for it here$0.innerText
;Show more(221 kB)
;结论:经实践,需要通过 className 定位到伪元素,来书写相关样式以达到覆盖伪元素的目的。
无法使用 style 的方式来实现。
@media (orientation: portrait) { } 竖屏@media (orientation: landscape) { } 横屏
【待进一步完善】