publicContent.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. .tips {
  61. font-size: 20px;
  62. text-align: left;
  63. color: #f00;
  64. }
  65. .operation {
  66. display: flex;
  67. flex-flow: row nowrap;
  68. }
  69. .at-image-picker__remove-btn {
  70. display: block !important;
  71. }
  72. }
  73. .result{
  74. display: flex;
  75. flex-flow: column nowrap;
  76. align-items: center;
  77. padding-top: 83px;
  78. height: 506px;
  79. .resultIcon{
  80. padding-bottom: 20px;
  81. }
  82. .resultTitle{
  83. padding: 0 30px 30px 30px;
  84. text-align: center;
  85. .resultError{
  86. font-size: 20px;
  87. color: #969696;
  88. padding-top: 15px;
  89. }
  90. }
  91. .resultOperation{
  92. display: flex;
  93. flex-flow: row nowrap;
  94. align-items: center;
  95. justify-content: space-between;
  96. margin-top: auto;
  97. width: 100%;
  98. }
  99. }