会员权益

This commit is contained in:
2026-04-29 15:33:58 +08:00
commit 54965243da
2787 changed files with 242809 additions and 0 deletions

View File

@@ -0,0 +1 @@
.container .container-search{position:-webkit-sticky;position:sticky;top:0;z-index:99;background:#fff;padding:0 32rpx;height:112rpx;display:flex;align-items:center}.container .container-search .search-input{width:100%;padding:20rpx 32rpx;background:#f9f9f9;border-radius:16rpx}.container .container-search .search-input .icon{width:40rpx;height:40rpx}.container .container-search .search-input .text{margin-left:16rpx;color:#8d929c;font-size:28rpx;line-height:40rpx}.container .container-classify{background:#fff;padding:48rpx 0 28rpx}.container .container-screen{position:-webkit-sticky;position:sticky;top:0;z-index:98;background:#fff}.container .container-screen .screen-item{display:flex;justify-content:center;align-items:center;padding:24rpx}.container .container-screen .screen-item .text{color:#666;font-size:28rpx;line-height:40rpx}.container .container-screen .screen-item .icon{width:20rpx;height:16rpx;background-size:20rpx 16rpx;margin-left:12rpx}.container .container-screen .screen-item.active .text{color:var(--theme-color)}.container .container-main{padding:32rpx}