exportorder.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* pages/corporatebanktransfer/corporatebanktransfer.wxss */
  2. page {
  3. background-color: #F7F7F7;
  4. padding-bottom: 158rpx;
  5. }
  6. /* 身体 */
  7. .body {
  8. width: 93%;
  9. margin: 0 auto;
  10. }
  11. .group {
  12. margin-top: 40rpx;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: space-between;
  16. }
  17. .group-title p:first-child {
  18. color: #FF4C1A;
  19. font-size: 32rpx;
  20. }
  21. .group-title p:last-child {
  22. color: #656565;
  23. font-size: 32rpx;
  24. font-weight: 600;
  25. }
  26. .group input {
  27. height: 92rpx;
  28. width: 92%;
  29. color: #656565;
  30. font-size: 28rpx;
  31. border-radius: 20rpx;
  32. }
  33. .group-content {
  34. width: 100%;
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: center;
  38. align-items: center;
  39. border-radius: 20rpx;
  40. margin-top: 24rpx;
  41. }
  42. .group-content-row {
  43. width: 100%;
  44. height: 100rpx;
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. color: #656565;
  49. font-size: 32rpx;
  50. }
  51. .group-content-row>view:nth-child(1) {
  52. width: 332rpx;
  53. height: 100%;
  54. background-color: #FFFFFF;
  55. border-radius: 20rpx;
  56. display: flex;
  57. justify-content: center;
  58. align-items: center;
  59. }
  60. .group-content-row>view:nth-child(2) {
  61. color: #989898;
  62. font-size: 32rpx;
  63. }
  64. .group-content-row>view:nth-child(3) {
  65. width: 332rpx;
  66. height: 100%;
  67. background-color: #FFFFFF;
  68. border-radius: 20rpx;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .group-content-row-left {
  74. color: #656565;
  75. font-size: 32rpx;
  76. margin-left: 30rpx;
  77. }
  78. .group-content-row-right {
  79. margin-right: 24rpx;
  80. }
  81. .additional-text {
  82. color: #FF874E;
  83. font-size: 24rpx;
  84. margin-top: 30rpx;
  85. margin-left: 4rpx;
  86. }
  87. .jieshao-area {
  88. width: 93%;
  89. height: 170rpx;
  90. padding-top: 26rpx;
  91. }
  92. .leng {
  93. width: 93%;
  94. display: flex;
  95. flex-direction: row-reverse;
  96. color: #989898;
  97. font-size: 24rpx;
  98. margin-bottom: 18rpx;
  99. }
  100. /* 上传 */
  101. .upload {
  102. display: flex;
  103. flex-wrap: wrap;
  104. padding: 40rpx 0;
  105. }
  106. .upload-item {
  107. background-color: #989898;
  108. border-radius: 20rpx;
  109. position: relative;
  110. }
  111. .column3 {
  112. height: 216rpx;
  113. width: calc((100% - 4 * 16rpx) / 3);
  114. margin-bottom: 32rpx;
  115. }
  116. .column3:not(:nth-child(3n+1)) {
  117. margin-left: 32rpx;
  118. }
  119. .upload-box {
  120. display: flex;
  121. flex-direction: column;
  122. text-align: left;
  123. margin-left: 32rpx;
  124. }
  125. .upload-button {
  126. width: 146rpx;
  127. height: 140rpx;
  128. background-color: #FFFFFF;
  129. display: flex;
  130. justify-content: center;
  131. align-items: center;
  132. }
  133. .upload-box text {
  134. color: #656565;
  135. font-size: 28rpx;
  136. font-weight: 600;
  137. }
  138. .upload-text {
  139. width: 140rpx;
  140. text-align: center;
  141. margin-top: 10rpx;
  142. }
  143. /* 底部 */
  144. .foot {
  145. width: 100%;
  146. bottom: 0;
  147. height: 158rpx;
  148. background-color: #F7F7F7;
  149. position: fixed;
  150. display: flex;
  151. justify-content: center;
  152. }
  153. .foot>button {
  154. width: 622rpx;
  155. height: 74rpx;
  156. background-color: #FF874E;
  157. color: white;
  158. border-radius: 37rpx;
  159. display: flex;
  160. justify-content: center;
  161. align-items: center;
  162. margin-top: 22rpx;
  163. font-size: 28rpx;
  164. font-weight: 600;
  165. }