index.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .nocheckBox {
  2. height: 100vh;
  3. background-color: #f0f3fa;
  4. .container {
  5. height: $detail-content-height;
  6. overflow-y: scroll;
  7. >view {
  8. background-color: #fff;
  9. padding: 10px;
  10. &.checkResultBox {
  11. >.titleBox {
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. >button {
  16. border: 0px;
  17. background-color: #00a2e8;
  18. color: #fff;
  19. font-size: 12px;
  20. padding: 0px 10px;
  21. margin: 0px;
  22. }
  23. }
  24. >.content {
  25. margin-top: 10px;
  26. >.formGroup {
  27. padding: 8px 5px;
  28. font-size: 14px;
  29. &:not(.noBetween) {
  30. justify-content: space-between;
  31. }
  32. &:last-child {
  33. border-bottom: 0px;
  34. }
  35. >.label {
  36. width: 80px;
  37. display: block;
  38. margin-bottom: 10px;
  39. }
  40. >.formInput {
  41. flex: 1;
  42. textarea {
  43. width: calc(100% - 20px);
  44. height: 89px;
  45. background: #FFFFFF;
  46. border-radius: 4px 4px 4px 4px;
  47. opacity: 1;
  48. border: 1px solid #E8EBF0;
  49. padding: 10px;
  50. }
  51. }
  52. >.formFile {
  53. border-radius: 4px;
  54. text-align: center;
  55. position: relative;
  56. .icon_camera {
  57. display: block;
  58. position: absolute;
  59. left: 0px;
  60. right: 0px;
  61. top: 0px;
  62. bottom: 0px;
  63. width: 100%;
  64. height: 100%;
  65. background-color: #EFF1F3;
  66. margin: auto;
  67. border-radius: 5px;
  68. >image {
  69. position: absolute;
  70. left: 0px;
  71. right: 0px;
  72. top: 0px;
  73. bottom: 0px;
  74. margin: auto;
  75. width: 24px;
  76. height: 24px;
  77. }
  78. }
  79. }
  80. }
  81. }
  82. >.btn {
  83. margin: 10px 15px;
  84. height: 36px;
  85. background: #3991FE;
  86. box-shadow: 0px 3px 8px 0px rgba(76, 126, 218, 0.42);
  87. border-radius: 36px 36px 36px 36px;
  88. color: #fff;
  89. line-height: 36px;
  90. }
  91. }
  92. >.title {
  93. font-size: 18px;
  94. color: #2C3649;
  95. font-weight: 600;
  96. margin-bottom: 10px;
  97. padding: 0px 5px;
  98. }
  99. &.warningBox {
  100. }
  101. }
  102. }
  103. }
  104. .cooapseHeader {
  105. width: 100%;
  106. background-color: #fff;
  107. }
  108. .uni-collapse-item__title {
  109. display: flex !important;
  110. align-items: center !important;
  111. justify-content: space-between !important;
  112. height: 40px !important;
  113. border: 1px solid #E8EBF0;
  114. padding-left: 10px;
  115. margin-bottom: 0;
  116. }
  117. .collapse-content {
  118. width: 100%;
  119. border: 1px solid #E8EBF0;
  120. padding: 10px;
  121. box-sizing: border-box;
  122. .li {
  123. width: 100%;
  124. height: 28px;
  125. display: flex;
  126. align-items: center;
  127. view {
  128. border: 1px solid #E8EBF0;
  129. box-sizing: border-box;
  130. }
  131. .x1 {
  132. width: 100px;
  133. height: 100%;
  134. background-color: #F9F9F9;
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. margin-right: 0 !important;
  139. }
  140. .x2 {
  141. width: calc(100% - 100px);
  142. height: 100%;
  143. background-color: #fff;
  144. display: flex;
  145. align-items: center;
  146. padding-left: 10px;
  147. }
  148. }
  149. .xcms {
  150. height: 50px;
  151. }
  152. .xczp {
  153. height: 60px;
  154. .x2{
  155. display: flex;
  156. align-items: center;
  157. image{
  158. max-width: 50px;
  159. max-height: 50px;
  160. margin: 0 4px;
  161. }
  162. }
  163. }
  164. }