C端小程序
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.

69 lines
1.3 KiB

  1. /* pages/integralmall/payIntegcouponStatus/index.wxss */
  2. .tilte{
  3. text-align: center;
  4. height:50rpx;
  5. font-size:40rpx;
  6. font-family:PingFang-SC-Bold;
  7. font-weight:bold;
  8. color:rgba(51,51,51,1);
  9. line-height:50rpx;
  10. margin: 70rpx auto;
  11. }
  12. .coupon{
  13. overflow: hidden;
  14. width:690rpx;
  15. padding: 20rpx 0;
  16. margin: 0 auto;
  17. box-shadow:0px 10rpx 27rpx 0rpx rgba(15,15,15,0.09);
  18. border-radius:20rpx;
  19. }
  20. .c-left{
  21. width: 160rpx;
  22. padding-left: 20rpx;
  23. height: auto;
  24. float: left;
  25. box-sizing: border-box;
  26. padding-top: 18rpx;
  27. }
  28. .c-left image{
  29. width: 120rpx;
  30. }
  31. .c-right{
  32. width: 510rpx;
  33. float: left;
  34. line-height: 120rpx;
  35. }
  36. .detail-text{
  37. font-size:30rpx;
  38. padding-left: 30rpx;
  39. line-height: 40rpx;
  40. margin-top: 30rpx;
  41. color:rgba(85,85,85,1);
  42. }
  43. .detail-num{
  44. font-size:30rpx;
  45. padding-left: 30rpx;
  46. line-height: 40rpx;
  47. margin-top: 10rpx;
  48. color:rgba(85,85,85,1);
  49. }
  50. .button01{
  51. width:710rpx;
  52. height:94rpx;
  53. line-height: 94rpx;
  54. background:rgba(82,160,253,1);
  55. box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
  56. border-radius:10rpx;
  57. color: #fff;
  58. margin-top: 120rpx;
  59. }
  60. .button02{
  61. width:710rpx;
  62. height:94rpx;
  63. line-height: 94rpx;
  64. background:rgba(82,160,253,1);
  65. box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
  66. border-radius:10rpx;
  67. color: #fff;
  68. margin-top: 30rpx;
  69. }