.publicContent { padding: 20px; .formItem { display: flex; align-items: center; font-size: 30px; padding-bottom: 25px; .formName { white-space: nowrap; .formNameTips { color: #ff0000; font-size: 20px; padding-left: 10px; } .tips { color: #ff0000; font-size: 20px; padding-bottom: 20px; } } .formValue { text-align: right; flex: 1; display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-end; .formValueText { display: block; width: 452px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } } .formValues { display: flex; flex-direction: row; flex-wrap: wrap; .fitems { margin-left: 20px; margin-bottom: 20px; display: flex; flex-direction: row; position: relative; padding-right: 40px; .fclose { position: absolute; right: 0; top: -20px; } } .addbuttom { font-size: 22px; padding: 0 10px; margin-left: 20px; } } } .othersTips { font-size: 28px; text-align: center; color: #f00; background: #c9c9c9; padding: 20px 50px; } .tips { font-size: 20px; text-align: left; color: #f00; } .operation { display: flex; flex-flow: row nowrap; } .at-image-picker__remove-btn { display: block !important; } } .result { display: flex; flex-flow: column nowrap; align-items: center; padding-top: 83px; height: 506px; .resultIcon { padding-bottom: 20px; } .resultTitle { padding: 0 30px 30px 30px; text-align: center; .resultError { font-size: 20px; color: #969696; padding-top: 15px; } } .resultTips { font-size: 24px; text-align: center; color: #f00; background: #c9c9c9; padding: 20px 100px; margin-bottom: 40px; } .resultOperation { display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; margin-top: auto; width: 100%; } }