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