index.wxss 658 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .container {
  2. width: 100%;
  3. }
  4. .top {
  5. height: 25vh;
  6. background-color: #fd6b18;
  7. padding-top: 10px;
  8. position: relative;
  9. z-index: 1;
  10. }
  11. .avatar {
  12. width: 70px;
  13. height: 70px;
  14. border-radius: 50%;
  15. overflow: hidden;
  16. display: block;
  17. margin: 0 auto;
  18. }
  19. .name {
  20. color: #fff;
  21. width: 100%;
  22. text-align: center;
  23. display: block;
  24. margin: 10px 0;
  25. }
  26. .login {
  27. margin: 10px auto;
  28. color: #fff !important;
  29. padding: 0;
  30. line-height: 1em;
  31. }
  32. .main {
  33. width: 90%;
  34. display: block;
  35. margin: 0 auto;
  36. margin-top: -40px;
  37. position: relative;
  38. z-index: 2;
  39. }
  40. .logoutBox {
  41. display: block;
  42. margin-top: 50px;
  43. }
  44. .logout .uni-list-item__content-title {
  45. text-align: center;
  46. }