拓恒河湖长制全民护河平台WEB端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

130 lines
2.5KB

  1. /* package_mine/pages/feedbackDetail/index.wxss */
  2. .detail_container {
  3. width: 100%;
  4. min-height: 100vh;
  5. }
  6. .detail_head {
  7. padding: 70rpx 50rpx 80rpx 50rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. background: linear-gradient(180deg, #027CFF, #61A7FF);
  12. }
  13. .head_river {
  14. font-size: 40rpx;
  15. font-weight: 600;
  16. color: #ffffff;
  17. font-family: DFPLiJinHeiW8-GB;
  18. }
  19. .head_status {
  20. padding: 10rpx 26rpx;
  21. color: #3275E9;
  22. font-size: 26rpx;
  23. background-color: #ffffff;
  24. border-radius: 4rpx;
  25. }
  26. .info_box {
  27. width: 100%;
  28. margin-top: -10rpx;
  29. padding: 30rpx;
  30. background-color: #ffffff;
  31. border-top-left-radius: 10rpx;
  32. border-top-right-radius: 10rpx;
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: flex-start;
  36. align-items: flex-start;
  37. overflow: hidden;
  38. }
  39. .content {
  40. font-size: 28rpx;
  41. color: #4C4C4C;
  42. font-family: SourceHanSansCN-Normal;
  43. }
  44. .feedback_title {
  45. padding-left: 24rpx;
  46. margin-bottom: 30rpx;
  47. font-size: 30rpx;
  48. color: #000000;
  49. font-weight: bold;
  50. position: relative;
  51. }
  52. .feedback_title::before {
  53. content: '';
  54. width: 10rpx;
  55. height: 26rpx;
  56. border-radius: 5rpx;
  57. background-color: #3275E9;
  58. position: absolute;
  59. left: 0;
  60. top: 8rpx;
  61. }
  62. .feedback_info {
  63. width: 100%;
  64. display: flex;
  65. flex-direction: column;
  66. justify-content: flex-start;
  67. align-items: flex-start;
  68. }
  69. .image_box {
  70. width: 100%;
  71. padding: 30rpx 0;
  72. display: flex;
  73. flex-wrap: wrap;
  74. justify-content: flex-end;
  75. align-items: flex-start;
  76. }
  77. .image_item {
  78. width: 136rpx;
  79. height: 114rpx;
  80. border-radius: 4rpx;
  81. margin-left: 30rpx;
  82. }
  83. .detail_item {
  84. width: 100%;
  85. display: flex;
  86. justify-content: space-between;
  87. align-items: center;
  88. border-top: 1rpx solid #EDEDED;
  89. }
  90. .item_title {
  91. padding: 30rpx 0;
  92. font-size: 28rpx;
  93. color: #6F6F6F;
  94. }
  95. .item_value {
  96. font-size: 28rpx;
  97. color: #4F4F4F;
  98. }
  99. .textera_box {
  100. width: 100%;
  101. box-sizing: border-box;
  102. display: flex;
  103. flex-direction: column;
  104. justify-content: flex-start;
  105. align-items: flex-start;
  106. }
  107. .item_textera {
  108. box-sizing: border-box;
  109. width: 100%;
  110. padding: 20rpx 30rpx;
  111. background-color: rgba(32, 35, 42, 0.05);
  112. border-radius: 10rpx;
  113. font-size: 28rpx;
  114. color: rgba(79, 79, 79, 1);
  115. }
  116. .image_list {
  117. width: 100%;
  118. display: flex;
  119. flex-direction: column;
  120. justify-content: flex-start;
  121. align-items: flex-start;
  122. border-top: 1rpx solid #EDEDED;
  123. }