9433cfb9创建于 2025年12月31日历史提交
<template>
  <view id="child_box" class="box child_box"></view>
</template>

<style>
  .box {
    width: 100px;
    height: 100px;
    background-color: red;
  }
</style>