12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "store_icon";
- /* Project id 2766216 */
- src: url('https://at.alicdn.com/t/font_2766216_ndd54wmmo39.woff2?t=1629798612334') format('woff2'),
- url('https://at.alicdn.com/t/font_2766216_ndd54wmmo39.woff?t=1629798612334') format('woff'),
- url('https://at.alicdn.com/t/font_2766216_ndd54wmmo39.ttf?t=1629798612334') format('truetype');
- }
- .store_icon {
- font-family: "store_icon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-jiantou:before {
- content: "\e622";
- }
- .icon-jiantou2:before {
- content: "\e623";
- }
- .icon-jiantou3:before {
- content: "\e624";
- }
- .icon-jiantou4:before {
- content: "\e625";
- }
- .icon-gonggao:before {
- content: "\e61e";
- }
- .icon-guanbi:before {
- content: "\e639";
- }
- .icon-shanchu1:before {
- content: "\e63c";
- }
|