index.rpx.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .page{
  2. background: #F7F7F7;
  3. padding: 0rpx 32rpx;
  4. overflow: auto;
  5. }
  6. .scroll-Y{
  7. height: 900rpx;
  8. overflow: auto;
  9. }
  10. .outView{
  11. background: #FFFFFF;
  12. border-radius: 20rpx;
  13. padding: 28rpx 24rpx;
  14. margin-bottom: 24rpx;
  15. }
  16. .title{
  17. font-size: 32rpx;
  18. font-weight: 500;
  19. color: #333333;
  20. line-height: 44rpx;
  21. font-weight: bold;
  22. }
  23. .awardView{
  24. font-size: 28rpx;
  25. font-weight: 400;
  26. color: #666666;
  27. line-height: 40rpx;
  28. /*padding: 20rpx 0;*/
  29. }
  30. .award{
  31. width: 500rpx;
  32. }
  33. .awardItem{
  34. }
  35. .confirmButton{
  36. width: 686rpx;
  37. height: 108rpx;
  38. background: #FFE05C;
  39. border-radius: 60rpx;
  40. text-align: center;
  41. font-size: 32rpx;
  42. font-weight: 500;
  43. color: #111111;
  44. line-height: 108rpx;
  45. margin-top: 24rpx;
  46. }
  47. .createQrCodePopup{
  48. width: 638rpx;
  49. height: 750rpx;
  50. background: #FFFFFF;
  51. border-radius: 24rpx;
  52. position: relative;
  53. }
  54. .popupTitle{
  55. line-height: 100rpx;
  56. font-size: 32rpx;
  57. font-weight: bold;
  58. color: #111111;
  59. }
  60. .xoIcon{
  61. position: absolute;
  62. top: 20rpx;
  63. right: 32rpx;
  64. }
  65. .select{
  66. background: rgba(255, 224, 92, 0.1);
  67. border: 4rpx solid #FFE05C;
  68. box-sizing:border-box
  69. }
  70. .discount{
  71. margin-top: 20rpx;
  72. border: 1px solid rgba(226, 136, 136, 0.83);
  73. padding: 0 6rpx;
  74. border-radius: 10rpx;
  75. }
  76. .discount:first-child{
  77. margin-top: 0rpx;
  78. }
  79. .dataNullView{
  80. background: #FFFFFF;
  81. border-radius: 20rpx;
  82. padding: 24rpx;
  83. text-align: center;
  84. }
  85. .dataNullImage{
  86. width: 300rpx;
  87. height: 300rpx;
  88. }
  89. .roleName1{
  90. background: #FFFFFF;
  91. color: #007aff;
  92. }
  93. .roleHint{
  94. color: #999999;
  95. }
  96. .roleNameView{
  97. font-weight: bold;
  98. padding: 20rpx 0;
  99. }
  100. .roleName{
  101. color: #007aff;
  102. }
  103. .qrCreateTime{
  104. margin-top: 24rpx;
  105. font-size: 24rpx;
  106. color: #999999;
  107. }