11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
|
/* pages/component/input/components/common.wxss */
|
||
|
@import "../../../common/lib/weui.wxss";
|
||
|
|
||
|
.lightpink {
|
||
|
color: lightpink;
|
||
|
}
|
||
|
|
||
|
.green {
|
||
|
color: green;
|
||
|
}
|