1234567891011121314151617181920212223242526272829303132333435363738 |
- @font-face {
- font-family: "iconfont"; /* Project id 4498473 */
- src: url('https://at.alicdn.com/t/c/font_4498473_rpwjva98ou.woff2?t=1712821815905') format('woff2'),
- url('https://at.alicdn.com/t/c/font_4498473_rpwjva98ou.woff?t=1712821815905') format('woff'),
- url('https://at.alicdn.com/t/c/font_4498473_rpwjva98ou.ttf?t=1712821815905') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-eye-off:before {
- content: "\e650";
- }
- .icon-eye-fill:before {
- content: "\e869";
- }
- .icon-v-locked:before {
- content: "\e6eb";
- }
- .icon-xiala:before {
- content: "\e612";
- }
- .icon-huomiao:before {
- content: "\e616";
- }
- .icon-shangla:before {
- content: "\e613";
- }
|