details.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .voucher-coupon-detail {
  2. padding: 20rpx;
  3. width: 90%;
  4. margin: 0 auto;
  5. }
  6. .voucher-coupon-detail-header {
  7. display: flex;
  8. align-items: center;
  9. margin-bottom: 20rpx;
  10. }
  11. .voucher-coupon-detail-header-img {
  12. width: 100%;
  13. /* height: 120rpx; */
  14. /* margin-right: 20rpx; */
  15. }
  16. .voucher-coupon-detail-header-info {
  17. flex: 1;
  18. }
  19. .voucher-coupon-detail-header-info-title {
  20. font-size: 32rpx;
  21. font-weight: bold;
  22. margin-bottom: 10rpx;
  23. margin-top: 30rpx;
  24. }
  25. .voucher-coupon-detail-header-info-desc {
  26. font-size: 28rpx;
  27. color: #999;
  28. margin-bottom: 10rpx;
  29. }
  30. .voucher-coupon-detail-header-info-time {
  31. font-size: 28rpx;
  32. color: #999;
  33. }
  34. .voucher-coupon-detail-content {
  35. margin-top: 30rpx;
  36. }
  37. .voucher-coupon-detail-content-title {
  38. font-size: 32rpx;
  39. font-weight: bold;
  40. margin-bottom: 20rpx;
  41. }
  42. .voucher-coupon-detail-content-desc {
  43. font-size: 28rpx;
  44. color: #999;
  45. line-height: 1.5;
  46. margin-bottom: 20rpx;
  47. }
  48. .voucher-coupon-detail-footer {
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: center;
  52. background-color: #f5f5f5;
  53. padding: 20rpx;
  54. border-radius: 10rpx;
  55. }
  56. .voucher-coupon-detail-footer-price {
  57. font-size: 36rpx;
  58. font-weight: bold;
  59. }
  60. .voucher-coupon-detail-footer-btn {
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. height: 80rpx;
  65. background-color: #f60;
  66. color: #FFFFFF;
  67. font-size: 32rpx;
  68. font-weight: bold;
  69. border-radius: 10rpx;
  70. margin-top: 50rpx;
  71. }
  72. .remainCount {
  73. background-color: #999;
  74. }