1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- @font-face {
- font-family: "dash"; /* Project id 2879659 */
- src: url('iconfont.woff2?t=1682499572335') format('woff2'),
- url('iconfont.woff?t=1682499572335') format('woff'),
- url('iconfont.ttf?t=1682499572335') format('truetype');
- }
- .dash {
- font-family: "dash" !important;
- font-size: inherit;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .dash-shaixuan:before {
- content: "\e74a";
- }
- .dash-zhankai:before {
- content: "\e784";
- }
- .dash-dianbohuifang:before {
- content: "\e601";
- }
- .dash-jia:before {
- content: "\e600";
- }
- .dash-lock:before {
- content: "\e612";
- }
- .dash-unlock:before {
- content: "\e69e";
- }
- .dash-saoyisao:before {
- content: "\e8b5";
- }
- .dash-fangdajing:before {
- content: "\e609";
- }
- .dash-chahao:before {
- content: "\e7b7";
- }
- .dash-xiugaimima:before {
- content: "\e6bf";
- }
|