index.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @import "../../components/My_card/index.scss";
  2. .user-item {
  3. display: flex;
  4. padding: 20rpx 30rpx;
  5. .user-img {
  6. display: flex;
  7. align-items: center;
  8. height: 130rpx;
  9. }
  10. .details {
  11. width: 507rpx;
  12. height: 130rpx;
  13. margin-left: 30rpx;
  14. .user-name {
  15. display: flex;
  16. height: 42rpx !important;
  17. font-size: 30rpx;
  18. font-family: PingFang SC-Bold, PingFang SC;
  19. font-weight: bold;
  20. color: #333333;
  21. .line-1 {
  22. max-width: 250rpx;
  23. }
  24. .position {
  25. font-size: 24rpx;
  26. font-family: PingFang SC-Bold, PingFang SC;
  27. font-weight: bold;
  28. color: #333333;
  29. margin-top: 6rpx;
  30. margin-left: 30rpx;
  31. }
  32. .icon {
  33. flex: 1;
  34. .iconfont {
  35. float: right;
  36. margin-top: 4rpx;
  37. }
  38. }
  39. }
  40. .base-msg {
  41. margin-top: 10rpx;
  42. height: 34rpx;
  43. line-height: 34rpx;
  44. font-size: 24rpx;
  45. font-family: PingFang SC-Regular, PingFang SC;
  46. color: #666666;
  47. .iconfont {
  48. margin-left: 60rpx;
  49. color: var(--assist);
  50. font-size: 26rpx;
  51. }
  52. }
  53. }
  54. }
  55. /* 角色 */
  56. .role-item {
  57. padding: 20rpx 30rpx;
  58. display: flex;
  59. justify-content: space-between;
  60. .role-l {
  61. height: 86rpx;
  62. width: 580rpx;
  63. .first-line {
  64. height: 42rpx;
  65. .label {
  66. display: inline-block;
  67. max-width: 250rpx;
  68. font-size: 30rpx;
  69. font-family: PingFang SC-Bold, PingFang SC;
  70. font-weight: bold;
  71. color: #333333;
  72. }
  73. .role {
  74. display: inline-block;
  75. max-width: 250rpx;
  76. font-size: 24rpx;
  77. font-family: PingFang SC-Regular, PingFang SC;
  78. color: #333333;
  79. margin-left: 20rpx;
  80. }
  81. }
  82. .creator {
  83. font-size: 24rpx;
  84. font-family: PingFang SC-Regular, PingFang SC;
  85. color: #666666;
  86. margin-top: 10rpx;
  87. }
  88. }
  89. .role-r {
  90. display: flex;
  91. align-items: center;
  92. height: 86rpx;
  93. width: 30rpx;
  94. text {
  95. font-size: 28rpx;
  96. }
  97. }
  98. }
  99. /* 吸底 */
  100. .footer {
  101. position: fixed;
  102. width: 100vw;
  103. text-align: center;
  104. padding: 20rpx 0;
  105. background-color: #ffffff;
  106. bottom: 0;
  107. .add-but {
  108. width: 500rpx;
  109. height: 90rpx;
  110. border-radius: 45rpx;
  111. }
  112. }