backlog.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. margin-left: 95rpx;
  65. }
  66. .container .body .body_box .box_btn.data-v-a46ecdc3 {
  67. display: flex;
  68. justify-content: flex-end;
  69. align-items: center;
  70. height: 130rpx;
  71. border-top: 1rpx solid #e6e6e6;
  72. }
  73. .container .body .body_box .box_btn .button.data-v-a46ecdc3 {
  74. display: flex;
  75. justify-content: center;
  76. align-items: center;
  77. width: 146rpx;
  78. height: 80rpx;
  79. color: #fff;
  80. font-size: 28rpx;
  81. border-radius: 10rpx;
  82. }
  83. .container .body .body_box .box_btn .reject.data-v-a46ecdc3 {
  84. background-color: #d43030;
  85. }
  86. .container .body .body_box .box_btn .agree.data-v-a46ecdc3 {
  87. margin-left: 28rpx;
  88. width: 214rpx;
  89. background-color: #0061ff;
  90. }
  91. .container .popup_box.data-v-a46ecdc3 {
  92. padding-bottom: 50rpx;
  93. width: 710rpx;
  94. border-radius: 22rpx;
  95. background-color: #fff;
  96. }
  97. .container .popup_box .pop_header.data-v-a46ecdc3 {
  98. display: flex;
  99. justify-content: center;
  100. align-items: center;
  101. position: relative;
  102. height: 94rpx;
  103. font-size: 28rpx;
  104. border-bottom: 1rpx solid #e6e6e6;
  105. }
  106. .container .popup_box .pop_header .header_icon.data-v-a46ecdc3 {
  107. position: absolute;
  108. top: 18rpx;
  109. right: 25rpx;
  110. font-size: 40rpx;
  111. }
  112. .container .popup_box .pop_info.data-v-a46ecdc3 {
  113. display: flex;
  114. align-items: center;
  115. margin-top: 22rpx;
  116. padding: 0 35rpx;
  117. font-size: 28rpx;
  118. }
  119. .container .popup_box .pop_info .info_key.data-v-a46ecdc3 {
  120. color: #999999;
  121. }
  122. .container .popup_box .pop_info .blue.data-v-a46ecdc3 {
  123. color: #0061ff;
  124. }
  125. .container .popup_box .pop_info .red.data-v-a46ecdc3 {
  126. color: #d43030;
  127. }
  128. .container .popup_box .pop_info .green.data-v-a46ecdc3 {
  129. color: #00baad;
  130. }
  131. .container .popup_box .pop_btn.data-v-a46ecdc3 {
  132. display: flex;
  133. justify-content: flex-end;
  134. align-items: center;
  135. margin-top: 28rpx;
  136. padding-top: 40rpx;
  137. box-sizing: border-box;
  138. height: 129rpx;
  139. border-top: 1rpx solid #e6e6e6;
  140. }
  141. .container .popup_box .pop_btn .button.data-v-a46ecdc3 {
  142. display: flex;
  143. justify-content: center;
  144. align-items: center;
  145. width: 146rpx;
  146. height: 80rpx;
  147. color: #fff;
  148. font-size: 28rpx;
  149. border-radius: 10rpx;
  150. }
  151. .container .popup_box .pop_btn .reject.data-v-a46ecdc3 {
  152. background-color: #d43030;
  153. }
  154. .container .popup_box .pop_btn .agree.data-v-a46ecdc3 {
  155. margin-left: 28rpx;
  156. margin-right: 36rpx;
  157. width: 214rpx;
  158. background-color: #0061ff;
  159. }
  160. .data-v-a46ecdc3 .segmented-control {
  161. height: 100rpx;
  162. background-color: #fff;
  163. }