_card.scss 599 B

123456789101112131415161718
  1. $photos-main-color:#6D6D6D;
  2. $photos-second-color:#EE7800;
  3. $light-gray:#9D9D9D;
  4. $photos-main-font-size:18px;
  5. $photos-second-font-size:14px;
  6. $photos-mob-main-font-size:16px;
  7. $photos-mob-second-font-size:12px;
  8. $photos-main-family:'Microsoft JhengHei', Helvetica,Noto Sans TC,Roboto,Arial,sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  9. //找不到資料版本
  10. .item-card-none{
  11. .item-card-none-text{
  12. color: $photos-main-color;
  13. font-weight: bold;
  14. }
  15. }