12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @font-face {
- font-family: "iconfont"; /* Project id 3244772 */
- src: url('//at.alicdn.com/t/font_3244772_9toijx5qznp.woff2?t=1647420224492') format('woff2'),
- url('//at.alicdn.com/t/font_3244772_9toijx5qznp.woff?t=1647420224492') format('woff'),
- url('//at.alicdn.com/t/font_3244772_9toijx5qznp.ttf?t=1647420224492') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-C1:before {
- content: "\e601";
- color: rgb(212, 0, 0);
- font-size: 20px;
- }
- .icon-dayuhao1:before {
- content: "\e600";
- }
- .icon-xiaoyuhao:before {
- content: "\e600";
- font-size: 20px;
- }
- .icon-shenhe:before {
- content: "\e61d";
- font-size: 20px;
- }
- .icon-xiugaimima:before {
- content: "\e681";
- font-size: 20px;
- }
- .icon-ren_jiesantuandui_line:before {
- content: "\e844";
- font-size: 20px;
- }
- .icon-shangchuanzhaopian:before {
- content: "\eb4f";
- font-size: 20px;
- }
- .icon-qi:before {
- content: "\e61f";
- color: rgb(14, 176, 240);
- font-style: italic;
- }
|