index.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. page .content {
  15. height: 100%;
  16. }
  17. .content-money {
  18. padding-bottom: 30rpx;
  19. background: #f8f8f8;
  20. }
  21. .content-money .buttom-box {
  22. background-color: #ffffff;
  23. text-align: center;
  24. margin: 0 30rpx;
  25. padding: 30rpx 0;
  26. border-radius: 15rpx;
  27. margin-top: -60rpx;
  28. }
  29. .content-money .buttom-box .buttom {
  30. font-size: 32rpx;
  31. -webkit-box-flex: 1;
  32. -webkit-flex-grow: 1;
  33. flex-grow: 1;
  34. }
  35. .content-money .buttom-box .buttom .money {
  36. font-weight: bold;
  37. font-size: 32rpx;
  38. color: #6786FB;
  39. }
  40. .content-money .buttom-box .text {
  41. color: #666666;
  42. }
  43. .content-money .buttom-box .interval {
  44. width: 2rpx;
  45. height: 60rpx;
  46. background-color: #eeeeee;
  47. }
  48. .content-money .buttom-box .icon {
  49. height: 50rpx;
  50. width: 48rpx;
  51. margin: 0 auto;
  52. }
  53. .content-money .buttom-box .icon .icon-img {
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .money-box {
  58. background: -webkit-linear-gradient(38deg, #7e99fe, #978ffa);
  59. background: linear-gradient(52deg, #7e99fe, #978ffa);
  60. height: 320rpx;
  61. color: #ffffff;
  62. text-align: center;
  63. padding-top: 50rpx;
  64. }
  65. .money-box .money_name {
  66. width: 100%;
  67. text-align: center;
  68. font-size: 28rpx;
  69. font-weight: 500;
  70. }
  71. .money-box .money_name .top-img {
  72. width: 120rpx;
  73. height: 120rpx;
  74. border-radius: 50%;
  75. margin-bottom: 15rpx;
  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. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  85. position: relative;
  86. z-index: 10;
  87. }
  88. .navbar .nav-item {
  89. -webkit-box-flex: 1;
  90. -webkit-flex: 1;
  91. flex: 1;
  92. display: -webkit-box;
  93. display: -webkit-flex;
  94. display: flex;
  95. -webkit-box-pack: center;
  96. -webkit-justify-content: center;
  97. justify-content: center;
  98. -webkit-box-align: center;
  99. -webkit-align-items: center;
  100. align-items: center;
  101. height: 100%;
  102. font-size: 15px;
  103. color: #303133;
  104. position: relative;
  105. }
  106. .navbar .nav-item.current {
  107. color: #6786FB;
  108. }
  109. .navbar .nav-item.current:after {
  110. content: '';
  111. position: absolute;
  112. left: 50%;
  113. bottom: 0;
  114. -webkit-transform: translateX(-50%);
  115. transform: translateX(-50%);
  116. width: 44px;
  117. height: 0;
  118. border-bottom: 2px solid #6786FB;
  119. }
  120. .swiper-box {
  121. background: #FFFFFF;
  122. height: 65%;
  123. }
  124. .swiper-box .cate-list {
  125. height: 100%;
  126. }
  127. .swiper-box .cate-list .order-item {
  128. margin: 0 24rpx;
  129. padding: 20rpx 0;
  130. line-height: 1.5;
  131. border-bottom: 1px solid #F0F0F0;
  132. }
  133. .swiper-box .cate-list .order-item .title-box {
  134. width: 100%;
  135. }
  136. .swiper-box .cate-list .order-item .title-box .title-avatar {
  137. width: 80rpx;
  138. height: 80rpx;
  139. border-radius: 50%;
  140. margin-right: 20rpx;
  141. }
  142. .swiper-box .cate-list .order-item .title-box .title-avatar image {
  143. width: 100%;
  144. height: 100%;
  145. border-radius: 100%;
  146. }
  147. .swiper-box .cate-list .order-item .title-box .list_tpl {
  148. width: 85%;
  149. }
  150. .swiper-box .cate-list .order-item .title-box .list_tpl .title {
  151. font-size: 30rpx;
  152. color: #606266;
  153. font-weight: 500;
  154. }
  155. .swiper-box .cate-list .order-item .title-box .list_tpl .title .name {
  156. max-width: 80%;
  157. }
  158. .swiper-box .cate-list .order-item .title-box .list_tpl .title .type-item {
  159. margin-left: 25rpx;
  160. background: rgba(103, 134, 251, 0.18);
  161. color: #6786fb;
  162. font-size: 24rpx;
  163. padding: 4rpx 15rpx;
  164. border-radius: 10rpx;
  165. }
  166. .swiper-box .cate-list .order-item .title-box .list_tpl .time {
  167. font-size: 22rpx;
  168. color: #909399;
  169. }