extension.wxss 3.2 KB

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