C端小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

71 řádky
1.3 KiB

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