东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.0KB

  1. /* pages/coupon/coupon.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 150rpx);
  10. overflow: auto;
  11. position: relative;
  12. }
  13. .couponBg{
  14. width: 750rpx;
  15. height: 734rpx;
  16. }
  17. .prizeFrame{
  18. position: absolute;
  19. top: 672rpx;
  20. left: 50%;
  21. transform: translateX(-50%);
  22. width: 750rpx;
  23. height: auto;
  24. display: flex;
  25. align-items: center;
  26. flex-direction: column;
  27. padding-bottom: 34rpx;
  28. }
  29. .coupon{
  30. width: 627rpx;
  31. height: 581rpx;
  32. }
  33. .receiveBtn{
  34. width:653rpx;
  35. height:70rpx;
  36. text-align: center;
  37. line-height: 70rpx;
  38. font-size:30rpx;
  39. font-family:PingFang;
  40. font-weight:400;
  41. color:rgba(255,255,255,1);
  42. background-color: #29558D;
  43. border-radius: 20rpx;
  44. margin-top: 23rpx;
  45. }
  46. .getPrizeNumGroup{
  47. position: relative;
  48. width: 750rpx;
  49. height: 0;
  50. }
  51. .getPrizeNum{
  52. position: absolute;
  53. left: 0;
  54. top: -60rpx;
  55. width: 750rpx;
  56. height: 24rpx;
  57. line-height: 24rpx;
  58. font-size:24rpx;
  59. font-family:PingFang;
  60. font-weight:bold;
  61. color:rgba(248,197,109,1);
  62. text-align: center;
  63. }