我在使用css模块,因为我想让css的作用域到特定的组件,我有Person.js和App.js文件。我只希望Person.js中的按钮有红色的背景色。所以我知道import styles from '.但是我在这里使用css类。如果我想在不使用类的情况下为Person.js文件中的按钮设置样式,该怎么办?所以我将只在person.module.css中使用按钮样式
b
在以下代码中 /* Set height to 100% for body and html to enable the background image to cover the whole page: */ height: 100% background-image: url('/assets/root/001.png'); // background-position: center;