From 34f318d3f8684a14efd0f7712edfb066efe1b732 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 11 Aug 2023 10:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AB=E6=BA=AA=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppCircle/AppCircle.vue | 76 ++-- src/project/wuxi/AppHome/AppHome.vue | 419 ++++++++++++++++++----- src/project/wuxi/AppHome/openPage.vue | 123 +++++++ src/project/wuxi/AppMine/AppMine.vue | 2 +- 4 files changed, 496 insertions(+), 124 deletions(-) create mode 100644 src/project/wuxi/AppHome/openPage.vue diff --git a/src/project/wuxi/AppCircle/AppCircle.vue b/src/project/wuxi/AppCircle/AppCircle.vue index f35c343..eda0475 100644 --- a/src/project/wuxi/AppCircle/AppCircle.vue +++ b/src/project/wuxi/AppCircle/AppCircle.vue @@ -8,8 +8,8 @@ 社区
- 我的贴子 - {{ total }} + 我的贴子 +
@@ -37,30 +37,31 @@

{{ item.createUserName }}

- {{ item.publishDepartName }} + + {{ item.createTime }}
#【{{ item.topicName }}】 + @click.stop="$linkTo('./TopicDetail?themeId=' + item.themeId + '&name=' + item.topicName)">#{{ item.topicName }} {{ item.content }}
-

{{ item.createTime }}

+

{{ item.publishDepartName }}

- + {{ item.appreciateCount }}
- + {{ item.commentCount }}
@@ -68,7 +69,7 @@
- +
@@ -405,8 +406,10 @@ & > p { margin: 12px 0; - font-size: 28px; - color: #333333; + font-family: PingFangSC-Regular; + font-size: 26px; + color: #999; + line-height: 36px; } .item-bottom { @@ -480,7 +483,7 @@ position: relative; height: 100px; line-height: 100px; - color: #fff; + color: #222; font-size: 30px; &:first-child { @@ -496,9 +499,9 @@ bottom: 12px; left: 50%; width: 40px; - height: 6px; - border-radius: 3px; - background: #fff; + height: 8px; + background: #026AF2; + border-radius: 4px; transform: translateX(-50%); content: ' '; } @@ -514,28 +517,39 @@ top: -6px; right: 0; z-index: 11; - height: 24px; - line-height: 24px; - padding: 0 10px; - font-size: 16px; - color: #4181FF; + width: 16px; + height: 16px; border-radius: 50%; - border: 2px solid #4181FF; - background: #fff; - box-sizing: border-box; - transform: translateX(50%); + background: #FF4747; + // height: 24px; + // line-height: 24px; + // padding: 0 10px; + // font-size: 16px; + // color: #4181FF; + // border-radius: 50%; + // border: 2px solid #4181FF; + // background: #fff; + // box-sizing: border-box; + // transform: translateX(50%); } span { display: block; - width: 120px; - height: 60px; - line-height: 60px; - text-align: center; - color: #fff; + font-family: PingFangSC-Regular; font-size: 24px; - border-radius: 10px; - border: 1px solid #fff; + color: #333; + line-height: 54px; + text-align: center; + width: 164px; + height: 56px; + border: 1px solid #8A929F; + border-radius: 28px; + img { + display: inline-block; + width: 24px; + height: 24px; + vertical-align: middle; + } } } } diff --git a/src/project/wuxi/AppHome/AppHome.vue b/src/project/wuxi/AppHome/AppHome.vue index e2e8f75..dc40331 100644 --- a/src/project/wuxi/AppHome/AppHome.vue +++ b/src/project/wuxi/AppHome/AppHome.vue @@ -1,17 +1,131 @@