price.less 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. :host {
  2. display: inline-block;
  3. display: inline-block;
  4. font-weight: inherit;
  5. }
  6. .inline {
  7. display: inline;
  8. white-space: nowrap;
  9. }
  10. .price {
  11. display: inline;
  12. color: inherit;
  13. font-size: inherit;
  14. text-decoration: inherit;
  15. }
  16. .lighter {
  17. font-weight: 400;
  18. font-size: 32rpx;
  19. }
  20. .mini {
  21. font-size: 24rpx;
  22. color: #5d5d5d;
  23. font-weight: 400;
  24. }
  25. .del .pprice {
  26. font-size: 32rpx;
  27. color: #9b9b9b;
  28. text-decoration: line-through;
  29. font-weight: 400;
  30. }
  31. .delthrough {
  32. position: relative;
  33. }
  34. .delthrough .line {
  35. position: absolute;
  36. top: 50%;
  37. left: 0;
  38. right: 0;
  39. transform: translateY(-50%);
  40. margin: 0;
  41. background-color: currentColor;
  42. }
  43. .symbol {
  44. display: inline;
  45. color: inherit;
  46. font-size: inherit;
  47. font-size: 0.8em;
  48. }
  49. .pprice {
  50. display: inline;
  51. margin: 0 0 0 4rpx;
  52. }
  53. .integer {
  54. color: inherit;
  55. font-size: inherit;
  56. }
  57. .decimal {
  58. color: inherit;
  59. font-size: inherit;
  60. }
  61. .decimal.smaller {
  62. font-size: 0.8em;
  63. vertical-align: baseline;
  64. }