From a10b38d2edd651d701938bf1b7131e6a9c7a9f8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com>
Date: Wed, 25 Aug 2021 16:40:21 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=E8=AF=84=E5=88=86?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/styles/sharedIconFont.css | 20 ++-
components/lf-rate/lf-rate.vue | 281 +++++++++++++++++++++++++++++++
pages/login/index.vue | 4 +-
3 files changed, 297 insertions(+), 8 deletions(-)
create mode 100644 components/lf-rate/lf-rate.vue
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 @@