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

47 lines
969B

  1. /* pages/mine/index.wxss */
  2. .mine_container {
  3. width: 100%;
  4. height: 100vh;
  5. background-color: #F3F4F5;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: flex-start;
  9. align-items: center;
  10. }
  11. .user_massage {
  12. width: 100%;
  13. height: 200rpx;
  14. padding: 36rpx 60rpx;
  15. background-color: #ffffff;
  16. display: flex;
  17. justify-content: flex-start;
  18. align-items: center;
  19. }
  20. .user_avatar {
  21. width: 128rpx;
  22. height: 128rpx;
  23. border-radius: 50%;
  24. margin-right: 30rpx;
  25. }
  26. .function_list {
  27. width: 100%;
  28. margin-top: 30rpx;
  29. display: flex;
  30. flex-direction: column;
  31. justify-content: flex-start;
  32. align-items: center;
  33. }
  34. .function_item {
  35. background-color: #ffffff;
  36. width: 100%;
  37. margin-bottom: 20rpx;
  38. padding: 20rpx 30rpx;
  39. display: flex;
  40. justify-content: space-between;
  41. align-items: center;
  42. }
  43. .item_title {
  44. display: flex;
  45. justify-content: flex-start;
  46. align-items: center;
  47. }