12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- ax-body {
- display: block;
- height: 100%;
- /* background-color: rgb(35, 111, 248); */
- }
- .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:60rpx;
- 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:100%;
- border-radius: 10rpx;
- }
- .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;
- }
|