Files
ClassContent/项目合集/校园失物招领/min-tpl/miniprogram_npm/wux-weapp/sticky-item/index.wxss
2024-09-27 02:06:13 +08:00

1 line
311 B
Plaintext

.wux-sticky-item{position:relative;font-size:28rpx}.wux-sticky-item__hd{background:#d9d9d9;width:100%;height:64rpx;line-height:64rpx}.wux-sticky-item__title{width:100%;padding:0 30rpx;box-sizing:border-box;background:#d9d9d9}.wux-sticky-item--fixed .wux-sticky-item__title{position:fixed;left:0;top:0;z-index:2}