抖音c端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

74 rindas
1.5 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:#FD782D;
  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: 30rpx;
  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: 50rpx;
  39. color: #3C3C3C;
  40. font-size: 32rpx;
  41. margin-top: 10rpx;
  42. }
  43. .detail-text{
  44. font-size:30rpx;
  45. padding-left: 30rpx;
  46. line-height: 40rpx;
  47. margin-top: 30rpx;
  48. color:rgba(85,85,85,1);
  49. }
  50. .detail-num{
  51. font-size:30rpx;
  52. padding-left: 30rpx;
  53. line-height: 40rpx;
  54. margin-top: 10rpx;
  55. color:#A6A6A6;
  56. }
  57. .button01{
  58. width:456rpx;
  59. height:94rpx;
  60. line-height: 94rpx;
  61. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  62. /* border-radius:32rpx; */
  63. color: #fff;
  64. margin-top: 100rpx;
  65. }
  66. .button02{
  67. width:456rpx;
  68. height:94rpx;
  69. line-height: 94rpx;
  70. background:#E1E1E1;
  71. /* border-radius:32rpx; */
  72. color: #fff;
  73. margin-top: 30rpx;
  74. }