balance-detail.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. .bg { position: absolute; top: 0; left: 0; width: 100%; height: 324rpx; z-index: 0; }
  2. .info-img { width: 36rpx; height: 36rpx; margin-right: 20rpx; }
  3. .info-2 { margin: 30rpx 0; font-size: 30pt; line-height: 1; }
  4. .info-btn { width: 168rpx; height: 56rpx; font-size: 13pt; border-radius: 28rpx; border: 1rpx solid #fff; }
  5. .ad { width: 100%; height: 180rpx; margin-bottom: 20rpx; }
  6. .ad wx-image { width: 100%; height: 100%; }
  7. .record { background-color: #fff; width: 100%; }
  8. .record-time { width: 100%; height: 80rpx; color: #353535; }
  9. .record-img { width: 12rpx; height: 20rpx; }
  10. .record-list { width: 100%; background-color: #fff; }
  11. .record-one { width: 100%; height: 140rpx; border-top: 1rpx solid #e2e2e2; padding: 0 24rpx; }
  12. .record-1 { color: #353535; margin-top: 30rpx; margin-bottom: 15rpx; }
  13. .record-2 { color: #666; font-size: 9pt; }
  14. .record-3 { font-size: 13pt; color: #ff4544; }
  15. .record-4 { font-size: 13pt; color: #3fc24c; }
  16. .modal-h { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; }
  17. .body-h { padding: 50rpx; background-color: #fff; width: 600rpx; border-radius: 10rpx; }
  18. .btn-h { margin-top: 64rpx; width: 100%; height: 80rpx; background-color: #ff4544; border-radius: 10rpx; color: #fff; }
  19. .hm-balance-card {
  20. display: flex;
  21. align-items: center;
  22. flex-direction: row;
  23. justify-content: center;
  24. width: 750rpx;
  25. height: 400rpx;
  26. }
  27. .box {
  28. display: flex;
  29. position: relative;
  30. align-items: flex-start;
  31. flex-direction: column;
  32. width: 719.91rpx;
  33. height: 380rpx;
  34. border-radius: 10rpx;
  35. }
  36. .layer {
  37. position: absolute;
  38. top: 0;
  39. align-self: center;
  40. width: 719.91rpx;
  41. height: 350rpx;
  42. overflow: hidden;
  43. border-radius: 10rpx;
  44. }
  45. .hd {
  46. display: flex;
  47. position: relative;
  48. align-items: flex-end;
  49. flex-direction: row;
  50. justify-content: space-between;
  51. margin-top: 32.23rpx;
  52. margin-left: 53.72rpx;
  53. width: 633.95rpx;
  54. height: 51.58rpx;
  55. }
  56. .info {
  57. max-width: 569.48rpx;
  58. height: 35rpx;
  59. overflow: hidden;
  60. text-overflow: ellipsis;
  61. line-height: 35rpx;
  62. white-space: nowrap;
  63. color: rgba(19, 19, 21, 0.5);
  64. font-size: 29rpx;
  65. font-weight: 400;
  66. }
  67. .wrap {
  68. display: flex;
  69. position: relative;
  70. align-items: center;
  71. flex-direction: row;
  72. justify-content: center;
  73. background-color: rgba(28, 143, 248, 0);
  74. width: 51.58rpx;
  75. height: 51.58rpx;
  76. }
  77. .empty {
  78. position: absolute;
  79. top: 20.42rpx;
  80. left: 19.34rpx;
  81. border-width: 2px;
  82. border-style: solid;
  83. border-radius: 9.67rpx;
  84. border-color: rgba(255, 255, 255, 1);
  85. width: 12.89rpx;
  86. height: 12.89rpx;
  87. }
  88. .zhanghaoguanli {
  89. position: relative;
  90. width: 37.61rpx;
  91. height: 37.61rpx;
  92. }
  93. .bd {
  94. position: relative;
  95. opacity: 1;
  96. margin-top: 4.3rpx;
  97. margin-left: 53.72rpx;
  98. max-width: 653.3rpx;
  99. height: 75.21rpx;
  100. overflow: hidden;
  101. text-overflow: ellipsis;
  102. line-height: 75.21rpx;
  103. white-space: nowrap;
  104. color: #ffffff;
  105. font-family: MicrosoftYaHei, Microsoft YaHei;
  106. font-size: 69.84rpx;
  107. font-weight: normal;
  108. }
  109. .main {
  110. position: relative;
  111. opacity: 1;
  112. /* margin-top: 133.24rpx; */
  113. margin-left: 53.72rpx;
  114. max-width: 653.3rpx;
  115. height: 36.53rpx;
  116. overflow: hidden;
  117. text-overflow: ellipsis;
  118. line-height: 36.53rpx;
  119. white-space: pre;
  120. color: #ffffff;
  121. font-family: MicrosoftYaHei, Microsoft YaHei;
  122. font-size: 32.23rpx;
  123. font-weight: normal;
  124. }
  125. .ft {
  126. display: flex;
  127. position: relative;
  128. align-items: flex-start;
  129. flex-direction: row;
  130. margin-top: 35.46rpx;
  131. margin-left: 53.72rpx;
  132. height: 66.62rpx;
  133. }
  134. .block {
  135. display: flex;
  136. align-items: flex-start;
  137. flex-direction: column;
  138. margin-right: 83.81rpx;
  139. height: 66.62rpx;
  140. }
  141. .date {
  142. position: relative;
  143. /* max-width: 68.77rpx; */
  144. height: 25.79rpx;
  145. overflow: hidden;
  146. text-overflow: ellipsis;
  147. line-height: 25.79rpx;
  148. white-space: nowrap;
  149. color: rgba(19, 19, 21, 0.6);
  150. font-family: MicrosoftYaHei, Microsoft YaHei;
  151. font-size: 21.49rpx;
  152. font-weight: normal;
  153. }
  154. .word {
  155. position: relative;
  156. opacity: 1;
  157. margin-top: 4.3rpx;
  158. line-height: 36.53rpx;
  159. white-space: nowrap;
  160. color: #ffffff;
  161. font-family: MicrosoftYaHei, Microsoft YaHei;
  162. font-size: 26.23rpx;
  163. font-weight: normal;
  164. }
  165. .group {
  166. display: flex;
  167. align-items: flex-start;
  168. flex-direction: column;
  169. margin-right: 340.62rpx;
  170. height: 66.62rpx;
  171. }
  172. .cvv {
  173. position: relative;
  174. line-height: 25.79rpx;
  175. white-space: nowrap;
  176. color: rgba(19, 19, 21, 0.6);
  177. font-family: MicrosoftYaHei, Microsoft YaHei;
  178. font-size: 21.49rpx;
  179. font-weight: normal;
  180. }
  181. .num {
  182. position: relative;
  183. opacity: 1;
  184. margin-top: 4.3rpx;
  185. line-height: 36.53rpx;
  186. white-space: nowrap;
  187. color: #ffffff;
  188. font-family: MicrosoftYaHei, Microsoft YaHei;
  189. font-size: 26.23rpx;
  190. font-weight: normal;
  191. }
  192. .largeIcon {
  193. margin-top: 18.27rpx;
  194. width: 73.07rpx;
  195. height: 42.98rpx;
  196. }