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

46 lines
943B

  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. background-color: #ffffff;
  30. display: flex;
  31. flex-direction: column;
  32. justify-content: flex-start;
  33. align-items: center;
  34. }
  35. .function_item {
  36. width: 100%;
  37. padding: 20rpx 30rpx;
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. }
  42. .item_title {
  43. display: flex;
  44. justify-content: flex-start;
  45. align-items: center;
  46. }