groupWork.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .content{
  2. background: #fff;
  3. width: 70%;
  4. position: relative;
  5. top: 0;
  6. bottom: 0;
  7. right: 0;
  8. left: 0;
  9. margin: 40% auto auto;
  10. border-radius: 20rpx;
  11. font-size: 28rpx;
  12. text-align: center;
  13. padding: 30rpx;
  14. }
  15. .content .close{
  16. position: absolute;
  17. padding: 6rpx 15rpx;
  18. font-size: 40rpx;
  19. top: 0;
  20. right: 0;
  21. }
  22. .red{
  23. color: #ee3a43;
  24. }
  25. .content .groupText{
  26. margin: 20rpx 0 10rpx;
  27. }
  28. .content .useHeadImg{
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: center;
  32. margin: 20rpx 0;
  33. flex-wrap: wrap;
  34. }
  35. .content .useHeadImg .userList{
  36. position: relative;
  37. }
  38. .content .useHeadImg .userList .headUser{
  39. position: absolute;
  40. top: 0;
  41. left: 0;
  42. color: #fff;
  43. background: #ea5404;
  44. font-size: 18rpx;
  45. line-height: 1.5;
  46. border-radius: 10rpx;
  47. padding: 2rpx 6rpx;
  48. }
  49. .content .useHeadImg image{
  50. width: 75rpx;
  51. height: 75rpx;
  52. background: #eee;
  53. border-radius: 50%;
  54. margin: 6rpx;
  55. }
  56. .content .useHeadImg .empty{
  57. width: 75rpx;
  58. height: 75rpx;
  59. background: rgba(238, 58, 67, 0.2);
  60. border: 1rpx dashed #ee3a43;
  61. border-radius: 50%;
  62. margin: 0 5rpx;
  63. font-size: 50rpx;
  64. line-height: 80rpx;
  65. color:#ee3a43;
  66. }
  67. .content .btn{
  68. margin-top: 20rpx;
  69. display: flex;
  70. flex-direction: row;
  71. }
  72. .content .btn button{
  73. font-size: 28rpx;
  74. line-height: 2;
  75. }