historyFill.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .container {
  2. padding: 20rpx;
  3. min-height: 100vh;
  4. }
  5. /* 日期范围选择器 */
  6. .date-range-picker {
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. background: #fff;
  11. padding: 20rpx 40rpx;
  12. /* margin-bottom: 20rpx; */
  13. }
  14. /* 日期项 */
  15. .date-item {
  16. flex: 1;
  17. display: flex;
  18. flex-direction: column;
  19. align-items: center;
  20. }
  21. /* 日期标签 */
  22. .date-label {
  23. color: #999;
  24. font-size: 24rpx;
  25. margin-bottom: 10rpx;
  26. }
  27. /* 日期值 */
  28. .date-value {
  29. color: #333;
  30. font-size: 28rpx;
  31. font-weight: 500;
  32. }
  33. .order-info {
  34. padding: 10rpx 20rpx;
  35. background: #fff;
  36. margin-bottom: 10rpx;
  37. }
  38. .info-item {
  39. margin-bottom: 20rpx;
  40. font-size: 28rpx;
  41. }
  42. .service-record {
  43. background: #fff;
  44. }
  45. .section-title {
  46. color: #333 !important;
  47. font-size: 32rpx;
  48. font-weight: bold;
  49. padding: 20rpx;
  50. border-bottom: 1px solid #eee;
  51. }
  52. .service-order {
  53. background: #fff;
  54. margin-bottom: 20rpx;
  55. }
  56. .record-header {
  57. display: flex;
  58. justify-content: space-between;
  59. align-items: center;
  60. padding-right: 20rpx;
  61. border-bottom: 1px solid #eee;
  62. }
  63. .history-btn {
  64. color: #3963bc;
  65. font-size: 28rpx;
  66. }
  67. .record-content {
  68. padding: 20rpx;
  69. background-color: #fff;
  70. margin-bottom: 20rpx;
  71. }
  72. .product-item {
  73. margin-bottom: 10rpx;
  74. }
  75. .product-label {
  76. display: inline-block;
  77. width: 180rpx;
  78. font-size: 28rpx;
  79. }
  80. .product-name,
  81. .product-value {
  82. color: #333;
  83. }
  84. .table {
  85. background-color: #f2f2f2;
  86. display: flex;
  87. flex-direction: column;
  88. box-sizing: border-box;
  89. padding: 10rpx 20rpx;
  90. }
  91. .table_box {
  92. background-color: #fff;
  93. display: inline-block;
  94. border-radius: 10rpx;
  95. width: 96%;
  96. margin-bottom: 20rpx;
  97. padding: 20rpx;
  98. position: relative;
  99. }
  100. .search-input {
  101. height: 60rpx;
  102. line-height: 60rpx;
  103. text-align: center;
  104. }
  105. .info-item > text {
  106. font-size: 32rpx;
  107. }
  108. .product-item > text {
  109. font-size: 32rpx;
  110. }