diff --git a/common/styles/sharedIconFont.css b/common/styles/sharedIconFont.css
index 4347a6f..eb45c93 100644
--- a/common/styles/sharedIconFont.css
+++ b/common/styles/sharedIconFont.css
@@ -1,18 +1,26 @@
@font-face {
- font-family: "lf-iconfont"; /* Project id 2758976 */
- src: url('//at.alicdn.com/t/font_2758976_9bezuvselm.woff2?t=1629452232587') format('woff2'),
- url('//at.alicdn.com/t/font_2758976_9bezuvselm.woff?t=1629452232587') format('woff'),
- url('//at.alicdn.com/t/font_2758976_9bezuvselm.ttf?t=1629452232587') format('truetype');
+ font-family: "le"; /* Project id 2758976 */
+ src: url('//at.alicdn.com/t/font_2758976_blqjbbep8zo.woff2?t=1629876001355') format('woff2'),
+ url('//at.alicdn.com/t/font_2758976_blqjbbep8zo.woff?t=1629876001355') format('woff'),
+ url('//at.alicdn.com/t/font_2758976_blqjbbep8zo.ttf?t=1629876001355') format('truetype');
}
-.lf-iconfont {
- font-family: "lf-iconfont" !important;
+.le {
+ font-family: "le" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
+.lf-icon-xingxing-kong:before {
+ content: "\e649";
+}
+
+.lf-icon-xingxing-shi:before {
+ content: "\e651";
+}
+
.lf-icon-shanchu:before {
content: "\e674";
}
diff --git a/components/lf-rate/lf-rate.vue b/components/lf-rate/lf-rate.vue
new file mode 100644
index 0000000..522c0bd
--- /dev/null
+++ b/components/lf-rate/lf-rate.vue
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ valueSync }}
+
+
+
+
+
+
+
diff --git a/pages/login/index.vue b/pages/login/index.vue
index e6ddb9b..ec8f27d 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -7,7 +7,7 @@
{{ userInfo.nickname || '游客用户' }}
@@ -15,7 +15,7 @@