receiveCoupon.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. Page {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #BF2637;
  5. box-sizing: border-box;
  6. padding-top: 102px;
  7. padding-left: 26px;
  8. }
  9. .info{
  10. width: 327px;
  11. height: 428px;
  12. /* margin-top: 102px; */
  13. align-items: center;
  14. /* margin-left: 26px; */
  15. }
  16. .top{
  17. height: 46px;
  18. width: 327px;
  19. background: #EEEEEE;
  20. border-radius: 5px 5px 10px 10px;
  21. }
  22. .contain{
  23. width: 100%;
  24. height: 100%;
  25. justify-content: center!important;
  26. }
  27. .top-image{
  28. width: 142px;
  29. height: 25px;
  30. margin-left: 19px;
  31. }
  32. .bottom{
  33. width: 327px;
  34. /* height: 382px; */
  35. background: #FFFFFF;
  36. border-radius: 10px 10px 5px 5px;
  37. box-sizing: border-box;
  38. padding:31px 13px;
  39. align-items: center;
  40. }
  41. .title{
  42. width: 300px;
  43. height: 24px;
  44. font-size: 24px;
  45. font-weight: bold;
  46. color: #444444;
  47. text-align: center;
  48. line-height: 24px;
  49. }
  50. .coupon-info{
  51. width: 300px;
  52. height: 18px;
  53. font-size: 16px;
  54. font-weight: 400;
  55. color: #444444;
  56. text-align: center;
  57. line-height: 18px;
  58. margin-top: 15px;
  59. }
  60. .qrcode-img{
  61. width: 146px;
  62. height: 146px;
  63. margin-top: 28px;
  64. }
  65. .qrcode-title{
  66. width: 200px;
  67. height: 14px;
  68. font-size: 14px;
  69. font-weight: 400;
  70. color: #444444;
  71. line-height: 14px;
  72. text-align: center;
  73. margin-top: 16px;
  74. }
  75. .bottom-line{
  76. border-bottom: 1px solid #ABABAB;
  77. width: 300px;
  78. margin-top: 24px;
  79. }
  80. .bottom-date{
  81. margin-top: 24px;
  82. justify-content: space-between;
  83. width: 300px;
  84. font-size: 14px;
  85. line-height: 14px;
  86. height: 14px;
  87. font-weight: 400;
  88. color: #444444;
  89. }
  90. .receive-button {
  91. width: 200rpx!important;
  92. height: 60rpx!important;
  93. border-radius: 8rpx!important;
  94. background-color:#BF2637!important;
  95. color:#fff!important;
  96. align-items: center!important;
  97. text-align: center!important;
  98. line-height: 60rpx!important;
  99. margin-top: 20rpx!important;
  100. cursor: pointer!important;
  101. font-size: 25rpx!important;
  102. }
  103. .receive-button-button {
  104. width: 200rpx!important;
  105. height: 60rpx!important;
  106. border-radius: 8rpx!important;
  107. background-color:#BF2637!important;
  108. color:#fff!important;
  109. align-items: center!important;
  110. text-align: center!important;
  111. margin-top: 20rpx!important;
  112. cursor: pointer!important;
  113. font-size: 25rpx!important;
  114. }