OfflinePayment.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. page {
  2. background: #f6f6f6;
  3. }
  4. .container {
  5. padding-top: 10rpx;
  6. }
  7. .consignee-info {
  8. width: 100%;
  9. }
  10. .payInfo {
  11. height: auto;
  12. width: 100%;
  13. margin-top: 25rpx;
  14. background: #fff;
  15. }
  16. .pay {
  17. bottom: 0;
  18. width: 90%;
  19. background: #fb752c;
  20. margin-top: 100rpx;
  21. }
  22. .pay text {
  23. color: #fff;
  24. line-height: 100rpx;
  25. text-align: center;
  26. font-size: 40rpx;
  27. display: block;
  28. }
  29. .payInfo_title {
  30. height: 100%;
  31. width: 22%;
  32. display: block;
  33. float: left;
  34. font-size:28rpx;
  35. color:#333;
  36. line-height: 50rpx;
  37. text-indent:15rpx;
  38. text-align: justify;
  39. font-weight: 400;
  40. }
  41. /* .payInfo_title::after {
  42. width: 100%;
  43. display: inline-block;
  44. content: ''
  45. } */
  46. .consignee-info-hint text {
  47. font-size: 24rpx;
  48. color: #999;
  49. padding: 10rpx 20rpx;
  50. width: 100%;
  51. display: block;
  52. }
  53. .cl {
  54. clear: both;
  55. }
  56. .payInfo_content {
  57. font-size: 24rpx;
  58. height: 100%;
  59. width: 75%;
  60. display: block;
  61. float: left;
  62. align-content: left;
  63. color:#999;
  64. font-weight: 400;
  65. }
  66. .consignee-site {
  67. background: #fff;
  68. padding: 20rpx;
  69. border-bottom: 1px splid #999;
  70. margin-bottom: 20rpx;
  71. }
  72. .consignee-user text {
  73. font-size: 32rpx;
  74. font-weight: 600;
  75. margin-bottom: 20rpx;
  76. }
  77. .consignee-user-address text {
  78. font-size: 28rpx;
  79. color: #333;
  80. width: 90%;
  81. display: block;
  82. }
  83. .warning {
  84. background: #fff;
  85. padding: 20rpx;
  86. width: 100%;
  87. box-sizing: border-box;
  88. }
  89. .warning-title {
  90. font-size: 32rpx;
  91. font-weight: 600;
  92. }
  93. .deposit-info {
  94. background: #fff;
  95. width: 100%;
  96. box-sizing: border-box;
  97. }
  98. .deposit-sum {
  99. font-size: 32rpx;
  100. font-weight: 600;
  101. margin-bottom: 20rpx;
  102. border-bottom:1rpx solid #dfdfdf;
  103. padding:10rpx 0;
  104. box-sizing: border-box;
  105. }
  106. .deposit-protocol {
  107. padding: 15rpx;
  108. margin-top: 25rpx;
  109. background: #fff;
  110. }
  111. .deposit-protocol text {
  112. display: block;
  113. font-size: 24rpx;
  114. color: #999;
  115. }
  116. .protocol {
  117. padding: 20rpx;
  118. width: 100%;
  119. box-sizing: border-box;
  120. }
  121. checkbox-group {
  122. float: left;
  123. width: 48rpx;
  124. height: 48rpx;
  125. }
  126. .protocol .checkbox checkbox {
  127. transform: scale(0.7);
  128. height: 48rpx;
  129. }
  130. .protocol-text::after {
  131. content: '';
  132. display: block;
  133. clear: both;
  134. }
  135. .protocol-text {
  136. float: left;
  137. line-height: 56rpx;
  138. margin-left: 5rpx;
  139. }
  140. .protocol-text text,
  141. .protocol-text navigator {
  142. display: block;
  143. float: left;
  144. color: #333;
  145. font-size: 24rpx;
  146. }
  147. .protocol-text navigator {
  148. color: #00adfe;
  149. }
  150. .offine_Tips_title {
  151. font-size: 25rpx;
  152. line-height: 50rpx;
  153. }
  154. .offine_Tips_p {
  155. line-height: 40rpx;
  156. padding: 5rpx 0;
  157. font-size: 24rpx;
  158. }
  159. .section {
  160. width: 100%;
  161. margin: 0 auto;
  162. background: #fff;
  163. padding: 20rpx;
  164. box-sizing: border-box;
  165. font-size: 30rpx;
  166. border-bottom: 1px solid #ececec;
  167. line-height: 50rpx;
  168. }
  169. .section view,
  170. .section input,
  171. .section textarea {
  172. float: left;
  173. }
  174. .place-holder {
  175. font-size: 28rpx;
  176. color: #ccc;
  177. letter-spacing: 1rpx;
  178. }
  179. .section input {
  180. width: 70%;
  181. font-size: 28rpx;
  182. letter-spacing: 1rpx;
  183. }
  184. .section text {
  185. float: right;
  186. }
  187. .section::after {
  188. clear: both;
  189. content: "";
  190. display: block;
  191. }
  192. .section_left {
  193. width: 165rpx;
  194. color: #333;
  195. text-align: justify
  196. }
  197. .img-list {
  198. width: 700rpx;
  199. margin: 0 auto;
  200. }
  201. .img-list .list {
  202. width: 700rpx;
  203. }
  204. .img-list .list .li {
  205. width: 84rpx;
  206. margin: 10rpx 0 0 10rpx;
  207. height: 84rpx;
  208. float: left;
  209. position: relative;
  210. top: 10rpx;
  211. left: 10rpx;
  212. }
  213. .img-list .list .li .file {
  214. display: block;
  215. width: 84rpx;
  216. height: 84rpx;
  217. position: relative;
  218. }
  219. .img-list .list .li .close {
  220. position: absolute;
  221. top: 7rpx;
  222. right: 0;
  223. width: 30rpx;
  224. height: 30rpx;
  225. }
  226. /* .section_left::after {
  227. width: 100%;
  228. display: inline-block;
  229. content: ''
  230. } */