1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1622012365563') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-search:before {
- content: "\e607";
- }
- .icon-add:before {
- content: "\e620";
- }
- .icon-iconfontxingxing:before {
- content: "\e6b0";
- }
- .icon-reduce:before {
- content: "\e621";
- }
- .icon-down:before {
- content: "\e63c";
- }
- .icon-xihuan:before {
- content: "\e630";
- }
- .icon-close:before {
- content: "\e608";
- }
- .icon-more:before {
- content: "\e633";
- }
- .icon-boy:before {
- content: "\e8b3";
- }
- .icon-girl:before {
- content: "\e67b";
- }
- #app{
- background: url("../images/background.jpeg") repeat;
- }
|