拓恒河湖长制全民护河平台WEB端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

109 lignes
2.1KB

  1. /* package_first/pages/ProtectionSuggestion/ProtectionSuggestion.wxss */
  2. .suggestion_container{
  3. min-height:100vh;
  4. width: 100%;
  5. background-color: rgb(240, 242, 245);
  6. }
  7. .main{
  8. width: 100%;
  9. padding: 30rpx;
  10. }
  11. .top{
  12. padding: 31rpx 39rpx 52rpx 28rpx;
  13. display: flex;
  14. flex-grow:inherit;
  15. height: 173rpx;
  16. background: #FFFFFF;
  17. box-shadow: 0rpx 0rpx 7rpx 0rpx rgba(43,93,184,0.18);
  18. border-radius: 20rpx;
  19. }
  20. .text_icon{
  21. width: 47rpx;
  22. height: 47rpx;
  23. }
  24. .top_text{
  25. width: 100%;
  26. height: 83rpx;
  27. font-size: 30rpx;
  28. font-family: Source Han Sans CN;
  29. font-weight: 500;
  30. color: #000000;
  31. line-height: 53rpx;
  32. margin-left: 10rpx;
  33. }
  34. .bottom{
  35. width: 100%;
  36. display: flex;
  37. flex-direction: column;
  38. margin-top: 60rpx;
  39. }
  40. .suggestion{
  41. margin-bottom: 56rpx;
  42. width: 127px;
  43. height: 31rpx;
  44. font-size: 32rpx;
  45. font-family: Source Han Sans CN;
  46. font-weight: 500;
  47. color: #000000;
  48. line-height: 53rpx;
  49. }
  50. .suggestion::after {
  51. content:"";
  52. display:block;
  53. margin-top: -15rpx;
  54. width: 129rpx;
  55. height: 10rpx;
  56. background: #1E79FA;
  57. opacity: 0.5;
  58. }
  59. .text_content{
  60. border-radius: 20rpx;
  61. background-color: #fff;
  62. width:calc(100% - 80rpx);
  63. height: 217rpx;
  64. font-size: 30rpx;
  65. padding-top: 51rpx;
  66. padding-left: 40rpx;
  67. display: block;
  68. text-overflow:ellipsis;
  69. word-wrap:break-word;
  70. }
  71. .button{
  72. width:calc(100% - 80rpx);
  73. text-align: center;
  74. border-radius: 30rpx;
  75. color: white;
  76. background-color: #2878ff;
  77. position: absolute;
  78. bottom: 120rpx;
  79. height: 80rpx;
  80. line-height: 80rpx;
  81. }
  82. .submit_suggestion{
  83. width: 609rpx;
  84. height: 419rpx;
  85. position: fixed;
  86. top: 50%;
  87. left: 50%;
  88. transform: translate(-50%,-50%);
  89. }
  90. .submit_suggestion_bg {
  91. width: 100vw;
  92. height: 100vh;
  93. background-color: rgba(000, 000,000, 0.4);
  94. position: fixed;
  95. left: 0;
  96. top: 0;
  97. }
  98. .close_submit_suggestion {
  99. width: 50rpx;
  100. height: 50rpx;
  101. border-radius: 50%;
  102. position: fixed;
  103. top: 38%;
  104. left: 78.5%;
  105. z-index: 999;
  106. }