index.wxss 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /**index.wxss**/
  2. .userinfo {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. color: #aaa;
  7. }
  8. .userinfo-avatar {
  9. overflow: hidden;
  10. width: 128rpx;
  11. height: 128rpx;
  12. margin: 20rpx;
  13. border-radius: 50%;
  14. }
  15. .usermotto {
  16. margin-top: 200px;
  17. }
  18. .ert{
  19. position: relative;
  20. }
  21. .btn{
  22. position: absolute;
  23. right: 40rpx;
  24. top: 32rpx;
  25. }
  26. .card{
  27. width: 90%;
  28. margin: auto;
  29. height: 250rpx;
  30. background: #fff;
  31. border-radius: 10rpx;
  32. margin-top: 18rpx;
  33. padding: 20rpx 20rpx;
  34. position: relative;
  35. /* box-shadow: 5px 5px 5px #cdcfcf; */
  36. }
  37. .card1{
  38. display: flex;
  39. justify-content: space-between;
  40. color: #696969;
  41. margin-bottom: 8rpx;
  42. }
  43. .card2{
  44. display: flex;
  45. justify-content: space-between;
  46. color: #696969;
  47. margin-bottom: -10rpx;
  48. }
  49. .btn1{
  50. position: absolute;
  51. right: 20rpx;
  52. bottom: 25rpx;
  53. }