award.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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 .buttom-box {
  20. background-color: #ffffff;
  21. text-align: center;
  22. margin: 0 30rpx;
  23. padding: 20rpx 0;
  24. border-radius: 15rpx;
  25. margin-top: -60rpx;
  26. }
  27. .content-money .buttom-box .buttom {
  28. font-size: 32rpx;
  29. -webkit-box-flex: 1;
  30. -webkit-flex-grow: 1;
  31. flex-grow: 1;
  32. }
  33. .content-money .buttom-box .interval {
  34. width: 2px;
  35. height: 60rpx;
  36. background-color: #eeeeee;
  37. }
  38. .content-money .buttom-box .icon {
  39. height: 50rpx;
  40. width: 48rpx;
  41. margin: 0 auto;
  42. }
  43. .content-money .buttom-box .icon .icon-img {
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .money-box {
  48. height: 400rpx;
  49. color: #ff4c4c;
  50. text-align: center;
  51. position: relative;
  52. }
  53. .money-box image {
  54. position: absolute;
  55. top: 0;
  56. right: 0;
  57. height: 100%;
  58. width: 100%;
  59. }
  60. .money-box .text {
  61. padding-top: 147rpx;
  62. font-size: 24rpx;
  63. position: relative;
  64. }
  65. .money-box .money {
  66. padding-top: 175rpx;
  67. font-size: 56rpx;
  68. font-weight: bold;
  69. color: #ff4c4c;
  70. position: relative;
  71. }
  72. .money-box .money .money-icon {
  73. font-size: 38rpx;
  74. font-weight: bold;
  75. color: #ff4c4c;
  76. }
  77. .navbar {
  78. display: -webkit-box;
  79. display: -webkit-flex;
  80. display: flex;
  81. height: 40px;
  82. padding: 0 5px;
  83. background: #fff;
  84. -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  85. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  86. position: relative;
  87. z-index: 10;
  88. }
  89. .navbar .nav-item {
  90. -webkit-box-flex: 1;
  91. -webkit-flex: 1;
  92. flex: 1;
  93. display: -webkit-box;
  94. display: -webkit-flex;
  95. display: flex;
  96. -webkit-box-pack: center;
  97. -webkit-justify-content: center;
  98. justify-content: center;
  99. -webkit-box-align: center;
  100. -webkit-align-items: center;
  101. align-items: center;
  102. height: 100%;
  103. font-size: 15px;
  104. color: #303133;
  105. position: relative;
  106. }
  107. .navbar .nav-item.current {
  108. color: #FF4C4C;
  109. }
  110. .navbar .nav-item.current:after {
  111. content: '';
  112. position: absolute;
  113. left: 50%;
  114. bottom: 0;
  115. -webkit-transform: translateX(-50%);
  116. transform: translateX(-50%);
  117. width: 44px;
  118. height: 0;
  119. border-bottom: 2px solid #FF4C4C;
  120. }
  121. .swiper-box {
  122. padding-top: 10rpx;
  123. }
  124. .swiper-box .order-item {
  125. padding: 20rpx 30rpx;
  126. line-height: 1.5;
  127. }
  128. .swiper-box .order-item .title-box .title {
  129. font-size: 32rpx;
  130. color: #606266;
  131. }
  132. .swiper-box .order-item .title-box .time {
  133. font-size: 28rpx;
  134. color: #909399;
  135. }
  136. .swiper-box .order-item .money {
  137. color: #fd5b23;
  138. font-size: 32rpx;
  139. }
  140. .list-scroll-content {
  141. height: 100%;
  142. }
  143. .content {
  144. height: 100%;
  145. }
  146. .content .empty-content {
  147. background-color: #ffffff;
  148. }
  149. .moneyTx {
  150. width: 750rpx;
  151. height: 88rpx;
  152. background-color: #fff;
  153. position: fixed;
  154. bottom: 51rpx;
  155. right: 0;
  156. left: 0;
  157. text-align: center;
  158. margin: 0 auto;
  159. }
  160. .moneyTx .btn {
  161. margin: 0 auto;
  162. width: 674rpx;
  163. height: 88rpx;
  164. line-height: 88rpx;
  165. background: #ff4c4c;
  166. border-radius: 44rpx;
  167. font-size: 36rpx;
  168. font-family: PingFang SC;
  169. font-weight: 500;
  170. color: #ffffff;
  171. }