拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* package_mine/pages/beauties/index.wxss */
  2. .protect_container {
  3. width: 100%;
  4. min-height: 100vh;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: center;
  9. background-color: #F3F4F5;
  10. color: #333333;
  11. }
  12. .feedback_list {
  13. width: 100%;
  14. }
  15. .feedback_item {
  16. width: 100%;
  17. padding: 24rpx;
  18. margin-bottom: 20rpx;
  19. background-color: #ffffff;
  20. display: flex;
  21. flex-direction: column;
  22. justify-content: flex-start;
  23. align-items: flex-end;
  24. position: relative;
  25. }
  26. .info_head {
  27. font-size: 22rpx;
  28. }
  29. .feedback_info {
  30. width: 100%;
  31. display: flex;
  32. justify-content: space-between;
  33. align-items: flex-start;
  34. }
  35. .feedback_img {
  36. width: 180rpx;
  37. height: 150rpx;
  38. margin-right: 30rpx;
  39. border-radius: 4rpx;
  40. }
  41. .messge_box {
  42. width: 500rpx;
  43. display: flex;
  44. flex-direction: column;
  45. justify-content: flex-start;
  46. align-items: flex-start;
  47. }
  48. .content_box {
  49. width: 100%;
  50. margin-bottom: 10rpx;
  51. overflow: hidden;
  52. white-space: nowrap;
  53. text-overflow: ellipsis;
  54. }
  55. .status_img {
  56. width: 120rpx;
  57. height: 96rpx;
  58. position: absolute;
  59. top: 10rpx;
  60. right: 20rpx;
  61. }