index.scss 2.8 KB

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