tt-mp
Version:
一套组件化、可复用、易扩展的头条小程序 UI 组件库
29 lines (24 loc) • 502 B
text/less
@import '../styles/mixins/index.less';
@import '../styles/themes/index.less';
.@{wux-prefix}-sticky-item {
position: relative;
font-size: @sticky-font-size;
&__hd {
background: @sticky-item-bg;
width: 100%;
height: @sticky-item-size;
line-height: @sticky-item-size;
}
&__title {
width: 100%;
padding: 0 15px;
box-sizing: border-box;
background: @sticky-item-bg;
}
&--fixed &__title {
position: fixed;
left: 0;
top: 0;
z-index: 2;
}
}