123456789101112131415161718 |
- $photos-main-color:#6D6D6D;
- $photos-second-color:#EE7800;
- $light-gray:#9D9D9D;
- $photos-main-font-size:18px;
- $photos-second-font-size:14px;
- $photos-mob-main-font-size:16px;
- $photos-mob-second-font-size:12px;
- $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";
- //找不到資料版本
- .item-card-none{
- .item-card-none-text{
- color: $photos-main-color;
- font-weight: bold;
- }
- }
|