page { background: #f5f6f7; } .project-create-page { min-height: 100vh; background: #f5f6f7; display: flex; flex-direction: column; &__scroll { flex: 1; height: 0; } } /* 表单 */ .form { padding: 24rpx; &__group { margin-bottom: 32rpx; } &__label { margin-bottom: 16rpx; } &__labelText { font-size: 30rpx; font-weight: 700; color: #111111; } &__input { padding: 24rpx; background: #ffffff; border-radius: 16rpx; font-size: 30rpx; } &__textarea { padding: 24rpx; background: #ffffff; border-radius: 16rpx; font-size: 30rpx; min-height: 160rpx; } &__footer { padding: 24rpx 32rpx; padding-bottom: calc(24rpx + env(safe-area-inset-bottom)); background: #ffffff; box-shadow: 0 -8rpx 24rpx rgba(0, 0, 0, 0.06); } } /* 类型选项 */ .type-options { display: flex; flex-direction: column; gap: 16rpx; } .type-option { background: #ffffff; border-radius: 16rpx; padding: 24rpx; position: relative; &__content { display: flex; flex-direction: column; gap: 8rpx; } &__title { font-size: 30rpx; font-weight: 700; color: #111111; } &__desc { font-size: 24rpx; color: #666666; line-height: 1.5; } }