12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- @font-face {
- font-family: "pda"; /* Project id 3307922 */
- src: url('/static/fonts/iconfont.woff2?t=1650009457376') format('woff2'),
- url('/static/fonts/iconfont.woff?t=1650009457376') format('woff'),
- url('/static/fonts/iconfont.ttf?t=1650009457376') format('truetype');
- }
- .pda {
- font-family: "pda" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .pda-shibai:before {
- content: "\e626";
- }
- .pda-duigou:before {
- content: "\e602";
- }
- .pda-xiangyou:before {
- content: "\e637";
- }
- .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";
- }
|