index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import '/app.wxss';
  2. .promotionGood {
  3. padding: 0 30rpx;
  4. }
  5. .promotionGood .item {
  6. border-bottom: 1rpx solid #eee;
  7. height: 250rpx;
  8. }
  9. .promotionGood .item .pictrue {
  10. width: 188rpx;
  11. height: 188rpx;
  12. position: relative;
  13. }
  14. .promotionGood .item .pictrue image {
  15. width: 100%;
  16. height: 100%;
  17. border-radius: 6rpx;
  18. }
  19. .promotionGood .item .text {
  20. font-size: 24rpx;
  21. color: #999;
  22. width: 472rpx;
  23. }
  24. .promotionGood .item .text .name {
  25. font-size: 30rpx;
  26. color: #333;
  27. }
  28. .promotionGood .item .text .sp-money {
  29. margin: 34rpx 0 20rpx 0;
  30. }
  31. .promotionGood .item .text .sp-money .moneyCon {
  32. padding: 0 18rpx;
  33. background-color: red;
  34. height: 46rpx;
  35. line-height: 46rpx;
  36. background-image: linear-gradient(to right, #ff6248 0%, #ff3e1e 100%);
  37. font-size: 20rpx;
  38. color: #fff;
  39. border-radius: 24rpx 3rpx 24rpx 3rpx;
  40. }
  41. .promotionGood .item .text .sp-money .moneyCon .num {
  42. font-size: 24rpx;
  43. }
  44. .promotionGood .item .text .money {
  45. text-decoration: line-through;
  46. }