C端小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

66 linhas
1.2 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. }
  27. .c-left image{
  28. width: 120rpx;
  29. }
  30. .c-right{
  31. width: 510rpx;
  32. float: left;
  33. line-height: 120rpx;
  34. }
  35. .detail-text{
  36. font-size:30rpx;
  37. padding-left: 30rpx;
  38. line-height: 40rpx;
  39. margin-top: 30rpx;
  40. }
  41. .detail-num{
  42. font-size:30rpx;
  43. padding-left: 30rpx;
  44. line-height: 40rpx;
  45. margin-top: 10rpx;
  46. }
  47. .button01{
  48. width:710rpx;
  49. height:94rpx;
  50. line-height: 94rpx;
  51. background:rgba(82,160,253,1);
  52. box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
  53. border-radius:10rpx;
  54. color: #fff;
  55. margin-top: 120rpx;
  56. }
  57. .button02{
  58. width:710rpx;
  59. height:94rpx;
  60. line-height: 94rpx;
  61. background:rgba(82,160,253,1);
  62. box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
  63. border-radius:10rpx;
  64. color: #fff;
  65. margin-top: 30rpx;
  66. }