index.scss 2.8 KB

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