publicContent.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .publicContent {
  2. padding: 20px;
  3. .formItem {
  4. display: flex;
  5. align-items: center;
  6. font-size: 30px;
  7. padding-bottom: 25px;
  8. .formName {
  9. white-space: nowrap;
  10. .formNameTips {
  11. color: #ff0000;
  12. font-size: 20px;
  13. padding-left: 10px;
  14. }
  15. .tips {
  16. color: #ff0000;
  17. font-size: 20px;
  18. padding-bottom: 20px;
  19. }
  20. }
  21. .formValue {
  22. text-align: right;
  23. flex: 1;
  24. display: flex;
  25. flex-flow: row nowrap;
  26. align-items: center;
  27. justify-content: flex-end;
  28. .formValueText {
  29. display: block;
  30. width: 452px;
  31. text-overflow: ellipsis;
  32. overflow: hidden;
  33. white-space: nowrap;
  34. }
  35. }
  36. .formValues {
  37. display: flex;
  38. flex-direction: row;
  39. flex-wrap: wrap;
  40. .fitems {
  41. margin-left: 20px;
  42. margin-bottom: 20px;
  43. display: flex;
  44. flex-direction: row;
  45. position: relative;
  46. padding-right: 40px;
  47. .fclose {
  48. position: absolute;
  49. right: 0;
  50. top: -20px;
  51. }
  52. }
  53. .addbuttom {
  54. font-size: 22px;
  55. padding: 0 10px;
  56. margin-left: 20px;
  57. }
  58. }
  59. }
  60. .othersTips {
  61. font-size: 28px;
  62. text-align: center;
  63. color: #f00;
  64. background: #c9c9c9;
  65. padding: 20px 50px;
  66. }
  67. .tips {
  68. font-size: 20px;
  69. text-align: left;
  70. color: #f00;
  71. }
  72. .operation {
  73. display: flex;
  74. flex-flow: row nowrap;
  75. }
  76. .at-image-picker__remove-btn {
  77. display: block !important;
  78. }
  79. }
  80. .result {
  81. display: flex;
  82. flex-flow: column nowrap;
  83. align-items: center;
  84. padding-top: 83px;
  85. height: 506px;
  86. .resultIcon {
  87. padding-bottom: 20px;
  88. }
  89. .resultTitle {
  90. padding: 0 30px 30px 30px;
  91. text-align: center;
  92. .resultError {
  93. font-size: 20px;
  94. color: #969696;
  95. padding-top: 15px;
  96. }
  97. }
  98. .resultTips {
  99. font-size: 24px;
  100. text-align: center;
  101. color: #f00;
  102. background: #c9c9c9;
  103. padding: 20px 100px;
  104. margin-bottom: 40px;
  105. }
  106. .resultOperation {
  107. display: flex;
  108. flex-flow: row nowrap;
  109. align-items: center;
  110. justify-content: space-between;
  111. margin-top: auto;
  112. width: 100%;
  113. }
  114. }