setting.wxss 906 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* components/user/user.wxss */
  2. .card {
  3. height: 300rpx;
  4. }
  5. .avatar {
  6. position: absolute;
  7. top: 50rpx;
  8. left: 50rpx;
  9. height: 200rpx;
  10. width: 200rpx;
  11. border-radius: 20%;
  12. }
  13. .nickname {
  14. position: absolute;
  15. font-size: 50rpx;
  16. line-height: 50rpx;
  17. top: 100rpx;
  18. left: 300rpx;
  19. }
  20. .location {
  21. position: absolute;
  22. font-size: 27rpx;
  23. line-height: 30rpx;
  24. top: 175rpx;
  25. left: 300rpx;
  26. }
  27. .gap {
  28. height: 20rpx;
  29. }
  30. .line {
  31. height: 5rpx;
  32. }
  33. .btn {
  34. height: 100rpx;
  35. }
  36. .btn-hover {
  37. background: #c0c0c0;
  38. }
  39. .btn-icon {
  40. position: relative;
  41. float: left;
  42. top: 28rpx;
  43. left: 35rpx;
  44. height: 44rpx;
  45. width: 44rpx;
  46. }
  47. .btn-text {
  48. position: relative;
  49. float: left;
  50. left: 50rpx;
  51. line-height: 100rpx;
  52. font-size: 35rpx;
  53. }
  54. .btn-arrow {
  55. position: relative;
  56. float: right;
  57. right: 40rpx;
  58. line-height: 100rpx;
  59. }