myconcern.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. page {
  2. width: 750rpx;
  3. background: #F0F1F5;
  4. }
  5. .concern-center {
  6. width: 716rpx;
  7. margin: 20rpx auto;
  8. }
  9. .concern-info {
  10. margin-bottom: 20rpx;
  11. width: 100%;
  12. height: 132rpx;
  13. display: flex;
  14. align-items: center;
  15. border-radius: 12rpx;
  16. background: #FFFFFF;
  17. }
  18. .avatar-image {
  19. width: 100%;
  20. height: 100%;
  21. border-radius: 50%;
  22. border: 4rpx solid #61CA54;
  23. }
  24. .user-profession {
  25. width: 68rpx;
  26. height: 24rpx;
  27. background: rgba(97, 202, 84, 1);
  28. border-radius: 166rpx;
  29. border: 2rpx solid rgba(255, 255, 255, 1);
  30. font-size: 16rpx;
  31. /* font-family: PingFangSC-Medium; */
  32. /* font-weight: 500; */
  33. color: rgba(255, 255, 255, 1);
  34. line-height: 24rpx;
  35. text-align: center;
  36. position:absolute;
  37. bottom:-20rpx;
  38. left:17rpx;
  39. }
  40. .avatar-box {
  41. margin-left: 30rpx;
  42. width: 96rpx;
  43. height: 96rpx;
  44. border-radius: 50%;
  45. margin-right: 6rpx;
  46. position:relative;
  47. margin-top:-20rpx;
  48. }
  49. .avatar-name {
  50. display: flex;
  51. flex-direction: column;
  52. margin-left: 14rpx;
  53. }
  54. .nickName {
  55. width: 420rpx;
  56. height: 44rpx;
  57. color: #000000;
  58. font-size: 32rpx;
  59. }
  60. .time {
  61. width: 420rpx;
  62. height: 44rpx;
  63. color: #686868;
  64. font-size: 32rpx;
  65. }
  66. .avatar-follow {
  67. margin-left: 30rpx;
  68. display: flex;
  69. flex-direction: column;
  70. align-items: center;
  71. width: 100rpx;
  72. }
  73. .avatar-img {
  74. width: 46rpx;
  75. height: 40rpx;
  76. }
  77. .avatar-images {
  78. width: 100%;
  79. height: 100%;
  80. }
  81. .follow-status {
  82. margin-top: 8rpx;
  83. color: #686868;
  84. font-size: 20rpx;
  85. }
  86. .placerholder{
  87. position: relative;
  88. }