award.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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: #f8f8f8;
  18. }
  19. .content-money .moneyTx {
  20. position: absolute;
  21. top: 120rpx;
  22. right: 0rpx;
  23. padding: 10rpx 10rpx;
  24. border: 2px solid #ffffff;
  25. border-top-left-radius: 15rpx;
  26. border-bottom-left-radius: 15rpx;
  27. line-height: 1;
  28. font-size: 28rpx;
  29. background: #ffffff;
  30. }
  31. .content-money .buttom-box {
  32. background-color: #ffffff;
  33. text-align: center;
  34. margin: 0 30rpx;
  35. padding: 20rpx 0;
  36. border-radius: 15rpx;
  37. margin-top: -60rpx;
  38. }
  39. .content-money .buttom-box .buttom {
  40. font-size: 32rpx;
  41. flex-grow: 1;
  42. }
  43. .content-money .buttom-box .interval {
  44. width: 2px;
  45. height: 60rpx;
  46. background-color: #eeeeee;
  47. }
  48. .content-money .buttom-box .icon {
  49. height: 36rpx;
  50. width: 36rpx;
  51. margin: 0 auto;
  52. }
  53. .content-money .buttom-box .icon .icon-img {
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .money-box {
  58. color: #ffffff;
  59. text-align: center;
  60. position: relative;
  61. background-color: pink;
  62. }
  63. .money-box .header {
  64. position: absolute;
  65. left: 0;
  66. top: 0;
  67. width: 100%;
  68. height: 80rpx;
  69. font-size: 32rpx;
  70. font-weight: 700;
  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: 18rpx;
  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_bg {
  90. width: 100%;
  91. height: 360rpx;
  92. display: block;
  93. }
  94. .money-box .text {
  95. padding-top: 80rpx;
  96. font-size: 32rpx;
  97. }
  98. .money-box .money {
  99. position: absolute;
  100. top: 0;
  101. width: 100%;
  102. padding-top: 186rpx;
  103. font-size: 60rpx;
  104. font-weight: bold;
  105. }
  106. .money-box .money::before {
  107. content: '¥';
  108. font-size: 30rpx;
  109. }
  110. .navbar {
  111. display: flex;
  112. height: 40px;
  113. padding: 0 5px;
  114. background: #fff;
  115. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  116. position: relative;
  117. z-index: 10;
  118. }
  119. .navbar .nav-item {
  120. flex: 1;
  121. display: flex;
  122. justify-content: center;
  123. align-items: center;
  124. height: 100%;
  125. font-size: 15px;
  126. color: #999999;
  127. position: relative;
  128. }
  129. .navbar .nav-item.current {
  130. color: #000000;
  131. }
  132. .navbar .nav-item.current:after {
  133. content: '';
  134. position: absolute;
  135. left: 50%;
  136. bottom: 0;
  137. -webkit-transform: translateX(-50%);
  138. transform: translateX(-50%);
  139. width: 44px;
  140. height: 0;
  141. border-bottom: 2px solid #27d4dd;
  142. }
  143. .swiper-box {
  144. padding-top: 10rpx;
  145. }
  146. .swiper-box .order-item {
  147. padding: 20rpx 30rpx;
  148. line-height: 1.5;
  149. }
  150. .swiper-box .order-item .title-box .title {
  151. font-size: 32rpx;
  152. color: #606266;
  153. }
  154. .swiper-box .order-item .title-box .time {
  155. font-size: 28rpx;
  156. color: #909399;
  157. }
  158. .swiper-box .order-item .money {
  159. color: #ff0000;
  160. font-size: 32rpx;
  161. }
  162. .list-scroll-content {
  163. height: 100%;
  164. }
  165. .wallet-btn {
  166. width: 674rpx;
  167. height: 88rpx;
  168. background: linear-gradient(90deg, #08c4e6, #50ead2);
  169. border-radius: 44rpx;
  170. font-size: 32rpx;
  171. font-family: PingFang SC;
  172. font-weight: 500;
  173. color: #ffffff;
  174. display: flex;
  175. align-items: center;
  176. justify-content: center;
  177. position: fixed;
  178. left: 38rpx;
  179. bottom: 50rpx;
  180. }
  181. .content {
  182. height: 100%;
  183. }
  184. .content .empty-content {
  185. background-color: #ffffff;
  186. }