index.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .box {
  2. position: relative;
  3. width: 100%;
  4. .fui-personal-group {
  5. display: flex;
  6. flex-wrap: wrap;
  7. background-repeat: no-repeat;
  8. background-position: center top;
  9. background-size: 100% 100%;
  10. .column-centre {
  11. width: 300rpx;
  12. height: 100rpx;
  13. margin: 150rpx 225rpx;
  14. .personal-names {
  15. width: 100rpx;
  16. height: 100rpx;
  17. border-radius: 50%;
  18. margin: 0 100rpx;
  19. }
  20. .nicknames {
  21. width: 300rpx;
  22. text-align: center;
  23. font-size: 28rpx;
  24. font-weight: 800;
  25. }
  26. }
  27. .nicknames {
  28. width: 300rpx;
  29. text-align: center;
  30. font-size: 28rpx;
  31. font-weight: 800;
  32. }
  33. .personal-name {
  34. width: 100rpx;
  35. height: 100rpx;
  36. border-radius: 50%;
  37. margin: auto 30rpx;
  38. }
  39. .personal-nametwo {
  40. width: 100rpx;
  41. height: 100rpx;
  42. border-radius: 50%;
  43. margin: auto 60rpx;
  44. }
  45. .nickname {
  46. font-size: 28rpx;
  47. font-weight: 800;
  48. }
  49. // .members {
  50. // position: absolute;
  51. // bottom: 0rpx;
  52. // left: 5%;
  53. // width: 90%;
  54. // background-image: url("https://file-cloud.fmode.cn/O64wHWNFcf/20220223/5311sb030705.png");
  55. // background-repeat: no-repeat;
  56. // background-position: center top;
  57. // background-size: 100% 100%;
  58. // padding: 20rpx 0;
  59. // font-size: 30rpx;
  60. // }
  61. // .members-two {
  62. // width: 90%;
  63. // height: 52rpx;
  64. // margin-top: -120rpx;
  65. // // background-image: url("https://file-cloud.fmode.cn/lb486SzXLP/20211207/7p0u13091423.png");
  66. // // background-repeat: no-repeat;
  67. // // background-position: center top;
  68. // // background-size: 100% 100%;
  69. // z-index: 9999;
  70. // }
  71. }
  72. .members {
  73. background-image: url("https://file-cloud.fmode.cn/O64wHWNFcf/20220223/5311sb030705.png");
  74. background-repeat: no-repeat;
  75. background-position: center top;
  76. background-size: 100% 100%;
  77. width: 90%;
  78. margin-top: -57rpx;
  79. margin-left: 5%;
  80. .membersa {
  81. padding: 10rpx 100rpx;
  82. font-size: 30rpx;
  83. }
  84. }
  85. .members-two {
  86. width: 90%;
  87. height: 80rpx;
  88. margin-top: -40rpx;
  89. margin-left: 5%;
  90. z-index: 9999;
  91. }
  92. }