award.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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: 150rpx;
  22. right: 0rpx;
  23. width: 150rpx;
  24. padding: 10rpx 30rpx;
  25. border: 2px solid #FFFFFF;
  26. -webkit-border-top-left-radius: 99rpx;
  27. border-top-left-radius: 99rpx;
  28. -webkit-border-bottom-left-radius: 99rpx;
  29. border-bottom-left-radius: 99rpx;
  30. color: #FFFFFF;
  31. line-height: 1;
  32. font-size: 28rpx;
  33. }
  34. .content-money .buttom-box {
  35. background-color: #ffffff;
  36. text-align: center;
  37. margin: 0 30rpx;
  38. padding: 20rpx 0;
  39. -webkit-border-radius: 15rpx;
  40. border-radius: 15rpx;
  41. margin-top: -60rpx;
  42. }
  43. .content-money .buttom-box .buttom {
  44. font-size: 32rpx;
  45. -webkit-box-flex: 1;
  46. -webkit-flex-grow: 1;
  47. flex-grow: 1;
  48. }
  49. .content-money .buttom-box .interval {
  50. width: 2px;
  51. height: 60rpx;
  52. background-color: #eeeeee;
  53. }
  54. .content-money .buttom-box .icon {
  55. height: 50rpx;
  56. width: 48rpx;
  57. margin: 0 auto;
  58. }
  59. .content-money .buttom-box .icon .icon-img {
  60. width: 100%;
  61. height: 100%;
  62. }
  63. .money-box {
  64. background-color: #5dbc7c;
  65. padding-top: 25px;
  66. height: 368rpx;
  67. color: #ffffff;
  68. text-align: center;
  69. }
  70. .money-box .text {
  71. padding-top: 147rpx;
  72. font-size: 24rpx;
  73. }
  74. .money-box .money {
  75. font-size: 56rpx;
  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: #5dbc7c;
  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 #5dbc7c;
  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. }