index.rpx.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .manager{
  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. min-height: 680rpx;
  8. }
  9. .grid{
  10. width: 624rpx;
  11. }
  12. .qrView{
  13. padding: 20rpx;
  14. margin-top: 56rpx;
  15. background: white;
  16. }
  17. .gridItem{
  18. width: 206rpx;
  19. height: 104rpx;
  20. margin-top: 30rpx;
  21. float: left;
  22. }
  23. .title{
  24. font-weight: 400;
  25. font-size: 24rpx;
  26. color: #666666;
  27. line-height: 44rpx;
  28. text-align: center;
  29. }
  30. .number{
  31. font-weight: 600;
  32. font-size: 40rpx;
  33. color: #333333;
  34. line-height: 44rpx;
  35. }
  36. .leftBorder{
  37. border-left: 2rpx solid #FFFFFF;
  38. }
  39. .createQrCodePopup{
  40. width: 750rpx;
  41. height: 100vh;
  42. background: white;
  43. }
  44. .xoIcon{
  45. width: 70rpx;
  46. margin-top: 50rpx;
  47. margin-left: 350rpx;
  48. }
  49. .qrcodeView{
  50. width: 100%;
  51. height: 100%;
  52. background: #4cd964;
  53. position: relative;
  54. }
  55. .roleSelect{
  56. background: white;
  57. width: 300rpx;
  58. border-radius: 10rpx;
  59. margin-top: 40rpx;
  60. }
  61. .roleSelectLabel{
  62. font-size: 30rpx;
  63. color: #666666;
  64. margin-left: 55rpx;
  65. margin-top: 40rpx;
  66. }