index.rpx.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .attach{
  2. background-image: url('https://jje.xinyuekj.com.cn/tk/static/index/indexbg.png');
  3. background-repeat: no-repeat;
  4. background-size: 750rpx 680rpx;
  5. background-color: #F9F9F9;
  6. }
  7. .grid{
  8. width: 624rpx;
  9. }
  10. .qrView{
  11. padding: 20rpx;
  12. margin-top: 56rpx;
  13. background: white;
  14. }
  15. .gridItem{
  16. width: 206rpx;
  17. height: 104rpx;
  18. margin-top: 30rpx;
  19. float: left;
  20. }
  21. .title{
  22. font-weight: 400;
  23. font-size: 24rpx;
  24. color: #666666;
  25. line-height: 44rpx;
  26. text-align: center;
  27. }
  28. .number{
  29. font-weight: 600;
  30. font-size: 40rpx;
  31. color: #333333;
  32. line-height: 44rpx;
  33. }
  34. .leftBorder{
  35. border-left: 2rpx solid #FFFFFF;
  36. }
  37. .createQrCodePopup{
  38. width: 750rpx;
  39. height: 100vh;
  40. background: white;
  41. }
  42. .xoIcon{
  43. width: 70rpx;
  44. margin-top: 50rpx;
  45. margin-left: 350rpx;
  46. }
  47. .qrcodeView{
  48. width: 100%;
  49. height: 100%;
  50. background: #4cd964;
  51. position: relative;
  52. }
  53. .roleSelect{
  54. background: white;
  55. width: 300rpx;
  56. border-radius: 10rpx;
  57. margin-top: 40rpx;
  58. }
  59. .roleSelectLabel{
  60. font-size: 30rpx;
  61. color: #666666;
  62. margin-left: 55rpx;
  63. margin-top: 40rpx;
  64. }