scoreDetails.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .score-box {
  2. padding-top: 30rpx;
  3. }
  4. .noDistributionList {
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. flex-direction: column;
  9. margin-top: 200rpx;
  10. }
  11. .noDistributionList .noDistributionListImg {
  12. width: 218rpx;
  13. height: 218rpx;
  14. margin-bottom: 32rpx;
  15. }
  16. .noDistributionList .noDistributionListTit {
  17. font-size: 30rpx;
  18. color: #666;
  19. line-height: 30rpx;
  20. }
  21. .list {
  22. padding: 0 20rpx;
  23. }
  24. .list .listData {
  25. padding: 30rpx;
  26. border-bottom: 0.1rpx solid #eee;
  27. }
  28. .list .listData:last-child {
  29. border: none;
  30. }
  31. .list .listData .list-tit {
  32. line-height: 28rpx;
  33. margin-bottom: 24rpx;
  34. display: flex;
  35. justify-content: space-between;
  36. }
  37. .list .listData .list-tit .tit {
  38. font-size: 30rpx;
  39. color: #444;
  40. }
  41. .list .listData .list-tit .num {
  42. font-size: 32rpx;
  43. color: #ff5344;
  44. font-weight: bold;
  45. }
  46. .list .listData .list-tit .num.yue {
  47. color: #666;
  48. font-weight: normal;
  49. font-size: 30rpx;
  50. }
  51. .list .listData .list-tit .num2 {
  52. color: #999;
  53. }
  54. .list .listData .list-orderNo {
  55. font-size: 26rpx;
  56. color: #444;
  57. margin-bottom: 16rpx;
  58. }
  59. .list .listData .list-time {
  60. font-size: 26rpx;
  61. color: #aaa;
  62. line-height: 22rpx;
  63. }