miniprogram-demo/pages/component/index/index.wxss

7 lines
104 B
Plaintext
Raw Normal View History

2020-12-07 10:36:37 +08:00
@import "../../common/index.wxss";
2020-12-07 09:48:09 +08:00
2020-12-07 10:36:37 +08:00
.weui-agree__link {
display: inline;
color: var(--weui-LINK);
2020-12-07 09:48:09 +08:00
}