// @import '@/styles/custom-theme.scss'; // 导入变量 @import './variables'; .product-script { display: flex; flex-flow: column nowrap; gap: 1rem; .product-script-video-req { .video-req-form { display: flex; flex-flow: column nowrap; gap: 0.5rem; padding-bottom: 1rem; border-bottom: 1px solid $neutral-200; .form-header { font-size: 1.25rem; font-weight: 700; } .form-label { color: $neutral-700; font-weight: 700; margin: 0; margin-bottom: 0.25rem; } } .product-ai-script { padding: 1rem 0; .header { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; .title { font-weight: 700; font-size: 1.125rem; } } .form-label { color: $neutral-700; font-weight: 700; margin: 0; margin-bottom: 0.25rem; } } } }