diff --git a/App.vue b/App.vue
index a09ff03..74c4be2 100644
--- a/App.vue
+++ b/App.vue
@@ -119,6 +119,7 @@
@import "@/uview-ui/index.scss";
@import '@/common/styles/theme.css';
@import '@/common/styles/common.css';
+ @import '@/common/styles/iconfont.css';
//底部按钮
.btn-bottom {
diff --git a/common/styles/iconfont.css b/common/styles/iconfont.css
new file mode 100644
index 0000000..dc3b3a8
--- /dev/null
+++ b/common/styles/iconfont.css
@@ -0,0 +1,90 @@
+@font-face {
+ font-family: "lf-iconfont"; /* Project id 2731103 */
+ src: url('//at.alicdn.com/t/font_2731103_jdpc6xie5ss.woff2?t=1629108236427') format('woff2'),
+ url('//at.alicdn.com/t/font_2731103_jdpc6xie5ss.woff?t=1629108236427') format('woff'),
+ url('//at.alicdn.com/t/font_2731103_jdpc6xie5ss.ttf?t=1629108236427') format('truetype');
+}
+
+.lf-iconfont {
+ font-family: "lf-iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-fenxiang:before {
+ content: "\e600";
+}
+
+.icon-weixin:before {
+ content: "\e61a";
+}
+
+.icon-weirenzheng:before {
+ content: "\e64e";
+}
+
+.icon-linedesign-12:before {
+ content: "\e671";
+}
+
+.icon-shenfenzhengbeimian:before {
+ content: "\e601";
+}
+
+.icon-shenfenzhengzhengmian:before {
+ content: "\e602";
+}
+
+.icon-hua:before {
+ content: "\e60e";
+}
+
+.icon-nv:before {
+ content: "\e60d";
+}
+
+.icon-jia:before {
+ content: "\e715";
+}
+
+.icon-iconfront-:before {
+ content: "\e61f";
+}
+
+.icon-zan:before {
+ content: "\e603";
+}
+
+.icon-xingxing:before {
+ content: "\e60f";
+}
+
+.icon-xiangyou:before {
+ content: "\e645";
+}
+
+.icon-tongzhi:before {
+ content: "\e737";
+}
+
+.icon-dingzhi:before {
+ content: "\e651";
+}
+
+.icon-pinglun:before {
+ content: "\e64c";
+}
+
+.icon-nan:before {
+ content: "\e67c";
+}
+
+.icon-contact-person:before {
+ content: "\e696";
+}
+
+.icon-xiaoxi_huaban1:before {
+ content: "\e612";
+}
diff --git a/pages.json b/pages.json
index 5f761a1..a7690f2 100644
--- a/pages.json
+++ b/pages.json
@@ -105,6 +105,31 @@
"style": {
"navigationBarTitleText": "VIP会员"
}
+ },
+ {
+ "path": "pages/userList/userList",
+ "style": {
+ "navigationBarTitleText": "VIP相亲交友"
+ }
+ },
+ {
+ "path": "pages/signIn/signIn",
+ "style": {
+ "navigationBarTitleText": "签到"
+ }
+ },
+ {
+ "path": "pages/find/find",
+ "style": {
+ "navigationBarTitleText": "发现",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/messageCenter/index",
+ "style": {
+ "navigationBarTitleText": "消息"
+ }
}
],
"globalStyle": {
@@ -124,10 +149,15 @@
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},{
- "pagePath": "pages/login/index",
+ "pagePath": "pages/find/find",
+ "iconPath": "static/tabbar/find.png",
+ "selectedIconPath": "static/tabbar/find-active.png",
+ "text": "发现"
+ },{
+ "pagePath": "pages/messageCenter/index",
"iconPath": "static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find-active.png",
- "text": "登录"
+ "text": "消息"
},{
"pagePath": "pages/my/index",
"iconPath": "static/tabbar/find.png",
diff --git a/pages/find/find.vue b/pages/find/find.vue
new file mode 100644
index 0000000..8aa150e
--- /dev/null
+++ b/pages/find/find.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 14b1692..4fe44a7 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -6,7 +6,7 @@
搜索
- 签到
+ 签到
@@ -36,7 +36,7 @@
推荐单身
-
+
最新
diff --git a/pages/messageCenter/index.vue b/pages/messageCenter/index.vue
new file mode 100644
index 0000000..8aa150e
--- /dev/null
+++ b/pages/messageCenter/index.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/signIn/signIn.vue b/pages/signIn/signIn.vue
new file mode 100644
index 0000000..2dd5a07
--- /dev/null
+++ b/pages/signIn/signIn.vue
@@ -0,0 +1,135 @@
+
+
+
+
+
+ 已连续签到
+ {{ day }} 天
+
+ 连续签到7天以上多获赠5桃花
+
+ 签到
+
+
+
+
+
+ +5桃花
+
+
+
+
+ 签到说明
+
+ 1、每日签到:会员每天可签到一次,签到后获赠桃花。
+ 2、连续签到:连续签到7天以上,以后继续签到将每天额外获赠5桃花。
+
+ 3、关于桃花:桃花用于发布动态、评论等,也可在
+ 福利中心
+ 兑换红线。
+
+
+
+
+
+
+
+
+
diff --git a/pages/userList/userList.vue b/pages/userList/userList.vue
new file mode 100644
index 0000000..969d0f2
--- /dev/null
+++ b/pages/userList/userList.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+ 女生
+
+
+
+ 年龄
+
+
+
+ 学历
+
+
+
+ 搜索
+
+
+
+
+ 不限
+ 20~25岁
+ 25~30岁
+ 30~35岁
+ 35~40岁
+ 40~45岁
+ 45岁以上
+
+
+
+
+
+
+
+ 没有更多数据啦~
+
+
+
+
+
+
+
+
+