.index-container.data-v-1cf27b2a { padding: 20rpx; height: 100vh; background-color: #f5f5f5; margin-top:5vh; } .user-info.data-v-1cf27b2a { display: flex; align-items: center; background-color: #fff; border-radius: 16rpx; padding: 30rpx; margin-bottom: 30rpx; box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.1); } .avatar.data-v-1cf27b2a { width: 120rpx; height: 120rpx; border-radius: 50%; background-color: red; display: flex; align-items: center; justify-content: center; margin-right: 30rpx; } .swiper1.data-v-1cf27b2a { width: 90vw; height: 20vh; padding: 0 5vw; .swiper1 swiper-item img.data-v-1cf27b2a { width: 100%; height: auto; } } .layout-grid.data-v-1cf27b2a { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20rpx; margin-top:2vh; margin-bottom: 30rpx; } .grid-item.data-v-1cf27b2a { background-color: #fff; border-radius: 16rpx; padding: 3vh; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.1); } .grid-item.data-v-1cf27b2a:active { transform: scale(0.95); } .grid-icon.data-v-1cf27b2a { width: 22vw; height: 9vh; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20rpx; } .icon1.data-v-1cf27b2a { background-color: #fff0f0; } .icon2.data-v-1cf27b2a { background-color: #f0f9ff; } .icon3.data-v-1cf27b2a { background-color: #fff7e6; } .icon4.data-v-1cf27b2a { background-color: #f6ffed; } .stats.data-v-1cf27b2a { background-color: #fff; border-radius: 16rpx; padding: 30rpx; box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.05); } .stats-title.data-v-1cf27b2a { font-size: 30rpx; font-weight: bold; margin-bottom: 30rpx; padding-bottom: 20rpx; border-bottom: 1px solid #eee; } .stats-cards.data-v-1cf27b2a { display: flex; justify-content: space-around; } .stat-card.data-v-1cf27b2a { display: flex; flex-direction: column; align-items: center; padding: 20rpx; } .stat-value.data-v-1cf27b2a { font-size: 36rpx; font-weight: bold; color: #36bffa; margin-bottom: 10rpx; } .stat-label.data-v-1cf27b2a { font-size: 26rpx; color: #666; }