1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | @font-face { font-family: "Ionicons"; src: url('../assets/myFont/iconfont.eot?t=1481782193096'); /* IE9*/ src: url('../assets/myFont/iconfont.eot?t=1481782193096#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../assets/myFont/iconfont.woff?t=1481782193096') format('woff'), /* chrome, firefox */ url('../assets/myFont/iconfont.ttf?t=1481782193096') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../assets/myFont/iconfont.svg?t=1481782193096#iconfont') format('svg'); /* iOS 4.1- */ } .icon { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ion-md-weixin:before, .ion-ios-weixin:before, .ion-ios-weixin-outline:before { content: "\e603"; } |
1 | <ion-icon name="weixin"></ion-icon> |
1 2 3 4 5 | <ion-tabs> <ion-tab [root]="tab1Root" tabTitle="Home" tabIcon="weixin"></ion-tab> <ion-tab [root]="tab2Root" tabTitle="About" tabIcon="information-circle"></ion-tab> <ion-tab [root]="tab3Root" tabTitle="Contact" tabIcon="contacts"></ion-tab> </ion-tabs> |
欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) | Powered by Discuz! X3.2 |