index.rpx.css 1.8 KB

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