|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <i class="iconfont" :class="[type ? 'icon-' + type : '']" :style="styleObject"></i>
|
|
|
+ <i class="iconfonts" :class="[type ? 'icon-' + type : '']" :style="styleObject"></i>
|
|
|
</template>
|
|
|
|
|
|
<script function>
|
|
@@ -49,41 +49,53 @@ export default {
|
|
|
|
|
|
<style lang="less" scope>
|
|
|
@font-face {
|
|
|
- font-family: "iconfont"; /* Project id 2760070 */
|
|
|
- src: url('../../assets/font/iconfont.woff2?t=1629537928872') format('woff2'),
|
|
|
- url('../../assets/font/iconfont.woff?t=1629537928872') format('woff'),
|
|
|
- url('../../assets/font/iconfont.ttf?t=1629537928872') format('truetype');
|
|
|
+ font-family: "iconfonts"; /* Project id 2760070 */
|
|
|
+ src: url('../../assets/font/iconfont.woff2?t=1629948296055') format('woff2'),
|
|
|
+ url('../../assets/font/iconfont.woff?t=1629948296055') format('woff'),
|
|
|
+ url('../../assets/font/iconfont.ttf?t=1629948296055') format('truetype');
|
|
|
}
|
|
|
-.iconfont {
|
|
|
- font-family: "iconfont" !important;
|
|
|
- font-size: 16px;
|
|
|
- font-style: normal;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
-}
|
|
|
-.icon-add:before {
|
|
|
- content: "\e600";
|
|
|
-}
|
|
|
-.icon-addRound:before {
|
|
|
- content: "\e608";
|
|
|
+
|
|
|
+.iconfonts {
|
|
|
+ font-family: "iconfonts" !important;
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
-.icon-wechat:before {
|
|
|
- content: "\e609";
|
|
|
+
|
|
|
+.icon-arrow:before {
|
|
|
+ content: "\e613";
|
|
|
}
|
|
|
-.icon-friend:before {
|
|
|
- content: "\e60b";
|
|
|
+
|
|
|
+.icon-message:before {
|
|
|
+ content: "\e612";
|
|
|
}
|
|
|
+
|
|
|
.icon-share:before {
|
|
|
content: "\e610";
|
|
|
}
|
|
|
+
|
|
|
.icon-thumbs:before {
|
|
|
content: "\e611";
|
|
|
}
|
|
|
-.icon-arrow:before {
|
|
|
- content: "\e613";
|
|
|
+
|
|
|
+.icon-add:before {
|
|
|
+ content: "\e600";
|
|
|
}
|
|
|
-.icon-message:before {
|
|
|
- content: "\e612";
|
|
|
+
|
|
|
+.icon-addRound:before {
|
|
|
+ content: "\e608";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-weChat:before {
|
|
|
+ content: "\e609";
|
|
|
}
|
|
|
|
|
|
+.icon-friend:before {
|
|
|
+ content: "\e60b";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-friend1:before {
|
|
|
+ content: "\e60c";
|
|
|
+}
|
|
|
</style>
|