detail.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. page{
  2. background-color: #EFEFEF;
  3. }
  4. .gray{
  5. color: #b8b8b9;
  6. }
  7. .repair_detail {
  8. display: flex;
  9. justify-content: space-between;
  10. padding: 10px;
  11. border-top: 1px solid var(--weui-FG-2);
  12. border-color: #ebecee;
  13. background-color: #ffffff;
  14. }
  15. .reapir_process{
  16. background-color: #ffffff;
  17. }
  18. .apply_content {
  19. padding: 20rpx;
  20. }
  21. .apply_content_value {
  22. word-break: break-all;
  23. margin: 20rpx 0;
  24. width: 100%;
  25. background-color: #ebecee;
  26. border: 1rpx solid #ebecee;
  27. color: #adaeaf;
  28. }
  29. .repair_text{
  30. color: #adaeaf;
  31. }
  32. .repair_list {
  33. margin-top: 10px;
  34. position: relative;
  35. padding-bottom: 50px;
  36. background-color: #ffffff;
  37. }
  38. .repair_list_title {
  39. padding: 10px;
  40. font-size: medium;
  41. font-weight: bold;
  42. }
  43. .evaluate{
  44. font-weight: bold;
  45. }
  46. .weui-steps {
  47. max-width: 80%;
  48. margin-left: 15%;
  49. }
  50. .weui-steps__item {
  51. margin-bottom: 20rpx !important;
  52. padding: 10rpx;
  53. border: 0rpx solid var(--weui-FG-2);
  54. border-radius: 10rpx;
  55. background-color: #d1eacb;
  56. }
  57. .list_header {
  58. display: flex;
  59. justify-content: space-between;
  60. padding: 5px;
  61. border-bottom: 0rpx solid #dfe0e0;
  62. }
  63. .handle_time {
  64. font-size: 14px;
  65. color: #179415;
  66. }
  67. .user,
  68. .phone {
  69. padding: 5px;
  70. display: flex;
  71. justify-content: space-between;
  72. color:#179415
  73. }
  74. .green {
  75. color: #179415;
  76. margin-right: 20px;
  77. }
  78. .user_phone {
  79. color: #179415;
  80. }
  81. .evaluate {
  82. padding: 5px;
  83. margin-bottom: 20px;
  84. }
  85. .visit {
  86. display: flex;
  87. padding: 5px;
  88. margin-bottom: 20px;
  89. }
  90. .visit_text {
  91. display: flex;
  92. padding: 5px;
  93. margin-bottom: 20px;
  94. }
  95. .visit_text text {
  96. width: 50px;
  97. }
  98. .radio_text {
  99. margin: 0 40rpx;
  100. }
  101. .list_item {
  102. width: 80%;
  103. margin-left: 15%;
  104. margin-bottom: 20rpx;
  105. padding: 10rpx;
  106. border: 1rpx solid var(--weui-FG-2);
  107. box-shadow: var(--weui-FG-2) 1px 1px 1px 1px;
  108. }
  109. .commitBtn {
  110. padding-bottom: 50px;
  111. }