index.wxss 1.4 KB

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