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

55 lines
1.0KB

  1. /* package_A/pages/riverDetail/index.wxss */
  2. .detail_container {
  3. width: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: flex-start;
  7. align-items: flex-start;
  8. }
  9. .river_img {
  10. width: 100%;
  11. height: 300rpx;
  12. }
  13. .river_message {
  14. width: 100%;
  15. padding: 20rpx 0;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: flex-start;
  19. align-items: flex-start;
  20. }
  21. .message_item {
  22. width: 100%;
  23. padding: 20rpx 30rpx;
  24. display: flex;
  25. justify-content: space-between;
  26. }
  27. .item_label {
  28. width: 170rpx;
  29. flex-shrink: 0;
  30. font-size: 30rpx;
  31. color: #666666;
  32. }
  33. .item_value {
  34. flex: 1;
  35. text-align: end;
  36. word-wrap: break-word;
  37. word-break: break-all;
  38. font-size: 26rpx;
  39. color: #333333;
  40. }
  41. .note_box {
  42. width: 100%;
  43. padding: 20rpx 30rpx;
  44. display: flex;
  45. flex-direction: column;
  46. justify-content: flex-start;
  47. align-items: flex-start;
  48. }
  49. .note {
  50. font-size: 26rpx;
  51. color: #333333;
  52. margin-top: 20rpx;
  53. text-align: start;
  54. word-break: break-all;
  55. }