index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. @import '../../../style/theme.wxss';
  2. .receipt {
  3. height: 100vh;
  4. background: #f5f5f5;
  5. position: relative;
  6. padding-top: 20rpx;
  7. --td-input-vertical-padding: 0;
  8. }
  9. .receipt-cell .t-cell__title {
  10. width: 144rpx;
  11. padding-right: 32rpx;
  12. flex: none !important;
  13. }
  14. .receipt .t-input__wrapper {
  15. margin: 0 !important;
  16. }
  17. .srcoll-view-wrap {
  18. margin-top: 20rpx;
  19. }
  20. .receipt .flex {
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .receipt .head-title {
  26. color: #333;
  27. font-size: 30rpx;
  28. font-weight: bold;
  29. }
  30. .receipt .btn-wrap {
  31. display: flex;
  32. }
  33. .receipt .btn-wrap .btn {
  34. width: 128rpx;
  35. background: #f5f5f5;
  36. font-size: 24rpx;
  37. color: #333;
  38. margin-right: 22rpx;
  39. text-align: center;
  40. border-radius: 8rpx;
  41. position: relative;
  42. border: 2rpx solid #f5f5f5;
  43. }
  44. .receipt .btn-wrap .active-btn {
  45. background-color: transparent;
  46. border-color: #fa4126;
  47. color: #fa4126;
  48. }
  49. .receipt .title {
  50. width: 100%;
  51. background-color: #fff;
  52. margin-bottom: 20rpx;
  53. }
  54. .receipt .receipt-label {
  55. display: flex;
  56. }
  57. .receipt .receipt-label .btn {
  58. width: 128rpx;
  59. background: #f5f5f5;
  60. font-size: 24rpx;
  61. color: #333;
  62. margin-left: 22rpx;
  63. text-align: center;
  64. border-radius: 8rpx;
  65. border: 2rpx solid #f5f5f5;
  66. }
  67. .receipt .receipt-label .active-btn {
  68. background-color: transparent;
  69. border-color: #fa4126;
  70. color: #fa4126;
  71. }
  72. .receipt .receipt-label .wr-cell__title {
  73. font-size: 30rpx;
  74. color: #333;
  75. font-weight: bold;
  76. }
  77. .receipt .receipt-content {
  78. background: #fff;
  79. margin-top: 20rpx;
  80. }
  81. .receipt .receipt-content .addressTags {
  82. padding: 0 30rpx;
  83. height: 100rpx;
  84. }
  85. .receipt .receipt-content .addressTags .btn-wrap {
  86. display: flex;
  87. }
  88. .receipt .receipt-content .line {
  89. width: 720rpx;
  90. margin-left: 30rpx;
  91. background-color: #e6e6e6;
  92. height: 1rpx;
  93. }
  94. .receipt .receipt-content .receipt-input {
  95. display: flex;
  96. padding: 0 30rpx;
  97. align-items: center;
  98. height: 100rpx;
  99. color: #666;
  100. }
  101. .receipt .receipt-content .receipt-input .title {
  102. color: #333;
  103. display: inline-block;
  104. width: 140rpx;
  105. margin-right: 30rpx;
  106. font-size: 30rpx;
  107. font-weight: bold;
  108. }
  109. .input-com {
  110. display: inline-block;
  111. flex: 1;
  112. font-size: 30rpx;
  113. font-weight: 400;
  114. line-height: 30rpx;
  115. padding: 0 !important;
  116. color: #666;
  117. }
  118. .input-com::after {
  119. border: none !important;
  120. }
  121. .receipt .receipt-content .receipt-input .wr-icon {
  122. font-size: 28rpx !important;
  123. margin-left: 20rpx;
  124. }
  125. .receipt .receipt-info {
  126. background: #fff;
  127. margin-top: 20rpx;
  128. }
  129. .receipt .receipt-info .info-con {
  130. padding: 0 30rpx;
  131. height: 100rpx;
  132. }
  133. .receipt .receipt-info .title {
  134. font-size: 24rpx;
  135. color: #999999;
  136. line-height: 36rpx;
  137. padding: 0 30rpx 20rpx;
  138. box-sizing: border-box;
  139. }
  140. .receipt .receipt-know {
  141. display: flex;
  142. align-items: center;
  143. font-size: 26rpx;
  144. font-weight: 400;
  145. color: #999999;
  146. padding: 20rpx 30rpx;
  147. line-height: 26rpx;
  148. }
  149. .receipt .receipt-know .icon {
  150. margin-left: 16rpx;
  151. font-size: 26rpx;
  152. }
  153. .receipt .dialog-receipt .dialog__message {
  154. padding: 0;
  155. }
  156. .receipt .dialog-receipt .dialog-info {
  157. max-height: 622rpx;
  158. }
  159. .receipt .dialog-receipt .info-wrap {
  160. padding: 0 18rpx;
  161. }
  162. .receipt .dialog-receipt .info .title {
  163. display: inline-block;
  164. font-size: 28rpx;
  165. font-weight: 400;
  166. color: #999;
  167. line-height: 40rpx;
  168. margin-bottom: 40rpx;
  169. text-align: left;
  170. }
  171. .receipt .receipt-btn {
  172. position: fixed;
  173. bottom: 0;
  174. left: 0;
  175. right: 0;
  176. z-index: 100;
  177. background: #fff;
  178. width: 100%;
  179. padding: 0 20rpx;
  180. box-sizing: border-box;
  181. padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
  182. }
  183. .receipt .receipt-btn .receipt-btn-con {
  184. margin-top: 20rpx;
  185. display: inline-block;
  186. width: 100%;
  187. line-height: 80rpx;
  188. background: #fa4126;
  189. text-align: center;
  190. color: #fff;
  191. border-radius: 48rpx;
  192. }
  193. .cell-left {
  194. margin-right: 0 !important;
  195. }
  196. .cell-right {
  197. display: flex;
  198. justify-content: flex-start;
  199. width: 480rpx;
  200. }
  201. .addressTagsIndex-cell {
  202. display: flex;
  203. align-items: center;
  204. justify-content: space-between;
  205. width: 100%;
  206. }
  207. .t-button {
  208. --td-button-default-color: #000;
  209. --td-button-primary-text-color: #fa4126;
  210. }