index.rpx.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. .page{
  2. background: #F7F7F7;
  3. padding: 1rpx 32rpx;
  4. }
  5. .outView{
  6. background: #FFFFFF;
  7. border-radius: 20rpx;
  8. padding: 28rpx 24rpx;
  9. margin-bottom: 24rpx;
  10. }
  11. .roleName{
  12. margin-right: 20rpx;
  13. font-size: 28rpx;
  14. font-weight: 400;
  15. color: #333333;
  16. line-height: 44rpx;
  17. }
  18. .title{
  19. font-size: 32rpx;
  20. font-weight: 500;
  21. color: #333333;
  22. line-height: 44rpx;
  23. font-weight: bold;
  24. }
  25. .awardView{
  26. font-size: 28rpx;
  27. font-weight: 400;
  28. color: #666666;
  29. line-height: 40rpx;
  30. padding: 20rpx 0;
  31. }
  32. .award{
  33. width: 500rpx;
  34. }
  35. .awardItem{
  36. margin-right: 100rpx;
  37. }
  38. .addButton{
  39. width: 686rpx;
  40. height: 84rpx;
  41. background: #FFFFFF;
  42. border-radius: 54rpx;
  43. border: 4rpx dashed #FFE05C;
  44. text-align: center;
  45. line-height: 84rpx;
  46. font-size: 28rpx;
  47. font-weight: 400;
  48. color: #333333;
  49. margin-top: 24rpx;
  50. }
  51. .scroll-Y{
  52. height: 600rpx;
  53. }
  54. .rulePopup{
  55. height: 900rpx;
  56. border-top-right-radius: 10rpx;
  57. border-top-left-radius: 10rpx;
  58. background: white;
  59. padding: 0 32rpx;
  60. }
  61. .popupTitle{
  62. line-height: 100rpx;
  63. font-size: 32rpx;
  64. font-weight: bold;
  65. color: #111111;
  66. }
  67. .scroll-Y1{
  68. height: 600rpx;
  69. }
  70. .label{
  71. padding: 24rpx 32rpx;
  72. background: #F7F7F7;
  73. margin-top: 24rpx;
  74. border-radius: 15rpx;
  75. }
  76. .confirmButton{
  77. width: 686rpx;
  78. height: 108rpx;
  79. background: #FFE05C;
  80. border-radius: 60rpx;
  81. text-align: center;
  82. font-size: 32rpx;
  83. font-weight: 500;
  84. color: #111111;
  85. line-height: 108rpx;
  86. margin-top: 24rpx;
  87. }
  88. .createQrCodePopup{
  89. width: 638rpx;
  90. height: 714rpx;
  91. background: #FFFFFF;
  92. border-radius: 24rpx;
  93. position: relative;
  94. }
  95. .xoIcon{
  96. position: absolute;
  97. top: 20rpx;
  98. right: 32rpx;
  99. }
  100. .rolePopup{
  101. height: 700rpx;
  102. border-top-right-radius: 10rpx;
  103. border-top-left-radius: 10rpx;
  104. padding: 0 32rpx;
  105. background: white;
  106. }
  107. .scroll-Y2{
  108. height: 450rpx;
  109. }
  110. .roleName1{
  111. padding: 20rpx;
  112. font-size: 30rpx;
  113. font-weight: bold;
  114. border-radius: 10rpx;
  115. background: #f7f7f7;
  116. margin-top: 24rpx;
  117. }
  118. .roleName1:first-child{
  119. margin-top: 0;
  120. }
  121. .selectRoleName1{
  122. background: rgba(255, 224, 92, 0.1);
  123. border: 4rpx solid #FFE05C;
  124. box-sizing:border-box
  125. }