index.rpx.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. margin-right: 100rpx;
  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: 714rpx;
  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. }