收到的代码
<div class="box">
Hello
</div>
<style>
.box { bg: blue }
</style>
浏览器处理中...
html
│
body
│
div.box
.box
background: blue
DOM树
+
CSS树
→
渲染树
100px × 100px
背景层
文字层
Hello
✨
{{ currentStep + 1 }}. {{ steps[currentStep].name }}
{{ steps[currentStep].desc }}
屏幕显示