invite.wxss 658 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. }
  6. .panelTitle{
  7. width:100%;
  8. margin-top: 50rpx;
  9. justify-content: flex-start;
  10. }
  11. .panelTitle .panelTitle1{
  12. font-size:32rpx;
  13. margin-left: 30rpx;
  14. margin-bottom: 30rpx;
  15. }
  16. .panelItem{
  17. width:100%;
  18. justify-content: flex-start;
  19. font-size:28rpx;
  20. height:120rpx;
  21. background-color: #fff;
  22. }
  23. .AvatarUrl{
  24. width: 60rpx;
  25. height: 60rpx;
  26. border-radius: 50%;
  27. margin-left: 30rpx;
  28. background-color: #D2D2D2;
  29. }
  30. .panelItem .panelItem1{
  31. margin-left: 20rpx;
  32. font-weight: 400;
  33. color:#1e1e1e;
  34. }
  35. .text1{
  36. font-size:48rpx;
  37. text-align: center;
  38. margin-top: 462rpx;
  39. }