|
@@ -28,6 +28,31 @@ export default {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #2c3e50;
|
|
color: #2c3e50;
|
|
position:relative;
|
|
position:relative;
|
|
|
|
+}
|
|
|
|
+/* @font-face {
|
|
|
|
+ font-family: 'iconfont';
|
|
|
|
+ src: url('./assets/iconfont/iconfont.woff2') format('woff2'),
|
|
|
|
+ url('./assets/iconfont/iconfont.woff') format('woff'),
|
|
|
|
+ url('./assets/iconfont/iconfont.ttf') format('ttf');
|
|
|
|
+}
|
|
|
|
+.iconfont {
|
|
|
|
+ font-family: "iconfont" !important;
|
|
|
|
+ font-size: 24px !important;
|
|
|
|
+ font-style: normal;
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
|
+color: #606266;
|
|
|
|
+} */
|
|
|
|
+.icon {
|
|
|
|
+ width: 2em;
|
|
|
|
+ height: 1.6em;
|
|
|
|
+ vertical-align: -0.15em;
|
|
|
|
+ fill: currentColor;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
+.icon:hover{
|
|
|
|
+
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
|