index.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. page{
  2. background-color: #fff;
  3. }
  4. image{
  5. line-height: 0;
  6. }
  7. .nav-pages{
  8. padding-bottom: 50px;
  9. }
  10. @font-face {
  11. font-family: "yige";
  12. /* Project id 3514483 */
  13. src: url('@/static/font/yige/iconfont.woff2') format('woff2'),
  14. url('@/static/font/yige/iconfont.woff') format('woff'),
  15. url('@/static/font/yige/iconfont.ttf') format('truetype');
  16. }
  17. // @font-face {
  18. // font-family: 'yige'; /* Project id 4383359 */
  19. // src: url('https://at.alicdn.com/t/c/font_4383359_krgdemp18sh.woff2?t=1703646979100') format('woff2'),
  20. // url('https://at.alicdn.com/t/c/font_4383359_krgdemp18sh.woff?t=1703646979100') format('woff'),
  21. // url('https://at.alicdn.com/t/c/font_4383359_krgdemp18sh.ttf?t=1703646979100') format('truetype');
  22. // }
  23. .iconfont_yige {
  24. font-family: "yige";
  25. }
  26. .zw-pages-content{
  27. padding: 0 $zw-padding;
  28. }
  29. .zw-one-row{
  30. display: inline-block;
  31. white-space:nowrap;
  32. overflow: hidden;
  33. text-overflow: ellipsis;
  34. }
  35. .zw-two-row{
  36. display: -webkit-box;
  37. -webkit-box-orient: vertical;
  38. -webkit-line-clamp: 2;
  39. overflow: hidden;
  40. }
  41. .zw-interval {
  42. margin-top: $zw-gap;
  43. }
  44. .lazy-img{
  45. overflow: hidden;
  46. .u-image {
  47. width: 100% !important;
  48. height: 100% !important;
  49. }
  50. }
  51. .lazy-falls-img{
  52. overflow: hidden;
  53. .u-image {
  54. width: 100% !important;
  55. }
  56. }