/* form 文件上传 */ .form-upload-box { display: flex; width: 100%; line-height: auto; align-items: center; .form-upload-name { height: 100%; display: flex; align-items: center; justify-content: flex-end; padding-left: 12px; background: #F0F9FC; font-size: 12px; color: #606266; border-bottom: 1px solid #E8F0F3; border-top: 1px solid #E8F0F3; } .form-required:before { content: '*'; color: #F56C6C; margin-right: 4px; font-size: 12px; } }