transferComposite.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .materialTransfer.data-v-48fd86f8 {
  2. background-color: #f2f2f2;
  3. min-height: 100vh;
  4. }
  5. .materialTransfer .user-select.data-v-48fd86f8 {
  6. display: flex;
  7. justify-content: space-between;
  8. height: 80rpx;
  9. line-height: 80rpx;
  10. padding: 0 20rpx;
  11. }
  12. .tabs.data-v-48fd86f8 {
  13. background-color: #fff;
  14. display: flex;
  15. }
  16. .tabs .tab-box.data-v-48fd86f8 {
  17. width: 49%;
  18. text-align: center;
  19. height: 80rpx;
  20. line-height: 80rpx;
  21. position: relative;
  22. color: #000;
  23. }
  24. .tabs .tab-box .blue-line.data-v-48fd86f8 {
  25. position: absolute;
  26. bottom: 0;
  27. left: 50%;
  28. height: 4rpx;
  29. width: 100rpx;
  30. margin-left: -50rpx;
  31. background-color: blue;
  32. }
  33. .tabs .tab-box .op0.data-v-48fd86f8 {
  34. opacity: 0;
  35. }
  36. .footer-btn-warp.data-v-48fd86f8 {
  37. display: flex;
  38. padding: 20rpx;
  39. }
  40. .footer-btn-warp button.data-v-48fd86f8 {
  41. width: 48%;
  42. color: #fff;
  43. }
  44. .search-box.data-v-48fd86f8 {
  45. background-color: #fff;
  46. text-align: center;
  47. }
  48. .search-box .input-warp.data-v-48fd86f8 {
  49. padding: 40rpx;
  50. }
  51. .search-box .search-input.data-v-48fd86f8 {
  52. border: 1rpx solid #dcdcdc;
  53. padding: 20rpx;
  54. }
  55. .search-box ._ul ._li.data-v-48fd86f8 {
  56. padding: 25rpx 30rpx;
  57. border-bottom: 1rpx solid #dcdcdc;
  58. list-style: none;
  59. }
  60. .search-box .no-data.data-v-48fd86f8 {
  61. padding: 100rpx;
  62. }
  63. .addModal-content.data-v-48fd86f8 {
  64. background-color: #fff;
  65. border-top-left-radius: 20rpx;
  66. border-top-right-radius: 20rpx;
  67. padding-top: 40rpx;
  68. }
  69. .addModal-content .footer-btn-warp.data-v-48fd86f8 {
  70. display: flex;
  71. padding: 20rpx;
  72. }
  73. .addModal-content .footer-btn-warp button.data-v-48fd86f8 {
  74. width: 48%;
  75. color: #fff;
  76. }
  77. .addModal-content .ul .li.data-v-48fd86f8 {
  78. display: flex;
  79. justify-content: space-between;
  80. height: 80rpx;
  81. line-height: 80rpx;
  82. margin-top: 20rpx;
  83. }
  84. .addModal-content .ul .li .input.data-v-48fd86f8 {
  85. width: 70%;
  86. }
  87. .addModal-content .ul .li .input input.data-v-48fd86f8 {
  88. border: 1rpx solid #dcdcdc;
  89. height: 78rpx;
  90. line-height: 78rpx;
  91. padding: 0 20rpx;
  92. }
  93. .addModal-content .ul .delete-icon.data-v-48fd86f8 {
  94. height: 80rpx;
  95. width: 80rpx;
  96. text-align: center;
  97. line-height: 80rpx;
  98. font-size: 40rpx;
  99. color: #fff;
  100. background-color: #ccc;
  101. }
  102. .addModal-content .select-warp.data-v-48fd86f8 {
  103. height: 80rpx;
  104. line-height: 80rpx;
  105. padding: 0 20rpx;
  106. box-sizing: border-box;
  107. display: flex;
  108. justify-content: space-between;
  109. }
  110. .addModal-content .select-warp .show-text.data-v-48fd86f8 {
  111. width: 60%;
  112. border: 1rpx solid #dcdcdc;
  113. padding: 0 20rpx;
  114. overflow: hidden;
  115. height: 80rpx;
  116. }
  117. .addModal-content .select-warp .add-icon.data-v-48fd86f8 {
  118. height: 80rpx;
  119. width: 80rpx;
  120. text-align: center;
  121. line-height: 80rpx;
  122. font-size: 40rpx;
  123. color: #fff;
  124. background-color: #ccc;
  125. }
  126. .ul .li.data-v-48fd86f8 {
  127. background-color: #fff;
  128. border-radius: 5rpx;
  129. margin: 20rpx 20rpx 0;
  130. }
  131. .ul .li .label.data-v-48fd86f8 {
  132. height: 100rpx;
  133. line-height: 100rpx;
  134. font-weight: 30rpx;
  135. border-bottom: 1rpx solid #ccc;
  136. padding: 0 20rpx;
  137. overflow: hidden;
  138. }
  139. .ul .li .lists.data-v-48fd86f8 {
  140. border-bottom: 1rpx solid #ccc;
  141. }
  142. .ul .li .lists .list-box.data-v-48fd86f8 {
  143. height: 100rpx;
  144. line-height: 100rpx;
  145. display: flex;
  146. justify-content: space-between;
  147. padding: 0 20rpx;
  148. }
  149. .ul .li .list-btn-warp.data-v-48fd86f8 {
  150. display: flex;
  151. padding: 20rpx;
  152. }
  153. .ul .li .list-btn-warp button.data-v-48fd86f8 {
  154. width: 98%;
  155. }
  156. .add-header.data-v-48fd86f8 {
  157. height: 100rpx;
  158. line-height: 100rpx;
  159. font-size: 30rpx;
  160. font-weight: bold;
  161. overflow: hidden;
  162. padding: 20rpx;
  163. }
  164. .add-header button.data-v-48fd86f8 {
  165. width: 200rpx;
  166. color: #fff;
  167. background-color: red;
  168. float: right;
  169. margin: 14rpx 0;
  170. }