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

144 lines
2.9KB

  1. /* pages/mine/index.wxss */
  2. .mine_container {
  3. width: 100%;
  4. height: 100vh;
  5. background: linear-gradient(180deg, #008CFF 0%, #008CFF 21%, rgba(255,255,255,0) 35%);
  6. /* background-color: #ffffff; */
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: flex-start;
  10. align-items: center;
  11. }
  12. .user_massage {
  13. width: 100%;
  14. padding: 60rpx 30rpx;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: flex-start;
  18. align-items: flex-start;
  19. }
  20. .approve_box {
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: flex-start;
  24. align-items: flex-start;
  25. }
  26. .message_box {
  27. display: flex;
  28. justify-content: flex-start;
  29. align-items: flex-start;
  30. }
  31. .user_avatar {
  32. width: 86rpx;
  33. height: 86rpx;
  34. border-radius: 50%;
  35. }
  36. .id_box {
  37. display: flex;
  38. justify-content: flex-start;
  39. align-items: center;
  40. }
  41. .user_name {
  42. max-width: 180rpx;
  43. margin-right: 20rpx;
  44. font-size: 36rpx;
  45. color: #ffffff;
  46. font-weight: 400;
  47. overflow: hidden;
  48. white-space: nowrap;
  49. text-overflow: ellipsis;
  50. }
  51. .approve_box {
  52. margin-left: 28rpx;
  53. display: flex;
  54. flex-direction: column;
  55. justify-content: flex-start;
  56. align-items: flex-start;
  57. }
  58. .approve_btn {
  59. width: 173rpx;
  60. height: 44rpx;
  61. text-align: center;
  62. line-height: 44rpx;
  63. font-size: 24rpx;
  64. color: #ffffff;
  65. background-color: rgba(255,255,255,0.2);
  66. border: 1rpx solid #ffffff;
  67. border-radius: 40rpx;
  68. overflow: hidden;
  69. white-space: nowrap;
  70. text-overflow: ellipsis;
  71. }
  72. .integral {
  73. margin-top: 20rpx;
  74. display: flex;
  75. justify-content: flex-start;
  76. align-items: center;
  77. }
  78. .function_list {
  79. width: 100%;
  80. padding: 0 30rpx;
  81. display: flex;
  82. flex-direction: column;
  83. justify-content: flex-start;
  84. align-items: center;
  85. overflow: hidden;
  86. }
  87. .apply_head {
  88. width: 100%;
  89. padding: 23rpx 30rpx;
  90. display: flex;
  91. justify-content: space-between;
  92. align-items: center;
  93. background-color: #0761A8;
  94. border-top-left-radius: 20rpx;
  95. border-top-right-radius: 20rpx;
  96. }
  97. .apply_btn {
  98. width: 130rpx;
  99. height: 46rpx;
  100. line-height: 46rpx;
  101. text-align: center;
  102. background-color: #FFFFFF;
  103. color: #0081FF;
  104. font-size: 24rpx;
  105. border-radius: 23rpx;
  106. }
  107. .function_item {
  108. width: 100%;
  109. padding: 33rpx;
  110. display: flex;
  111. justify-content: space-between;
  112. align-items: center;
  113. color: #626262;
  114. background-color: #ffffff;
  115. }
  116. .item_title {
  117. display: flex;
  118. justify-content: flex-start;
  119. align-items: center;
  120. }
  121. .enter_box {
  122. display: flex;
  123. justify-content: flex-end;
  124. align-items: center;
  125. }
  126. .badge{
  127. background: #E73F3F;
  128. border-radius: 10px;
  129. padding: 0 15rpx;
  130. color: #FFFFFF;
  131. font-size: 24rpx;
  132. position: relative;
  133. top: -10rpx;
  134. right: 10rpx;
  135. }
  136. .tag {
  137. width: 100%;
  138. height: 10rpx;
  139. background-color: #ededed;
  140. }