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. .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: #921a23;
  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 #921a23;
  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. height: 380rpx;
  57. color: #ffffff;
  58. text-align: center;
  59. font-size: 35rpx;
  60. position: relative;
  61. }
  62. .money-box .header {
  63. position: absolute;
  64. left: 0;
  65. top: 0;
  66. width: 100%;
  67. height: 80rpx;
  68. font-size: 36rpx;
  69. font-weight: bold;
  70. z-index: 99;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. }
  75. .money-box .goback-box {
  76. position: absolute;
  77. left: 29rpx;
  78. top: 0;
  79. height: 80rpx;
  80. display: flex;
  81. align-items: center;
  82. }
  83. .money-box .goback {
  84. z-index: 100;
  85. width: 34rpx;
  86. height: 34rpx;
  87. }
  88. .money-box .tuiguang_bg {
  89. width: 100%;
  90. height: 400rpx;
  91. position: relative;
  92. }
  93. .money-box .money_img {
  94. width: 100%;
  95. height: 120rpx;
  96. text-align: center;
  97. padding-top: 50rpx;
  98. padding-bottom: 135rpx;
  99. }
  100. .money-box .money_img image {
  101. width: 120rpx;
  102. height: 120rpx;
  103. border: 4rpx solid #FD5F6F;
  104. border-radius: 50%;
  105. }
  106. .money-box .money-frame {
  107. position: absolute;
  108. top: 0;
  109. width: 100%;
  110. padding-top: 120rpx;
  111. }
  112. .money-box .money_name {
  113. width: 100%;
  114. text-align: center;
  115. font-size: 32rpx;
  116. font-family: PingFang SC;
  117. font-weight: bold;
  118. color: #FFFFFF;
  119. }
  120. .money-box .money_num {
  121. font-size: 72rpx;
  122. font-family: PingFang SC;
  123. font-weight: bold;
  124. color: #FFFFFF;
  125. }
  126. .money-box .money_num .money_ren {
  127. font-size: 36rpx;
  128. }
  129. .swiper-box {
  130. padding-top: 10rpx;
  131. }
  132. .swiper-box .order-item {
  133. padding: 20rpx 30rpx;
  134. line-height: 1.5;
  135. }
  136. .swiper-box .order-item .title-box {
  137. width: 100%;
  138. }
  139. .swiper-box .order-item .title-box .title-avatar {
  140. width: 100rpx;
  141. height: 100rpx;
  142. margin-right: 25rpx;
  143. }
  144. .swiper-box .order-item .title-box .title-avatar image {
  145. width: 100%;
  146. height: 100%;
  147. border-radius: 100%;
  148. }
  149. .swiper-box .order-item .title-box .list_tpl {
  150. width: 85%;
  151. }
  152. .swiper-box .order-item .title-box .list_tpl .title {
  153. font-size: 32rpx;
  154. color: #606266;
  155. overflow: hidden;
  156. text-overflow: ellipsis;
  157. white-space: nowrap;
  158. }
  159. .swiper-box .order-item .title-box .list_tpl .time {
  160. margin-top: 15rpx;
  161. font-size: 22rpx;
  162. color: #909399;
  163. }
  164. .swiper-box .order-item .money {
  165. color: #DB1935;
  166. font-size: 32rpx;
  167. }
  168. .list-scroll-content {
  169. height: 100%;
  170. }
  171. .content {
  172. height: 100%;
  173. }
  174. .content .empty-content {
  175. background-color: #ffffff;
  176. }