| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .manager{
- background-image: url("/static/index/indexbg.png");
- /*background-image: url('https://jje.xinyuekj.com.cn/tk/static/index/indexbg.png');*/
- background-repeat: no-repeat;
- background-size: 750rpx 680rpx;
- background-color: #F9F9F9;
- }
- .grid{
- width: 624rpx;
- }
- .qrView{
- padding: 20rpx;
- margin-top: 56rpx;
- background: white;
- }
- .gridItem{
- width: 206rpx;
- height: 104rpx;
- margin-top: 30rpx;
- float: left;
- }
- .title{
- font-weight: 400;
- font-size: 24rpx;
- color: #666666;
- line-height: 44rpx;
- text-align: center;
- }
- .number{
- font-weight: 600;
- font-size: 40rpx;
- color: #333333;
- line-height: 44rpx;
- }
- .leftBorder{
- border-left: 2rpx solid #FFFFFF;
- }
- .createQrCodePopup{
- width: 750rpx;
- height: 100vh;
- background: white;
- }
- .xoIcon{
- width: 70rpx;
- margin-top: 50rpx;
- margin-left: 350rpx;
- }
- .qrcodeView{
- width: 100%;
- height: 100%;
- background: #4cd964;
- position: relative;
- }
- .roleSelect{
- background: white;
- width: 300rpx;
- border-radius: 10rpx;
- margin-top: 40rpx;
- }
- .roleSelectLabel{
- font-size: 30rpx;
- color: #666666;
- margin-left: 55rpx;
- margin-top: 40rpx;
- }
|