<template> <view id="child_box" class="box child_box"></view> </template> <style> .box { width: 100px; height: 100px; background-color: red; } </style>