team.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. height: 100%;
  14. }
  15. .content-money {
  16. background: #f8f8f8;
  17. position: relative;
  18. }
  19. .content-money .tuiguang_bg {
  20. width: 750rpx;
  21. height: 484rpx;
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. right: 0;
  26. }
  27. .content-money .buttom-box {
  28. position: relative;
  29. background-color: #ffffff;
  30. text-align: center;
  31. margin: 0 30rpx;
  32. padding: 30rpx 0;
  33. border-radius: 15rpx;
  34. margin-top: -80rpx;
  35. }
  36. .content-money .buttom-box .buttom {
  37. font-size: 32rpx;
  38. flex-grow: 1;
  39. }
  40. .content-money .buttom-box .buttom .money {
  41. font-weight: bold;
  42. font-size: 32rpx;
  43. color: #ff0000;
  44. }
  45. .content-money .buttom-box .text {
  46. color: #666666;
  47. }
  48. .content-money .buttom-box .interval {
  49. width: 2rpx;
  50. height: 60rpx;
  51. background-color: #eeeeee;
  52. }
  53. .content-money .buttom-box .icon {
  54. height: 50rpx;
  55. width: 48rpx;
  56. margin: 0 auto;
  57. }
  58. .content-money .buttom-box .icon .icon-img {
  59. width: 100%;
  60. height: 100%;
  61. }
  62. .money-box {
  63. height: 484rpx;
  64. color: #ffffff;
  65. text-align: center;
  66. font-size: 35rpx;
  67. position: relative;
  68. }
  69. .money-box .header {
  70. position: absolute;
  71. left: 0;
  72. top: 0;
  73. width: 100%;
  74. height: 80rpx;
  75. font-size: 32rpx;
  76. font-weight: 700;
  77. z-index: 99;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. }
  82. .money-box .goback-box {
  83. position: absolute;
  84. left: 18rpx;
  85. top: 0;
  86. height: 80rpx;
  87. display: flex;
  88. align-items: center;
  89. }
  90. .money-box .goback {
  91. z-index: 100;
  92. width: 34rpx;
  93. height: 34rpx;
  94. }
  95. .money-box .right {
  96. position: absolute;
  97. top: 140rpx;
  98. right: 40rpx;
  99. text-align: right;
  100. line-height: 1;
  101. }
  102. .money-box .right .right-num {
  103. font-size: 50rpx;
  104. font-family: PingFang SC;
  105. font-weight: bold;
  106. color: #ffffff;
  107. }
  108. .money-box .right .right-font {
  109. margin-top: 10rpx;
  110. font-size: 24rpx;
  111. font-family: PingFang SC;
  112. font-weight: 400;
  113. color: #ffffff;
  114. }
  115. .money-box .right .time {
  116. font-size: 26rpx;
  117. font-family: PingFang SC;
  118. font-weight: 500;
  119. color: #ffffff;
  120. line-height: 35px;
  121. }
  122. .money-box .user {
  123. position: absolute;
  124. top: 140rpx;
  125. left: 34rpx;
  126. display: flex;
  127. justify-content: flex-start;
  128. align-items: center;
  129. z-index: 10;
  130. }
  131. .money-box .user .avtor {
  132. width: 102rpx;
  133. height: 102rpx;
  134. border-radius: 50%;
  135. position: relative;
  136. }
  137. .money-box .user .avtor .portrait {
  138. width: 100%;
  139. height: 100%;
  140. border-radius: 50%;
  141. }
  142. .money-box .user .avtor .he {
  143. position: absolute;
  144. height: 30rpx;
  145. bottom: -4rpx;
  146. left: 0;
  147. }
  148. .money-box .user .avtor .he .image {
  149. width: 102rpx;
  150. height: 30rpx;
  151. }
  152. .money-box .user .name {
  153. margin-left: 30rpx;
  154. font-size: 36rpx;
  155. font-family: PingFang SC;
  156. font-weight: 500;
  157. color: #ffffff;
  158. display: flex;
  159. justify-content: start;
  160. }
  161. .money-box .user .name .name-left {
  162. width: 220rpx;
  163. }
  164. .money-box .user .name .name-right {
  165. margin-left: 20rpx;
  166. width: 50rpx;
  167. height: 60rpx;
  168. position: relative;
  169. }
  170. .money-box .user .name .name-right image {
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .money-box .user .name .name-right .level {
  175. position: absolute;
  176. top: 35%;
  177. left: 50%;
  178. margin-left: -12rpx;
  179. font-size: 20rpx;
  180. }
  181. .money-box .user .id {
  182. margin-left: 30rpx;
  183. font-size: 30rpx;
  184. font-family: PingFang SC;
  185. font-weight: 500;
  186. color: #ffffff;
  187. }
  188. .money-box .money_img {
  189. width: 100%;
  190. height: 120rpx;
  191. text-align: center;
  192. padding-top: 50rpx;
  193. padding-bottom: 135rpx;
  194. }
  195. .money-box .money_img image {
  196. width: 120rpx;
  197. height: 120rpx;
  198. border: 4rpx solid #fd5f6f;
  199. border-radius: 50%;
  200. }
  201. .money-box .money-frame {
  202. position: absolute;
  203. top: 0;
  204. width: 100%;
  205. padding-top: 200rpx;
  206. }
  207. .money-box .money_num {
  208. font-size: 72rpx;
  209. font-family: PingFang SC;
  210. font-weight: bold;
  211. color: #ffffff;
  212. }
  213. .money-box .money_num .money_ren {
  214. font-size: 36rpx;
  215. }
  216. .order-item {
  217. padding: 20rpx 30rpx;
  218. line-height: 1.5;
  219. }
  220. .order-item .title-box {
  221. width: 100%;
  222. }
  223. .order-item .title-box .title-avatar {
  224. width: 100rpx;
  225. height: 100rpx;
  226. margin-right: 25rpx;
  227. border-radius: 100%;
  228. }
  229. .order-item .title-box .title-avatar image {
  230. width: 100%;
  231. height: 100%;
  232. border-radius: 100%;
  233. }
  234. .order-item .title-box .list_tpl {
  235. width: 85%;
  236. }
  237. .order-item .title-box .list_tpl .title {
  238. display: flex;
  239. justify-content: flex-start;
  240. font-size: 32rpx;
  241. color: #606266;
  242. overflow: hidden;
  243. text-overflow: ellipsis;
  244. white-space: nowrap;
  245. line-height: 1;
  246. text-align: center;
  247. }
  248. .order-item .title-box .list_tpl .title .title-name {
  249. max-width: 40%;
  250. }
  251. .order-item .title-box .list_tpl .title .dl {
  252. margin-left: 10rpx;
  253. width: 93rpx;
  254. height: 32rpx;
  255. border-radius: 16rpx;
  256. }
  257. .order-item .title-box .list_tpl .title .dl image {
  258. width: 93rpx;
  259. height: 32rpx;
  260. border-radius: 16rpx;
  261. }
  262. .order-item .title-box .list_tpl .title .class {
  263. display: inline-block;
  264. margin-left: 10rpx;
  265. padding: 6rpx;
  266. text-align: center;
  267. border: 1px solid #2e58ff;
  268. border-radius: 16rpx;
  269. font-size: 20rpx;
  270. font-family: PingFang SC;
  271. font-weight: 500;
  272. color: #2e58ff;
  273. }
  274. .order-item .title-box .list_tpl .time {
  275. font-size: 28rpx;
  276. color: #909399;
  277. }
  278. .order-item .money {
  279. color: #db1935;
  280. font-size: 32rpx;
  281. }