Invite-staff.wxss 1.6 KB

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