| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | 
							- ax-body {
 
- 	display: block;
 
- 	height: 100%;
 
- }
 
- .invite-staff-bg {
 
- 	position: fixed;
 
- 	top: 0;
 
- 	left: 0;
 
- 	right: 0;
 
- 	z-index:-1000;
 
- }
 
- .invite-staff-bg image {
 
- 	display: block;
 
- 	width: 100%;
 
- }
 
- .invite-staff-box{
 
- 	margin-top: 230rpx;
 
- 	text-align: center;
 
- }
 
- .invite-staff-box .attend-card-box{
 
- 	position: relative;
 
- 	left: 24rpx;
 
- 	width: 700rpx;
 
- 	height: 800rpx;
 
- 	/* background-color: #aaaa7f; */
 
- }
 
- .invite-staff-box .attend-card-box .userinfo-box{
 
- 	position: absolute;
 
- 	top: -50rpx;
 
- 	width: 100%;
 
- }
 
- .invite-staff-box .attend-card-box .userinfo-box .user-avatar{
 
- 	width: 120rpx;
 
- 	height: 120rpx;
 
- 	border-radius: 50%;
 
- }
 
- .invite-staff-box .attend-card-box .card-img-box image {
 
- 	width: 680rpx;
 
- }
 
- .invite-staff-box .attend-card-box .card-qrcode-box{
 
- 	position: absolute;
 
- 	top: 328rpx;
 
- 	width: 100%;
 
- }
 
- .invite-staff-box .attend-card-box .card-qrcode-box .card-qrcode{
 
- 	width: 200rpx;
 
- 	height: 200rpx;
 
- }
 
- .invite-staff-box .attend-card-box .tips-text{
 
- 	position: absolute;
 
- 	width: 100%;
 
- 	top: 678rpx;
 
- 	font-size: 28rpx;
 
- 	color: #181818;
 
- }
 
- .invite-staff-box .bottom-tips-text{
 
- 	display: flex;
 
- 	align-items: center;
 
- 	justify-content: center;
 
- }
 
- .invite-staff-box .bottom-tips-text image{
 
- 	width: 48rpx;
 
- 	height: 48rpx;
 
- }
 
- .invite-staff-box .bottom-tips-text text{
 
- 	font-size: 28rpx;
 
- 	color: #2B303A;
 
- 	margin-left: 12rpx;
 
- }
 
 
  |