/* 自定义组件的css，样式只作用于该自定义组件 */
.name {
    color: red;
}