123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .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%;
- }
- }
|