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

index.wxss 1.8KB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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_head {
  10. width: 100%;
  11. color: #000000;
  12. }
  13. .head_img {
  14. width: 100%;
  15. }
  16. .river_info {
  17. width: 100%;
  18. padding: 78rpx 50rpx;
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: flex-start;
  22. align-items: flex-start;
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. }
  27. .river_name {
  28. margin-bottom: 50rpx;
  29. font-size: 40rpx;
  30. font-family: Source Han Sans CN;
  31. font-weight: bold;
  32. }
  33. .info_item {
  34. width: 100%;
  35. display: flex;
  36. justify-content: flex-start;
  37. align-items: center;
  38. font-size: 26rpx;
  39. margin-bottom: 36rpx;
  40. }
  41. .message_detail {
  42. width: 100%;
  43. margin-top: -70rpx;
  44. padding: 30rpx;
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: flex-start;
  48. align-items: flex-start;
  49. background-color: #ffffff;
  50. border-top-left-radius: 30rpx;
  51. border-top-right-radius: 30rpx;
  52. }
  53. .detail_title {
  54. margin-bottom: 50rpx;
  55. padding-left: 20rpx;
  56. border-left: 8rpx solid #0089FF;
  57. font-size: 30rpx;
  58. font-weight: bold;
  59. line-height: 30rpx;
  60. }
  61. .message_box {
  62. width: 100%;
  63. display: flex;
  64. flex-wrap: wrap;
  65. justify-content: space-between;
  66. align-items: flex-start;
  67. font-size: 26rpx;
  68. color: #1A253E;
  69. }
  70. .detail_item {
  71. padding: 30rpx 0;
  72. display: flex;
  73. flex-direction: column;
  74. justify-content: center;
  75. align-items: center;
  76. border: 1rpx solid #0089FF;
  77. border-radius: 10rpx;
  78. background-color: #F1F9FF;
  79. margin-bottom: 20rpx;
  80. }
  81. .user_info {
  82. width: 48%;
  83. }
  84. .area_info {
  85. width: 100%;
  86. }
  87. .river_note {
  88. font-size: 28rpx;
  89. color: #1A253E;
  90. }
  91. .river_img {
  92. width: 100%;
  93. border-radius: 10rpx;
  94. margin-top: 30rpx;
  95. }