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

98 lines
1.9KB

  1. /* pages/all/index.wxss */
  2. .protecityct_container {
  3. width: 100%;
  4. height: calc(100vh - 90rpx);
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: center;
  9. color: #333333;
  10. }
  11. .protect_head {
  12. width: 100%;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: flex-start;
  16. align-items: flex-end;
  17. }
  18. .select_location {
  19. width: 150rpx;
  20. height: 60rpx;
  21. margin-right: 30rpx;
  22. line-height: 60rpx;
  23. text-align: center;
  24. border: 1rpx solid #e0e0e0;
  25. border-radius: 10rpx;
  26. color: #999;
  27. font-size: 24rpx;
  28. }
  29. .search_container {
  30. width: 100%;
  31. box-sizing: border-box;
  32. padding: 10rpx 30rpx;
  33. background: #fff;
  34. position: relative;
  35. }
  36. .search_icon{
  37. height: 60rpx;
  38. width: 60rpx;
  39. position: absolute;
  40. top:50%;
  41. left:51rpx;
  42. transform: translateY(-50%);
  43. }
  44. .task-search {
  45. height: 70rpx;
  46. text-align: left;
  47. background: #F3F4F5;
  48. border-radius: 30rpx;
  49. font-size: 28rpx;
  50. padding-left: 80rpx;
  51. }
  52. .placeholder-style{
  53. font-family: "PingFangSC-Regular", "PingFang SC";
  54. font-weight: normal;
  55. color: #a6a6a6;
  56. }
  57. /* 列表样式 */
  58. .river_list {
  59. width: 100%;
  60. height: calc(100% - 140rpx);
  61. }
  62. .river_item {
  63. width: 100%;
  64. padding: 0 30rpx;
  65. }
  66. .river_info {
  67. width: 100%;
  68. padding: 30rpx 0;
  69. border-bottom: 1rpx solid #E6E6E6;
  70. display: flex;
  71. justify-content: space-between;
  72. align-items: flex-end;
  73. }
  74. .massage_box {
  75. box-sizing: border-box;
  76. width: calc(100%-150rpx);
  77. display: flex;
  78. justify-content: flex-start;
  79. align-items: flex-start;
  80. }
  81. .river_img {
  82. display: block;
  83. width: 178rpx;
  84. height: 144rpx;
  85. margin-right: 20rpx;
  86. }
  87. .execute_btn {
  88. width: 140rpx;
  89. height: 60rpx;
  90. font-size: 28rpx;
  91. color: #fff;
  92. line-height: 60rpx;
  93. text-align: center;
  94. background-color: #2A82E4FF;
  95. border-radius: 8rpx;
  96. align-self: flex-end;
  97. }