No Description

addWorkOrder.css 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .mui-input-row {
  2. border-bottom: 1px solid #c9c9c9;
  3. }
  4. .mui-card {
  5. margin: 0;
  6. }
  7. .mui-card-content {
  8. padding: 0 20px;
  9. }
  10. .mui-input-row {
  11. height: 75px;
  12. }
  13. #phone,
  14. #code {
  15. height: 50%;
  16. }
  17. label,
  18. input,
  19. textarea {
  20. float: none !important;
  21. }
  22. .mui-input-row input,
  23. textarea {
  24. padding: 0 15px !important;
  25. }
  26. .mui-input-row label,
  27. .reaction {
  28. display: block;
  29. font-weight: 600;
  30. padding: 13px 15px 8px;
  31. }
  32. .mui-radio {
  33. display: inline-block;
  34. }
  35. .line,
  36. .codeTX {
  37. display: inline-block;
  38. border-left: 1px solid #1ba3c9;
  39. padding-left: 10px;
  40. height: 25px;
  41. position: absolute;
  42. right: 10px;
  43. color: #1ba3c9;
  44. font-size: 16px;
  45. font-weight: 600;
  46. }
  47. .btns {
  48. width: 90%;
  49. margin: 20px auto;
  50. text-align: center;
  51. }
  52. .btn {
  53. /* width: 90%; */
  54. background-color: #1ba3c9;
  55. outline: none;
  56. border: none;
  57. padding: 5px 45px;
  58. /* display: block; */
  59. border-radius: 10px;
  60. font-size: 16px;
  61. color: #fff;
  62. }
  63. .titleW {
  64. padding: 5px 0px;
  65. margin-bottom: 5px;
  66. }
  67. .mui-icon-info-filled {
  68. color: rgb(253, 193, 30);
  69. }
  70. .warning {
  71. font-size: 15px;
  72. margin-bottom: 5px;
  73. font-weight: 600;
  74. }
  75. .mui-radio input[type=radio]:before {
  76. font-size: 20px;
  77. vertical-align: middle;
  78. }
  79. .mui-checkbox input[type=checkbox],
  80. .mui-radio input[type=radio] {
  81. top: 0 !important;
  82. }
  83. .mui-checkbox.mui-left label,
  84. .mui-radio.mui-left label {
  85. padding: 0 0 0 45px;
  86. vertical-align: middle;
  87. }
  88. .content {
  89. height: 125px;
  90. border-bottom: none;
  91. }
  92. .mui-input-row label~textarea {
  93. float: none;
  94. width: 100% !important;
  95. height: 70%;
  96. background-color: rgb(246, 246, 246);
  97. }
  98. .ztext {
  99. padding: 10px 15px !important;
  100. }
  101. .feedback {
  102. height: auto;
  103. border: none;
  104. }
  105. .space {
  106. background-color: rgb(246, 246, 246);
  107. }
  108. .btnLeft {
  109. background-color: rgb(254, 150, 3);
  110. margin-right: 40px;
  111. }
  112. .btnRight {
  113. background-color: #1ba3c9;
  114. }
  115. .result {
  116. position: absolute;
  117. right: -4px;
  118. top: 30px;
  119. display: inline-block;
  120. width: 85px;
  121. padding: 5px 0;
  122. color: #fff;
  123. text-align: center;
  124. border-radius: 20px 0 0 20px;
  125. background-color: rgb(17, 211, 169);
  126. }
  127. i {
  128. color: #FF0000;
  129. }
  130. .feedback .image-item {
  131. border: none;
  132. margin-left: 5px;
  133. float: left;
  134. }
  135. .feedback label {
  136. width: 125%;
  137. }
  138. .feedback span {
  139. font-weight: 100;
  140. }
  141. .filesHandle {
  142. background-color: antiquewhite;
  143. display: inline-block;
  144. padding: 2px 10px;
  145. margin-right: 5px;
  146. margin-bottom: 5px;
  147. }
  148. .del_file {
  149. margin-left: 5px;
  150. font-weight: 600;
  151. }