team.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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. background: #5dbc7c;
  22. padding-bottom: 30rpx;
  23. }
  24. .content-money .buttom-box {
  25. position: relative;
  26. background-color: #ffffff;
  27. text-align: center;
  28. margin: 0 30rpx;
  29. padding: 30rpx 0;
  30. border-radius: 15rpx;
  31. margin-top: -80rpx;
  32. }
  33. .content-money .buttom-box .buttom {
  34. font-size: 32rpx;
  35. flex-grow: 1;
  36. }
  37. .content-money .buttom-box .buttom .money {
  38. font-weight: bold;
  39. font-size: 32rpx;
  40. color: #ff0000;
  41. }
  42. .content-money .buttom-box .text {
  43. color: #666666;
  44. }
  45. .content-money .buttom-box .interval {
  46. width: 2rpx;
  47. height: 60rpx;
  48. background-color: #eeeeee;
  49. }
  50. .content-money .buttom-box .icon {
  51. height: 50rpx;
  52. width: 48rpx;
  53. margin: 0 auto;
  54. }
  55. .content-money .buttom-box .icon .icon-img {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .money-box {
  60. height: 484rpx;
  61. color: #ffffff;
  62. text-align: center;
  63. font-size: 35rpx;
  64. position: relative;
  65. }
  66. .money-box .header {
  67. position: absolute;
  68. left: 0;
  69. top: 0;
  70. width: 100%;
  71. height: 80rpx;
  72. font-size: 32rpx;
  73. font-weight: 700;
  74. z-index: 99;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. }
  79. .money-box .goback-box {
  80. position: absolute;
  81. left: 18rpx;
  82. top: 0;
  83. height: 80rpx;
  84. display: flex;
  85. align-items: center;
  86. }
  87. .money-box .goback {
  88. z-index: 100;
  89. width: 34rpx;
  90. height: 34rpx;
  91. }
  92. .money-box .right {
  93. position: absolute;
  94. top: 140rpx;
  95. right: 40rpx;
  96. text-align: right;
  97. line-height: 1;
  98. }
  99. .money-box .right .right-num {
  100. font-size: 50rpx;
  101. font-family: PingFang SC;
  102. font-weight: bold;
  103. color: #ffffff;
  104. }
  105. .money-box .right .right-font {
  106. margin-top: 10rpx;
  107. font-size: 24rpx;
  108. font-family: PingFang SC;
  109. font-weight: 400;
  110. color: #ffffff;
  111. }
  112. .money-box .right .time {
  113. font-size: 26rpx;
  114. font-family: PingFang SC;
  115. font-weight: 500;
  116. color: #ffffff;
  117. line-height: 35px;
  118. }
  119. .money-box .user {
  120. position: absolute;
  121. top: 140rpx;
  122. left: 34rpx;
  123. display: flex;
  124. justify-content: flex-start;
  125. align-items: center;
  126. z-index: 10;
  127. }
  128. .money-box .user .avtor {
  129. width: 102rpx;
  130. height: 102rpx;
  131. border-radius: 50%;
  132. position: relative;
  133. }
  134. .money-box .user .avtor .portrait {
  135. width: 100%;
  136. height: 100%;
  137. border-radius: 50%;
  138. }
  139. .money-box .user .avtor .he {
  140. position: absolute;
  141. height: 30rpx;
  142. bottom: -4rpx;
  143. left: 0;
  144. }
  145. .money-box .user .avtor .he .image {
  146. width: 102rpx;
  147. height: 30rpx;
  148. }
  149. .money-box .user .name {
  150. margin-left: 30rpx;
  151. font-size: 36rpx;
  152. font-family: PingFang SC;
  153. font-weight: 500;
  154. color: #ffffff;
  155. display: flex;
  156. justify-content: start;
  157. }
  158. .money-box .user .name .name-left {
  159. width: 220rpx;
  160. }
  161. .money-box .user .name .name-right {
  162. margin-left: 20rpx;
  163. width: 50rpx;
  164. height: 60rpx;
  165. position: relative;
  166. }
  167. .money-box .user .name .name-right image {
  168. width: 100%;
  169. height: 100%;
  170. }
  171. .money-box .user .name .name-right .level {
  172. position: absolute;
  173. top: 35%;
  174. left: 50%;
  175. margin-left: -12rpx;
  176. font-size: 20rpx;
  177. }
  178. .money-box .user .id {
  179. margin-left: 30rpx;
  180. font-size: 30rpx;
  181. font-family: PingFang SC;
  182. font-weight: 500;
  183. color: #ffffff;
  184. }
  185. .money-box .money_img {
  186. width: 100%;
  187. height: 120rpx;
  188. text-align: center;
  189. padding-top: 50rpx;
  190. padding-bottom: 135rpx;
  191. }
  192. .money-box .money_img image {
  193. width: 120rpx;
  194. height: 120rpx;
  195. border: 4rpx solid #fd5f6f;
  196. border-radius: 50%;
  197. }
  198. .money-box .money-frame {
  199. position: absolute;
  200. top: 0;
  201. width: 100%;
  202. padding-top: 200rpx;
  203. }
  204. .money-box .money_num {
  205. font-size: 72rpx;
  206. font-family: PingFang SC;
  207. font-weight: bold;
  208. color: #ffffff;
  209. }
  210. .money-box .money_num .money_ren {
  211. font-size: 36rpx;
  212. }
  213. .order-item {
  214. padding: 20rpx 30rpx;
  215. line-height: 1.5;
  216. }
  217. .order-item .title-box {
  218. width: 100%;
  219. }
  220. .order-item .title-box .title-avatar {
  221. flex-shrink: 0;
  222. width: 100rpx;
  223. height: 100rpx;
  224. margin-right: 25rpx;
  225. border-radius: 100%;
  226. }
  227. .order-item .title-box .title-avatar image {
  228. width: 100%;
  229. height: 100%;
  230. border-radius: 100%;
  231. }
  232. .order-item .title-box .list_tpl {
  233. width: 85%;
  234. }
  235. .order-item .title-box .list_tpl .title {
  236. display: flex;
  237. justify-content: flex-start;
  238. font-size: 32rpx;
  239. color: #606266;
  240. overflow: hidden;
  241. text-overflow: ellipsis;
  242. white-space: nowrap;
  243. line-height: 1;
  244. text-align: center;
  245. }
  246. .order-item .title-box .list_tpl .title .title-name {
  247. max-width: 40%;
  248. }
  249. .order-item .title-box .list_tpl .title .dl {
  250. margin-left: 10rpx;
  251. width: 93rpx;
  252. height: 32rpx;
  253. border-radius: 16rpx;
  254. }
  255. .order-item .title-box .list_tpl .title .dl image {
  256. width: 93rpx;
  257. height: 32rpx;
  258. border-radius: 16rpx;
  259. }
  260. .order-item .title-box .list_tpl .title .class {
  261. display: inline-block;
  262. margin-left: 10rpx;
  263. padding: 6rpx;
  264. text-align: center;
  265. border: 1px solid #2e58ff;
  266. border-radius: 16rpx;
  267. font-size: 20rpx;
  268. font-family: PingFang SC;
  269. font-weight: 500;
  270. color: #2e58ff;
  271. }
  272. .order-item .title-box .list_tpl .time {
  273. font-size: 28rpx;
  274. color: #909399;
  275. }
  276. .order-item .money {
  277. width: 50%;
  278. text-align: right;
  279. color: #db1935;
  280. font-size: 32rpx;
  281. }
  282. .yeji {
  283. position: relative;
  284. margin: -72rpx auto 0;
  285. width: 690rpx;
  286. height: 143rpx;
  287. background: #ffffff;
  288. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
  289. border-radius: 10rpx;
  290. display: flex;
  291. align-items: center;
  292. }
  293. .yeji .yeji-a {
  294. width: 50%;
  295. display: flex;
  296. flex-direction: column;
  297. justify-content: center;
  298. align-items: center;
  299. }
  300. .yeji .yeji-a .yeji-top {
  301. font-size: 28rpx;
  302. font-family: PingFang SC;
  303. font-weight: bold;
  304. color: #333333;
  305. }
  306. .yeji .yeji-a .yeji-buttom {
  307. font-size: 42rpx;
  308. font-family: PingFang SC;
  309. font-weight: bold;
  310. color: #333333;
  311. }
  312. .yeji .border {
  313. width: 1rpx;
  314. height: 51rpx;
  315. background: #dddddd;
  316. }