会员权益

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 @@
.component-tab-bar{width:100%;height:126rpx}.component-tab-bar .tab-bar-main{background:#fff;position:fixed;bottom:0;left:0;right:0;z-index:998;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);display:flex;justify-content:space-around;border-top:2rpx solid #f6f7fb}.component-tab-bar .tab-bar-main .main-item{flex:1;height:124rpx;display:flex;flex-direction:column;justify-content:center}.component-tab-bar .tab-bar-main .main-item .item-img{width:56rpx;height:56rpx;margin:0 auto}.component-tab-bar .tab-bar-main .main-item .item-text{font-size:24rpx;color:#333;margin-top:4rpx;text-align:center}.component-tab-bar .tab-bar-main .main-item .item-text.active{color:var(--theme-color)}