sick.wxss 3.2 KB

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