12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- page{
- background-color: #fff;
- }
- image{
- line-height: 0;
- }
- .nav-pages{
- padding-bottom: 50px;
- }
- @font-face {
- font-family: "yige";
- /* Project id 3514483 */
- src: url('@/static/font/yige/iconfont.woff2') format('woff2'),
- url('@/static/font/yige/iconfont.woff') format('woff'),
- url('@/static/font/yige/iconfont.ttf') format('truetype');
- }
-
- // @font-face {
- // font-family: 'yige'; /* Project id 4383359 */
-
- // src: url('https://at.alicdn.com/t/c/font_4383359_krgdemp18sh.woff2?t=1703646979100') format('woff2'),
- // url('https://at.alicdn.com/t/c/font_4383359_krgdemp18sh.woff?t=1703646979100') format('woff'),
- // url('https://at.alicdn.com/t/c/font_4383359_krgdemp18sh.ttf?t=1703646979100') format('truetype');
- // }
- .iconfont_yige {
- font-family: "yige";
- }
- .zw-pages-content{
- padding: 0 $zw-padding;
- }
- .zw-one-row{
- display: inline-block;
- white-space:nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .zw-two-row{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .zw-interval {
- margin-top: $zw-gap;
- }
- .lazy-img{
- overflow: hidden;
- .u-image {
- width: 100% !important;
- height: 100% !important;
- }
- }
- .lazy-falls-img{
- overflow: hidden;
- .u-image {
- width: 100% !important;
- }
- }
|