extension.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #ffffff;
  13. height: 100%;
  14. }
  15. .status_bar {
  16. height: 25px;
  17. width: 100%;
  18. }
  19. .content-money {
  20. position: relative;
  21. height: 480rpx;
  22. }
  23. .content-money .content-bg {
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. width: 750rpx;
  29. height: 480rpx;
  30. }
  31. .content-money .content-bg image {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .content-money .body-title {
  36. height: 80rpx;
  37. text-align: center;
  38. font-size: 35rpx;
  39. position: relative;
  40. }
  41. .content-money .body-title .header {
  42. position: absolute;
  43. left: 0;
  44. top: 0;
  45. width: 100%;
  46. font-size: 36rpx;
  47. font-family: PingFang SC;
  48. font-weight: bold;
  49. color: #fffeff;
  50. height: 80rpx;
  51. font-size: 36rpx;
  52. font-weight: 700;
  53. z-index: 9;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. }
  58. .content-money .body-title .goback-box {
  59. position: absolute;
  60. left: 18rpx;
  61. top: 0;
  62. height: 80rpx;
  63. display: flex;
  64. align-items: center;
  65. }
  66. .content-money .body-title .goback {
  67. z-index: 100;
  68. width: 34rpx;
  69. height: 34rpx;
  70. }
  71. .money-box {
  72. position: relative;
  73. z-index: 2;
  74. padding-top: 70rpx;
  75. color: #ffffff;
  76. text-align: center;
  77. }
  78. .money-box .money {
  79. font-size: 72rpx;
  80. font-family: PingFang SC;
  81. font-weight: bold;
  82. color: #ffffff;
  83. }
  84. .money-box .text {
  85. font-size: 30rpx;
  86. }
  87. .swiper-box .order-item {
  88. padding: 20rpx 30rpx;
  89. line-height: 1.5;
  90. }
  91. .swiper-box .order-item .title-box {
  92. width: 100%;
  93. }
  94. .swiper-box .order-item .title-box .title-avatar {
  95. width: 100rpx;
  96. height: 100rpx;
  97. margin-right: 25rpx;
  98. }
  99. .swiper-box .order-item .title-box .title-avatar image {
  100. width: 100%;
  101. height: 100%;
  102. border-radius: 100%;
  103. }
  104. .swiper-box .order-item .title-box .list_tpl {
  105. width: 85%;
  106. }
  107. .swiper-box .order-item .title-box .list_tpl .title {
  108. font-size: 32rpx;
  109. color: #606266;
  110. overflow: hidden;
  111. text-overflow: ellipsis;
  112. white-space: nowrap;
  113. justify-content: flex-start;
  114. }
  115. .swiper-box .order-item .title-box .list_tpl .title image {
  116. margin-left: 9rpx;
  117. width: 147rpx;
  118. height: 32rpx;
  119. }
  120. .swiper-box .order-item .title-box .list_tpl .time {
  121. margin-top: 15rpx;
  122. font-size: 22rpx;
  123. color: #909399;
  124. }
  125. .swiper-box .order-item .money {
  126. color: #db1935;
  127. font-size: 32rpx;
  128. }
  129. .list-scroll-content {
  130. height: 100%;
  131. }
  132. .content {
  133. height: 100%;
  134. }
  135. .content .empty-content {
  136. background-color: #ffffff;
  137. }
  138. .tg-wrapper {
  139. width: 100%;
  140. background-color: #f7f7f7;
  141. padding: 20rpx 0;
  142. }
  143. .tg-wrapper .tg-box {
  144. display: flex;
  145. justify-content: center;
  146. width: 690rpx;
  147. height: 143rpx;
  148. background-color: #fff;
  149. margin: 0 auto;
  150. align-items: center;
  151. }
  152. .tg-wrapper .tg-box .tg-item {
  153. width: 33%;
  154. display: flex;
  155. flex-direction: column;
  156. justify-content: center;
  157. align-items: center;
  158. }
  159. .tg-wrapper .tg-box .tg-item .tg-tit {
  160. font-size: 24rpx;
  161. font-family: PingFang SC;
  162. font-weight: bold;
  163. color: #333333;
  164. }
  165. .tg-wrapper .tg-box .tg-item .tg-val {
  166. padding-top: 15rpx;
  167. font-size: 34rpx;
  168. font-family: PingFang SC;
  169. font-weight: bold;
  170. color: #333333;
  171. }
  172. .tg-wrapper .tg-box .tg-jg {
  173. width: 1rpx;
  174. height: 51rpx;
  175. background: #dddddd;
  176. }