7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
/* plugin/components/hello-component.wxss */
|
|
.container {
|
|
margin: 1em;
|
|
}
|
|
.item {
|
|
display: block;
|
|
} |