sucReception.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /* pages/sucReception/sucReception.wxss */
  2. .mine {
  3. min-height: 100vh;
  4. padding: 24rpx 38rpx 80rpx 32rpx;
  5. background: #FFF2ED;
  6. position: relative;
  7. }
  8. .mine .user-info image {
  9. width: 68rpx;
  10. height: 68rpx;
  11. border-radius: 50%;
  12. }
  13. .mine .user-info text {
  14. display: inline-block;
  15. padding-left: 24rpx;
  16. font-size: 24rpx;
  17. font-family: PingFangSC-Regular, PingFang SC;
  18. font-weight: 400;
  19. color: #EB5C21;
  20. line-height: 68rpx;
  21. vertical-align: top;
  22. }
  23. .coupon {
  24. margin-top: 24rpx;
  25. height: 172rpx;
  26. background: url(https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220413/prize_bg.png) no-repeat;
  27. background-size: 100% 100%;
  28. padding: 40rpx 44rpx 30rpx 38rpx;
  29. display: flex;
  30. font-size: 32rpx;
  31. font-family: PingFangSC-Medium, PingFang SC;
  32. font-weight: 500;
  33. color: #FFFFFF;
  34. line-height: 44rpx;
  35. }
  36. .left {
  37. width: 400rpx;
  38. }
  39. .left .coupon-title{
  40. margin-left: -20rpx
  41. }
  42. .left .coupon-content {
  43. height: 100rpx;
  44. overflow: scroll;
  45. margin-top: 28rpx;
  46. font-size: 20rpx;
  47. font-weight: 400;
  48. line-height: 28rpx;
  49. }
  50. .right {
  51. flex: 1;
  52. text-align: right;
  53. }
  54. .right .right-num {
  55. margin-top: 68rpx;
  56. font-weight: 400;
  57. text-decoration: line-through
  58. }
  59. .coupon-value {
  60. margin-top: 52rpx;
  61. font-size: 24rpx;
  62. font-family: PingFangSC-Regular, PingFang SC;
  63. font-weight: 400;
  64. color: #EB5C21;
  65. line-height: 34rpx;
  66. text-align: center;
  67. }
  68. .make-btn {
  69. margin-top: 20rpx;
  70. position: relative;
  71. left: 50%;
  72. transform: translateX(-50%);
  73. width: 484rpx;
  74. height: 84rpx;
  75. line-height: 84rpx;
  76. background: #FA7D22;
  77. border-radius: 52rpx;
  78. text-align: center;
  79. font-size: 32rpx;
  80. font-family: PingFang-SC-Medium, PingFang-SC;
  81. font-weight: 500;
  82. color: #FFFFFF;
  83. line-height: 44px;
  84. }
  85. .introduce {
  86. margin-top: 80rpx;
  87. font-size: 24rpx;
  88. font-family: PingFangSC-Regular, PingFang SC;
  89. font-weight: 400;
  90. color: #EB5C21;
  91. line-height: 38rpx;
  92. }
  93. .introduce .introduce-title {
  94. font-size: 36rpx;
  95. margin-left: -20rpx;
  96. font-weight: 500;
  97. color: #EB5C21;
  98. line-height: 50rpx;
  99. }
  100. .introduce image{
  101. width: 100%;
  102. height: 300rpx;
  103. display: block;
  104. margin-top: 16rpx;
  105. }
  106. .introduce .introduce-text .text-tips{
  107. margin-top: 20rpx;
  108. }