12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- @font-face {
- font-family: "iconfont";
- /* Project id 3244772 */
- src: url('//at.alicdn.com/t/font_3244772_uub65pm4ndp.woff2?t=1647601849963') format('woff2'),
- url('//at.alicdn.com/t/font_3244772_uub65pm4ndp.woff?t=1647601849963') format('woff'),
- url('//at.alicdn.com/t/font_3244772_uub65pm4ndp.ttf?t=1647601849963') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-jian-:before {
- content: "\e72c";
- font-size: 25px;
- color: #cfcfcf;
- }
- .icon-jia:before {
- content: "\e6a1";
- font-size: 25px;
- color: #cfcfcf;
- font-weight: 700;
- }
- .icon-dian:before {
- content: "\ec1e";
- font-size: 30px;
- }
- .icon-C1:before {
- content: "\e601";
- color: rgb(212, 0, 0);
- background-color: white;
- font-size: 17px;
- border-radius: 52%;
- }
- .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;
- }
|