style.less 564B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .foodCard{
  2. .cpn-card-text {
  3. font-size: 24px;
  4. font-weight: 400;
  5. color: #333333;
  6. line-height: 40px;
  7. vertical-align: baseline;
  8. & > text {
  9. display: inline-block;
  10. & + text {
  11. margin-left: 8px;
  12. }
  13. }
  14. &_mn {
  15. font-size: 24px;
  16. font-weight: bold;
  17. color: #333333;
  18. }
  19. &_rm {
  20. font-size: 18px;
  21. font-weight: 400;
  22. text-decoration: line-through;
  23. color: #666666;
  24. }
  25. }
  26. .cpn-md-act {
  27. display: flex;
  28. margin-top: 10px;
  29. & > view {
  30. flex: 1;
  31. }
  32. }
  33. }