拓恒河湖长制全民护河平台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.

57 lines
1010B

  1. /* package_B/pages/feedbackDetail/index.wxss */
  2. .detail_container {
  3. width: 100%;
  4. padding: 0 30rpx;
  5. }
  6. .detail_main {
  7. width: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: flex-start;
  11. align-items: center;
  12. }
  13. .detail_item {
  14. width: 100%;
  15. margin: 15rpx 0;
  16. display:flex;
  17. justify-content: space-between;
  18. align-items: center;
  19. }
  20. .image_list {
  21. width: 100%;
  22. margin: 15rpx 0;
  23. display:flex;
  24. justify-content: flex-start;
  25. align-items: flex-start;
  26. }
  27. .image_list .item_title {
  28. width: 180rpx;
  29. }
  30. .image_box {
  31. width: 500rpx;
  32. display: flex;
  33. flex-wrap: wrap;
  34. justify-content: flex-end;
  35. align-content: flex-start;
  36. }
  37. .image_item {
  38. width: 140rpx;
  39. height: 140rpx;
  40. margin: 0 15rpx 15rpx 0;
  41. border-radius: 4rpx;
  42. }
  43. .item_title {
  44. width: 180rpx;
  45. font-size: 30rpx;
  46. color: #666666;
  47. margin-right: 30rpx;
  48. }
  49. .item_value {
  50. width: 500rpx;
  51. font-size: 26rpx;
  52. color: #333333;
  53. text-align: end;
  54. }