| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- @font-face {
- font-family: "iconfont"; /* Project id 5091321 */
- src: url('~@/static/fonts/iconfont.woff2') format('woff2'),
- url('~@/static/fonts/iconfont.woff') format('woff'),
- url('~@/static/fonts/iconfont.ttf') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-Plus:before {
- content: "\e6bd";
- }
- .icon-GridFour:before {
- content: "\e816";
- }
- .icon-AppWindow:before {
- content: "\e67e";
- }
- .icon-IdentificationCard:before {
- content: "\e724";
- }
- .icon-MapPin:before {
- content: "\e761";
- }
- .icon-GoogleLogo:before {
- content: "\e791";
- }
- .icon-ClockCounterClockwise:before {
- content: "\e797";
- }
- .icon-MagnifyingGlass:before {
- content: "\e7f3";
- }
- .icon-LockOpen:before {
- content: "\e695";
- }
- .icon-BuildingOffice:before {
- content: "\e6ba";
- }
- .icon-SignOut:before {
- content: "\e6e1";
- }
- .icon-DesktopTower:before {
- content: "\e6f9";
- }
- .icon-Wallet:before {
- content: "\e732";
- }
- .icon-UserPlus:before {
- content: "\e754";
- }
- .icon-CurrencyJpy:before {
- content: "\e7a8";
- }
- .icon-Gear:before {
- content: "\e7eb";
- }
- .icon-right:before {
- content: "\e63a";
- }
|