index.rpx.css 1.2 KB

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