team.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. height: 100%;
  14. }
  15. .status_bar {
  16. height: 25px;
  17. width: 100%;
  18. background: #5dbc7c;
  19. }
  20. .content-money {
  21. position: relative;
  22. height: 480rpx;
  23. }
  24. .content-money .content-bg {
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. right: 0;
  29. width: 750rpx;
  30. height: 480rpx;
  31. }
  32. .content-money .content-bg image {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .content-money .body-title {
  37. height: 80rpx;
  38. text-align: center;
  39. font-size: 35rpx;
  40. position: relative;
  41. }
  42. .content-money .body-title .header {
  43. position: absolute;
  44. left: 0;
  45. top: 0;
  46. width: 100%;
  47. font-size: 36rpx;
  48. font-family: PingFang SC;
  49. font-weight: bold;
  50. color: #fffeff;
  51. height: 80rpx;
  52. font-size: 36rpx;
  53. font-weight: 700;
  54. z-index: 9;
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. }
  59. .content-money .body-title .goback-box {
  60. position: absolute;
  61. left: 18rpx;
  62. top: 0;
  63. height: 80rpx;
  64. display: flex;
  65. align-items: center;
  66. }
  67. .content-money .body-title .goback {
  68. z-index: 100;
  69. width: 34rpx;
  70. height: 34rpx;
  71. }
  72. .money-box {
  73. position: relative;
  74. z-index: 2;
  75. padding-top: 70rpx;
  76. color: #ffffff;
  77. text-align: center;
  78. }
  79. .money-box .money {
  80. font-size: 72rpx;
  81. font-family: PingFang SC;
  82. font-weight: bold;
  83. color: #ffffff;
  84. }
  85. .money-box .text {
  86. font-size: 30rpx;
  87. }
  88. .order-item {
  89. padding: 20rpx 30rpx;
  90. line-height: 1.5;
  91. }
  92. .order-item .title-box {
  93. width: 100%;
  94. }
  95. .order-item .title-box .title-avatar {
  96. flex-shrink: 0;
  97. width: 100rpx;
  98. height: 100rpx;
  99. margin-right: 25rpx;
  100. border-radius: 100%;
  101. }
  102. .order-item .title-box .title-avatar image {
  103. width: 100%;
  104. height: 100%;
  105. border-radius: 100%;
  106. }
  107. .order-item .title-box .list_tpl {
  108. width: 85%;
  109. }
  110. .order-item .title-box .list_tpl .title {
  111. display: flex;
  112. justify-content: flex-start;
  113. font-size: 32rpx;
  114. color: #606266;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. white-space: nowrap;
  118. line-height: 1;
  119. text-align: center;
  120. }
  121. .order-item .title-box .list_tpl .title .title-name {
  122. max-width: 40%;
  123. }
  124. .order-item .title-box .list_tpl .title .dl {
  125. margin-left: 10rpx;
  126. width: 93rpx;
  127. height: 32rpx;
  128. border-radius: 16rpx;
  129. }
  130. .order-item .title-box .list_tpl .title .dl image {
  131. width: 93rpx;
  132. height: 32rpx;
  133. border-radius: 16rpx;
  134. }
  135. .order-item .title-box .list_tpl .title .class {
  136. display: inline-block;
  137. margin-left: 10rpx;
  138. padding: 6rpx;
  139. text-align: center;
  140. border: 1px solid #2e58ff;
  141. border-radius: 16rpx;
  142. font-size: 20rpx;
  143. font-family: PingFang SC;
  144. font-weight: 500;
  145. color: #2e58ff;
  146. }
  147. .order-item .title-box .list_tpl .time {
  148. font-size: 28rpx;
  149. color: #909399;
  150. }
  151. .order-item .list-left {
  152. width: 50%;
  153. }
  154. .order-item .money {
  155. text-align: right;
  156. color: #db1935;
  157. font-size: 32rpx;
  158. }
  159. .yeji {
  160. position: relative;
  161. margin: -72rpx auto 0;
  162. width: 690rpx;
  163. height: 143rpx;
  164. background: #ffffff;
  165. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
  166. border-radius: 10rpx;
  167. display: flex;
  168. align-items: center;
  169. }
  170. .yeji .yeji-a {
  171. width: 50%;
  172. display: flex;
  173. flex-direction: column;
  174. justify-content: center;
  175. align-items: center;
  176. }
  177. .yeji .yeji-a .yeji-top {
  178. font-size: 28rpx;
  179. font-family: PingFang SC;
  180. font-weight: bold;
  181. color: #333333;
  182. }
  183. .yeji .yeji-a .yeji-buttom {
  184. font-size: 42rpx;
  185. font-family: PingFang SC;
  186. font-weight: bold;
  187. color: #333333;
  188. }
  189. .yeji .border {
  190. width: 1rpx;
  191. height: 51rpx;
  192. background: #dddddd;
  193. }