12345678910111213141516171819202122232425262728293031323334353637383940 |
- @font-face {
- font-family: "pda"; /* Project id 3307922 */
- src: url('/static/fonts/iconfont.woff2?t=1649313043379') format('woff2'),
- url('/static/fonts/iconfont.woff?t=1649313043379') format('woff'),
- url('/static/fonts/iconfont.ttf?t=1649313043379') format('truetype');
- }
- .pda {
- font-family: "pda" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .pda-shouye2:before {
- content: "\e613";
- }
- .pda-shouye3:before {
- content: "\e615";
- }
- .pda-wodehuanzhe:before {
- content: "\e610";
- }
- .pda-gongdan:before {
- content: "\e667";
- }
- .pda-ziyuan91:before {
- content: "\e608";
- }
- .pda-saoma:before {
- content: "\e660";
- }
|