index.rpx.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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: 5rpx 0;
  31. }
  32. .award{
  33. width: 500rpx;
  34. }
  35. .awardItem{
  36. min-width: 230rpx;
  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. background: #f7f7f7;
  61. }
  62. .popupTitle{
  63. line-height: 100rpx;
  64. font-size: 32rpx;
  65. font-weight: bold;
  66. color: #111111;
  67. }
  68. .scroll-Y1{
  69. height: 600rpx;
  70. }
  71. .label{
  72. padding: 24rpx 32rpx;
  73. background: #F7F7F7;
  74. margin-top: 24rpx;
  75. border-radius: 15rpx;
  76. }
  77. .confirmButton{
  78. width: 686rpx;
  79. height: 108rpx;
  80. background: #FFE05C;
  81. border-radius: 60rpx;
  82. text-align: center;
  83. font-size: 32rpx;
  84. font-weight: 500;
  85. color: #111111;
  86. line-height: 108rpx;
  87. margin-top: 24rpx;
  88. }
  89. .createQrCodePopup{
  90. width: 638rpx;
  91. height: 714rpx;
  92. background: #FFFFFF;
  93. border-radius: 24rpx;
  94. position: relative;
  95. }
  96. .xoIcon{
  97. position: absolute;
  98. top: 20rpx;
  99. right: 32rpx;
  100. }
  101. .rolePopup{
  102. height: 700rpx;
  103. border-top-right-radius: 10rpx;
  104. border-top-left-radius: 10rpx;
  105. padding: 0 32rpx;
  106. background: white;
  107. }
  108. .scroll-Y2{
  109. height: 450rpx;
  110. }
  111. .roleName1{
  112. padding: 20rpx;
  113. font-size: 30rpx;
  114. font-weight: bold;
  115. border-radius: 10rpx;
  116. background: #f7f7f7;
  117. margin-top: 24rpx;
  118. }
  119. .roleName1:first-child{
  120. margin-top: 0;
  121. }
  122. .selectRoleName1{
  123. background: rgba(255, 224, 92, 0.1);
  124. /*box-shadow: 0 0 0 2px #FFE05C;*/
  125. border: 4rpx solid #FFE05C;
  126. box-sizing:border-box
  127. }