coupon.less 674 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .effective,.discount{
  2. float: right;
  3. margin-left: 20px;
  4. margin-top: 10px;
  5. p{
  6. float: left;
  7. }
  8. div{
  9. width: 15px;
  10. height: 20px;
  11. float: left;
  12. position: relative;
  13. .up{
  14. cursor: pointer;
  15. position: absolute;
  16. top: 0;
  17. right: 0
  18. }
  19. .up:hover{
  20. color: #1890ff
  21. }
  22. .down{
  23. cursor: pointer;
  24. position: absolute;
  25. bottom: 0;
  26. right: 0
  27. }
  28. .down:hover{
  29. color: #1890ff
  30. }
  31. }
  32. }
  33. .cardCode{
  34. text-align: center;
  35. p{
  36. line-height: 30px;
  37. }
  38. }