CreatorCenter_OOIN/src/styles/Campaign.scss

50 lines
1.2 KiB
SCSS
Raw Normal View History

2025-05-15 10:42:39 +08:00
// @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;
2025-05-22 09:22:28 +08:00
padding-bottom: 1rem;
border-bottom: 1px solid $neutral-200;
2025-05-15 10:42:39 +08:00
.form-header {
font-size: 1.25rem;
font-weight: 700;
}
.form-label {
color: $neutral-700;
font-weight: 700;
margin: 0;
2025-05-22 09:22:28 +08:00
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;
2025-05-15 10:42:39 +08:00
}
}
}
}