活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

@@ -0,0 +1 @@
.component-member-units .units-item{position:relative;margin-top:32rpx;padding:32rpx;border-radius:16rpx;overflow:hidden;background:#fff}.component-member-units .units-item:first-child{margin-top:0}.component-member-units .units-item .item-logo{width:156rpx;height:156rpx;border-radius:50%}.component-member-units .units-item .item-info{margin-left:32rpx}.component-member-units .units-item .item-info .info-name{color:#333;font-size:32rpx;font-weight:600;line-height:40rpx}.component-member-units .units-item .item-info .info-introduction{margin-top:16rpx;color:#5a5b6e;font-size:28rpx;line-height:48rpx}.component-member-units .units-item .item-level{position:absolute;top:0;left:0;z-index:9;border-bottom-right-radius:16rpx;padding:8rpx 16rpx;overflow:hidden}.component-member-units .units-item .item-level .bg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.7}.component-member-units .units-item .item-level .text{color:#fff;font-size:24rpx;line-height:34rpx;position:relative;z-index:1}