/* 首页样式 */

/* 轮播图 */
.banner-swipe {
    height: 200px;
}

.banner-item {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.banner-item h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-item p {
    font-size: 16px;
    margin-bottom: 20px;
}

.banner-btn {
    background: rgba(255,255,255,0.9) !important;
    color: var(--buaa-blue, #004098) !important;
    border: none !important;
}

/* 快捷入口 */
.quick-menu {
    background: white;
    margin: 10px;
    border-radius: 8px;
    padding: 10px 0;
}

.quick-menu .van-grid-item__icon {
    color: var(--buaa-blue, #004098);
    font-size: 28px;
}

/* 区块公共样式 */
.section {
    background: white;
    margin: 10px;
    border-radius: 8px;
    padding: 15px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.section-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.section-header .more {
    font-size: 14px;
    color: #999;
}

/* 捐赠项目 */
.project-card {
    background: #fafafa;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.project-image-wrapper {
    position: relative;
    height: 150px;
}

.project-image-wrapper .van-tag {
    position: absolute;
    top: 10px;
    left: 10px;
}

.project-content {
    padding: 12px;
}

.project-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.project-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.5;
}

.project-stats {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #eee;
    text-align: center;
}

.project-stats > div {
    flex: 1;
}

.project-stats .stat-num {
    font-size: 14px;
    font-weight: 600;
    color: var(--buaa-blue, #004098);
}

.project-stats .stat-label {
    font-size: 12px;
    color: #999;
}

/* 文创产品 - 首页 */
.product-card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-card-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* 校友活动和基金会动态 - 优化 cell 样式 */
.section .van-cell-group {
    --van-cell-horizontal-padding: 0;
}

.section .van-cell {
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.section .van-cell:last-child {
    border-bottom: none;
}

.section .van-cell__title {
    font-size: 15px;
    color: #333;
}

.section .van-cell__label {
    font-size: 13px;
    color: #999;
    padding-top: 6px;
}

/* 活动标签 */
.activity-tag {
    margin-right: 10px;
    font-size: 12px;
    padding: 2px 8px;
}

/* 动态标签 */
.section .van-cell .van-tag {
    margin-right: 10px;
    font-size: 11px;
    padding: 2px 6px;
}
