/* 发布活动页面样式 */ /* 页面头部样式 */ .page-header { margin-bottom: 24px; } .page-title { font-size: 24px; font-weight: 600; color: #262626; margin: 0 0 8px 0; } .page-description { font-size: 14px; color: #8c8c8c; margin: 0; } /* 表单样式 */ .form-container { padding: 24px 0; } /* 表单行间距 */ .form-row { margin-bottom: 24px; } /* 表单操作按钮区域 */ .form-actions { text-align: center; padding-top: 24px; border-top: 1px solid #f0f0f0; margin-top: 32px; } /* 提示框样式 */ .tip-box { height: 100%; display: flex; align-items: flex-end; } .tip-content { padding: 16px; background-color: #f6f8fa; border-radius: 6px; border: 1px solid #e1e5e9; width: 100%; text-align: center; } .tip-title { font-size: 12px; color: #8c8c8c; margin-bottom: 4px; } .tip-text { font-size: 12px; color: #595959; } /* 上传组件样式 */ .upload-container { width: 100%; } .upload-button { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; } .upload-icon { font-size: 24px; color: #8c8c8c; } .upload-text { margin-top: 8px; color: #8c8c8c; } /* 响应式布局 */ @media (max-width: 768px) { .form-row { margin-bottom: 16px; } .page-title { font-size: 20px; } }