index.rpx.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .page{
  2. background: #F7F7F7;
  3. padding: 1rpx 32rpx;
  4. }
  5. .scroll-Y{
  6. height: 900rpx;
  7. }
  8. .outView{
  9. background: #FFFFFF;
  10. border-radius: 20rpx;
  11. padding: 28rpx 24rpx;
  12. margin-bottom: 24rpx;
  13. }
  14. .title{
  15. font-size: 32rpx;
  16. font-weight: 500;
  17. color: #333333;
  18. line-height: 44rpx;
  19. font-weight: bold;
  20. }
  21. .awardView{
  22. font-size: 28rpx;
  23. font-weight: 400;
  24. color: #666666;
  25. line-height: 40rpx;
  26. padding: 20rpx 0;
  27. }
  28. .award{
  29. width: 500rpx;
  30. }
  31. .awardItem{
  32. margin-right: 100rpx;
  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: 714rpx;
  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. }