UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

18 lines (14 loc) 263 B
@import (reference) './variable.less'; @stickyPrefix: ant-sticky; .@{stickyPrefix} { position: sticky; top: 0; &-check { position: fixed; height: 2px; background: @sticky-check-bg; top: 0; width: 100%; pointer-events: none; } }