| 12345678910111213141516171819202122232425262728293031323334 |
- /* #ifndef APP-PLUS-NVUE */
- @font-face {
- font-family: "iconfont"; /* Project id 2636150 */
- src: url('~@/static/css/iconfont.ttf') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 32upx;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-wode:before {
- content: "\e658";
- }
- .icon-liaotian:before {
- content: "\e60f";
- }
- .icon-bumen:before {
- content: "\e64e";
- }
- .icon-haoyou:before {
- content: "\e628";
- }
- .icon-qunzhong:before {
- content: "\e651";
- }
- /* #endif */
|