release-record.acss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. page {
  2. background: #F6F7F8;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .rele-top {
  7. padding-top: 32rpx;
  8. background: #F6F7F8;
  9. }
  10. .rele-topbox {
  11. width: 686rpx;
  12. height: 296rpx;
  13. background-image: url(/pages/image/kong.png);
  14. background-size: 100% 100%;
  15. margin: 0 auto;
  16. /* margin-top: 16rpx; */
  17. /* background: red; */
  18. }
  19. .rele-meay {
  20. height: 78rpx;
  21. font-size: 64rpx;
  22. font-weight: 500;
  23. color: #FFFFFF;
  24. padding-top: 72rpx;
  25. padding-left: 32rpx;
  26. }
  27. .rele-meay2 {
  28. margin-top: 24rpx;
  29. display: flex;
  30. justify-content: space-between;
  31. padding: 0 40rpx;
  32. }
  33. .flex view:nth-child(1) {
  34. height: 44rpx;
  35. font-size: 32rpx;
  36. font-family: PingFangSC-Medium, PingFang SC;
  37. font-weight: 500;
  38. color: #FFFFFF;
  39. line-height: 44rpx;
  40. margin-right: 8rpx;
  41. }
  42. .flex{
  43. display: flex
  44. }
  45. .flex view:nth-child(2) {
  46. background-image: url(/pages/image/jbicon.png);
  47. background-size: 100% 100%;
  48. width: 40rpx;
  49. height: 46rpx;
  50. /* margin-right: 126rpx; */
  51. }
  52. .wenzis{
  53. height: 44rpx;
  54. font-size: 32rpx;
  55. font-family: PingFangSC-Medium, PingFang SC;
  56. font-weight: 500;
  57. color: #FFFFFF;
  58. line-height: 44rpx;
  59. }
  60. .rele-account {
  61. width: 112rpx;
  62. height: 40rpx;
  63. font-size: 28rpx;
  64. font-family: PingFangSC-Regular, PingFang SC;
  65. font-weight: 400;
  66. color: #010402;
  67. line-height: 40rpx;
  68. margin: 42rpx auto 49rpx;
  69. }
  70. .rele-grantlist {
  71. height: 340rpx;
  72. width: 700rpx;
  73. border-left: 1px solid #D9DBDC;
  74. margin-left: 44rpx;
  75. position: relative;
  76. }
  77. .rele-ballbox {
  78. width: 24rpx;
  79. height: 23rpx;
  80. background: #D9DBDC;
  81. border-radius: 50%;
  82. position: absolute;
  83. top: -23rpx;
  84. left: -12rpx;
  85. }
  86. .rele-databox {
  87. height: 44rpx;
  88. font-size: 32rpx;
  89. font-family: PingFangSC-Medium, PingFang SC;
  90. font-weight: 500;
  91. color: #5E5F60;
  92. line-height: 44rpx;
  93. position: absolute;
  94. top: -33rpx;
  95. left: 28rpx;
  96. }
  97. .rele-countbox {
  98. width: 644rpx;
  99. height: 240rpx;
  100. background: #FFFFFF;
  101. box-shadow: 8rpx 8rpx 8rpx 0rpx rgba(220, 223, 226, 0.25);
  102. border-radius: 16rpx;
  103. position: absolute;
  104. left: 28rpx;
  105. top: 34rpx;
  106. }
  107. .rele-countbox view:nth-child(1) {
  108. padding-top: 26rpx;
  109. padding-left: 32rpx;
  110. height: 44rpx;
  111. font-size: 32rpx;
  112. font-family: PingFangSC-Regular, PingFang SC;
  113. font-weight: 400;
  114. color: #1F2020;
  115. line-height: 44rpx;
  116. margin-bottom: 50rpx;
  117. }
  118. .rele-countbox view:nth-child(2) {
  119. width: 112rpx;
  120. height: 40rpx;
  121. font-size: 28rpx;
  122. font-family: PingFangSC-Regular, PingFang SC;
  123. font-weight: 400;
  124. color: #B1B2B3;
  125. display: inline-block;
  126. margin-left: 32rpx;
  127. }
  128. .rele-countbox image:nth-child(3) {
  129. display: inline-block;
  130. width: 40rpx;
  131. height: 40rpx;
  132. position: relative;
  133. top: 6rpx;
  134. }
  135. .rele-countbox view:nth-child(4) {
  136. display: inline-block;
  137. margin-left: 168rpx;
  138. width: 112rpx;
  139. height: 40rpx;
  140. font-size: 28rpx;
  141. font-family: PingFangSC-Regular, PingFang SC;
  142. font-weight: 400;
  143. color: #B1B2B3;
  144. line-height: 40rpx;
  145. margin-right: 4rpx;
  146. }
  147. .rele-countbox image:nth-child(5) {
  148. display: inline-block;
  149. width: 40rpx;
  150. height: 40rpx;
  151. position: relative;
  152. top: 6rpx;
  153. z-index: 10;
  154. }
  155. .rele-countbox view:nth-child(6) {
  156. height: 44rpx;
  157. font-size: 32rpx;
  158. font-family: PingFangSC-Medium, PingFang SC;
  159. font-weight: 500;
  160. color: #FBAC5C;
  161. line-height: 44rpx;
  162. margin-left: 34rpx;
  163. margin-top: 12rpx;
  164. }
  165. .rele-countbox view:nth-child(7) {
  166. height: 44rpx;
  167. font-size: 32rpx;
  168. font-family: PingFangSC-Medium, PingFang SC;
  169. font-weight: 500;
  170. color: #FBAC5C;
  171. line-height: 44rpx;
  172. position: absolute;
  173. left: 358rpx;
  174. top: 172rpx;
  175. }
  176. .rele-countbox view:nth-child(8) {
  177. width: 186rpx;
  178. height: 200rpx;
  179. background-image: url(/pages/image/jsicon.png);
  180. background-size: 100% 100%;
  181. position: absolute;
  182. top: 0;
  183. right: 0;
  184. /* right: 0; */
  185. }
  186. .rele-dbicon {
  187. width: 86.47rpx;
  188. height: 47.3rpx;
  189. position: fixed;
  190. bottom: 0;
  191. right: 0;
  192. margin: 0;
  193. }
  194. .contens{
  195. color: #AEAFB0;
  196. font-size: 28rpx;
  197. width: 100%;
  198. margin: 20rpx auto;
  199. text-align: center;
  200. display: block;
  201. }
  202. .bill-image{
  203. display: block;
  204. margin: 0rpx auto;
  205. background-size: 80% 80% !important;
  206. background-position: 30px;
  207. }