backlog.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-a46ecdc3 {
  4. box-sizing: border-box;
  5. padding-bottom: 30rpx;
  6. min-height: 100vh;
  7. background-color: #f1f6fe;
  8. }
  9. .container .body.data-v-a46ecdc3 {
  10. padding: 0 20rpx;
  11. }
  12. .container .body .body_box.data-v-a46ecdc3 {
  13. padding: 0 20rpx 0 30rpx;
  14. box-sizing: border-box;
  15. margin-top: 20rpx;
  16. width: 710rpx;
  17. border-radius: 15rpx;
  18. background-color: #fff;
  19. }
  20. .container .body .body_box .box_title.data-v-a46ecdc3 {
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. height: 83rpx;
  25. font-size: 28rpx;
  26. border-bottom: 1rpx solid #e6e6e6;
  27. }
  28. .container .body .body_box .box_title .title_msg.data-v-a46ecdc3 {
  29. display: flex;
  30. align-items: center;
  31. }
  32. .container .body .body_box .box_title .title_msg .msg_name.data-v-a46ecdc3 {
  33. font-weight: bold;
  34. }
  35. .container .body .body_box .box_title .title_msg .msg_time.data-v-a46ecdc3 {
  36. margin-left: 15rpx;
  37. color: #a6a6a6;
  38. font-size: 24rpx;
  39. }
  40. .container .body .body_box .box_title .title_type.data-v-a46ecdc3 {
  41. color: #0061ff;
  42. }
  43. .container .body .body_box .box_title .red.data-v-a46ecdc3 {
  44. color: #d43030;
  45. }
  46. .container .body .body_box .box_title .green.data-v-a46ecdc3 {
  47. color: #00baad;
  48. }
  49. .container .body .body_box .box_info.data-v-a46ecdc3 {
  50. display: flex;
  51. flex-direction: column;
  52. }
  53. .container .body .body_box .box_info .info_box.data-v-a46ecdc3 {
  54. display: flex;
  55. align-items: center;
  56. height: 65rpx;
  57. font-size: 24rpx;
  58. }
  59. .container .body .body_box .box_info .info_box .box_key.data-v-a46ecdc3 {
  60. width: 120rpx;
  61. color: #a6a6a6;
  62. }
  63. .container .body .body_box .box_info .info_box .box_value.data-v-a46ecdc3 {
  64. flex: 1;
  65. margin-left: 95rpx;
  66. overflow: hidden;
  67. text-overflow: ellipsis;
  68. white-space: nowrap;
  69. }
  70. .container .body .body_box .box_btn.data-v-a46ecdc3 {
  71. display: flex;
  72. justify-content: flex-end;
  73. align-items: center;
  74. height: 130rpx;
  75. border-top: 1rpx solid #e6e6e6;
  76. }
  77. .container .body .body_box .box_btn .button.data-v-a46ecdc3 {
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. width: 146rpx;
  82. height: 80rpx;
  83. color: #fff;
  84. font-size: 28rpx;
  85. border-radius: 10rpx;
  86. }
  87. .container .body .body_box .box_btn .reject.data-v-a46ecdc3 {
  88. background-color: #d43030;
  89. }
  90. .container .body .body_box .box_btn .agree.data-v-a46ecdc3 {
  91. margin-left: 28rpx;
  92. width: 214rpx;
  93. background-color: #0061ff;
  94. }
  95. .container .popup_box.data-v-a46ecdc3 {
  96. padding-bottom: 50rpx;
  97. width: 710rpx;
  98. border-radius: 22rpx;
  99. background-color: #fff;
  100. }
  101. .container .popup_box .pop_header.data-v-a46ecdc3 {
  102. display: flex;
  103. justify-content: center;
  104. align-items: center;
  105. position: relative;
  106. height: 94rpx;
  107. font-size: 28rpx;
  108. border-bottom: 1rpx solid #e6e6e6;
  109. }
  110. .container .popup_box .pop_header .header_icon.data-v-a46ecdc3 {
  111. position: absolute;
  112. top: 18rpx;
  113. right: 25rpx;
  114. font-size: 40rpx;
  115. }
  116. .container .popup_box .pop_info.data-v-a46ecdc3 {
  117. display: flex;
  118. margin-top: 22rpx;
  119. padding: 0 35rpx;
  120. font-size: 28rpx;
  121. }
  122. .container .popup_box .pop_info .info_key.data-v-a46ecdc3 {
  123. color: #999999;
  124. }
  125. .container .popup_box .pop_info .info_value.data-v-a46ecdc3 {
  126. flex: 1;
  127. }
  128. .container .popup_box .pop_info .blue.data-v-a46ecdc3 {
  129. color: #0061ff;
  130. }
  131. .container .popup_box .pop_info .red.data-v-a46ecdc3 {
  132. color: #d43030;
  133. }
  134. .container .popup_box .pop_info .green.data-v-a46ecdc3 {
  135. color: #00baad;
  136. }
  137. .container .popup_box .pop_btn.data-v-a46ecdc3 {
  138. display: flex;
  139. justify-content: flex-end;
  140. align-items: center;
  141. margin-top: 28rpx;
  142. padding-top: 40rpx;
  143. box-sizing: border-box;
  144. height: 129rpx;
  145. border-top: 1rpx solid #e6e6e6;
  146. }
  147. .container .popup_box .pop_btn .button.data-v-a46ecdc3 {
  148. display: flex;
  149. justify-content: center;
  150. align-items: center;
  151. width: 146rpx;
  152. height: 80rpx;
  153. color: #fff;
  154. font-size: 28rpx;
  155. border-radius: 10rpx;
  156. }
  157. .container .popup_box .pop_btn .reject.data-v-a46ecdc3 {
  158. background-color: #d43030;
  159. }
  160. .container .popup_box .pop_btn .agree.data-v-a46ecdc3 {
  161. margin-left: 28rpx;
  162. margin-right: 36rpx;
  163. width: 214rpx;
  164. background-color: #0061ff;
  165. }
  166. .data-v-a46ecdc3 .segmented-control {
  167. height: 100rpx;
  168. background-color: #fff;
  169. }