| | |
| | | <view class="activity-icon"> |
| | | <view class="floating-btn-content"> |
| | | <text class="floating-btn-icon">🎁</text> |
| | | <text class="floating-btn-text">抽奖活动</text> |
| | | </view> |
| | | |
| | | <!-- <image :src="prizeActivity.activityCoverUrl" mode="aspectFit"></image>--> |
| | |
| | | position: relative; |
| | | } |
| | | .floating-btn-icon { |
| | | font-size: 70rpx; |
| | | font-size: 75rpx; |
| | | color: white; |
| | | filter: drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); |
| | | margin-bottom: 5rpx; |
| | |
| | | margin-right: 24rpx; |
| | | border-radius: 16rpx; |
| | | overflow: hidden; |
| | | background: rgba(255,255,255,0.2); |
| | | image { |
| | | width: 100%; |
| | | height: 100%; |