/* 首页体验配色:主题 #FFD709 / 正文 #605B50 / 底 #FEF6E7 / 按钮字 #322E25 / 标签 #91F78E */ .home-page { min-height: 100vh; background: #fef6e7; padding-bottom: 48rpx; box-sizing: border-box; color: #605b50; } .home-header { background: #fef6e7; padding: 24rpx 24rpx 20rpx; } .home-brand { display: flex; flex-direction: row; align-items: center; gap: 16rpx; margin-bottom: 24rpx; } .home-brand__duck { font-size: 48rpx; line-height: 1; } .home-brand__name { font-size: 36rpx; font-weight: 700; color: #322e25; } .home-search { background: rgba(255, 255, 255, 0.72); border-radius: 40rpx; padding: 22rpx 32rpx; border: 1rpx solid rgba(255, 215, 9, 0.35); } .home-search__placeholder { font-size: 28rpx; color: rgba(96, 91, 80, 0.55); } .home-body { padding: 24rpx 24rpx 0; } .home-section { margin-bottom: 40rpx; } .home-section--hot { margin-bottom: 32rpx; } .home-section__title-row { margin-bottom: 20rpx; } .home-section__title { font-size: 32rpx; font-weight: 700; color: #605b50; } .home-section__head { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 20rpx; } .home-section__head-left { display: flex; flex-direction: row; align-items: center; gap: 12rpx; } .home-section__icon { font-size: 36rpx; line-height: 1; } .home-section__name { font-size: 32rpx; font-weight: 700; color: #605b50; } .home-section__more { font-size: 26rpx; color: #322e25; font-weight: 500; } .home-hot__scroll { width: 100%; white-space: nowrap; } .home-hot__row { display: inline-flex; flex-direction: row; gap: 24rpx; padding-bottom: 8rpx; } .home-hot__item { display: inline-block; width: 240rpx; vertical-align: top; } .home-hot__card-wrap { width: 240rpx; padding: 4rpx; border-radius: 28rpx; box-sizing: border-box; background: linear-gradient(145deg, rgba(255, 215, 9, 0.85), rgba(254, 246, 231, 0.95)); } /* category-tabs:仅首页通过 apply-shared + .home-page 生效 */ .home-page .category-tabs { background: #fef6e7; } .home-page .category-tabs__pill { background: rgba(96, 91, 80, 0.08); color: #605b50; } .home-page .category-tabs__pill--active { background: #ffd709; color: #322e25; font-weight: 600; } /* worksheet-card:仅首页 */ .home-page .worksheet-card { box-shadow: 0 8rpx 28rpx rgba(50, 46, 37, 0.08); } .home-page .worksheet-card__title { color: #605b50; } .home-page .worksheet-card__preview-text { color: #605b50; } .home-page .worksheet-card__tag--age, .home-page .worksheet-card__tag--diff { background: #91f78e; color: #322e25; } .home-grid { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20rpx; } .home-grid__cell { width: calc((100% - 40rpx) / 3); box-sizing: border-box; }