with the following property
- background-image, supoort local image、buildtin symbol、online image
- background-color
- background-grad-color
- background-grad-color-dir
const style = {
"background-image": "./assets/somepic.png" | "http://some_website/somepic.png" | "audio"
"background-color": "black",
"background-grad-color": "green",
"background-grad-color-dir": "none" | "vertical" | "horizontal"
}
test/style/background