Invite-staff.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ax-body {
  2. display: block;
  3. height: 100%;
  4. }
  5. .invite-staff-bg {
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. right: 0;
  10. z-index:-1000;
  11. }
  12. .invite-staff-bg image {
  13. display: block;
  14. width: 100%;
  15. }
  16. .invite-staff-box{
  17. margin-top: 230rpx;
  18. text-align: center;
  19. }
  20. .invite-staff-box .attend-card-box{
  21. position: relative;
  22. left: 24rpx;
  23. width: 700rpx;
  24. height: 800rpx;
  25. /* background-color: #aaaa7f; */
  26. }
  27. .invite-staff-box .attend-card-box .userinfo-box{
  28. position: absolute;
  29. top: -50rpx;
  30. width: 100%;
  31. }
  32. .invite-staff-box .attend-card-box .userinfo-box .user-avatar{
  33. width: 120rpx;
  34. height: 120rpx;
  35. border-radius: 50%;
  36. }
  37. .invite-staff-box .attend-card-box .card-img-box image {
  38. width: 680rpx;
  39. }
  40. .invite-staff-box .attend-card-box .card-qrcode-box{
  41. position: absolute;
  42. top: 328rpx;
  43. width: 100%;
  44. }
  45. .invite-staff-box .attend-card-box .card-qrcode-box .card-qrcode{
  46. width: 200rpx;
  47. height: 200rpx;
  48. }
  49. .invite-staff-box .attend-card-box .tips-text{
  50. position: absolute;
  51. width: 100%;
  52. top: 678rpx;
  53. font-size: 28rpx;
  54. color: #181818;
  55. }
  56. .invite-staff-box .bottom-tips-text{
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. }
  61. .invite-staff-box .bottom-tips-text image{
  62. width: 48rpx;
  63. height: 48rpx;
  64. }
  65. .invite-staff-box .bottom-tips-text text{
  66. font-size: 28rpx;
  67. color: #2B303A;
  68. margin-left: 12rpx;
  69. }