l-navbar
Version:
uniapp l-navbar自定义导航栏
41 lines (34 loc) • 701 B
CSS
/*
返回:
搜索:
下拉:
首页:
*/
@font-face {
font-family: "L_icon";
src: url('iconfont.woff2?t=1700841187069') format('woff2'),
url('iconfont.woff?t=1700841187069') format('woff'),
url('iconfont.ttf?t=1700841187069') format('truetype');
}
.L_icon {
font-family: "L_icon" ;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-local:before {
content: "\e624";
}
.icon-home:before {
content: "\e64f";
}
.icon-xiala:before {
content: "\e6b9";
}
.icon-search:before {
content: "\e6bb";
}
.icon-left:before {
content: "\e6ba";
}