diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages.json b/src/main/resources/static/linfeng-community-uniapp-ky/pages.json index 8213a75..a231b70 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages.json +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages.json @@ -59,7 +59,7 @@ "path" : "pages/post/add", "style" : { - "navigationBarTitleText": "", + "navigationBarTitleText": "正在发帖", "enablePullDownRefresh": false } diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue index 0e9bb82..45c575d 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/square/square.vue @@ -24,14 +24,15 @@ - {{ index + 1 }} - {{ index + 1 }} + {{ index + 1 }} + {{ index + 1 }} + {{ item.username }} {{ item.intro }} - +{{ item.postNumber }} + +{{ item.postNumber }} @@ -187,7 +188,7 @@ border-bottom: 1px solid #f5f5f5; .user-index-hot { - margin-right: 20rpx; + margin: 20rpx 20rpx 0rpx 0rpx; color: #fff; background-image: linear-gradient(#e64340, #ffaac3); width: 55rpx; @@ -196,6 +197,17 @@ text-align: center; line-height: 55rpx; } + + .user-index-common { + margin: 20rpx 20rpx 0rpx 0rpx; + color: #fff; + background-image: linear-gradient(#000000, #949494); + width: 55rpx; + height: 55rpx; + border-radius: 50%; + text-align: center; + line-height: 55rpx; + } .user-index { margin-right: 20rpx; @@ -221,20 +233,25 @@ } .tag-wrap { - font-size: 20rpx; + font-size: 24rpx; .tag { display: inline-block; - padding: 5rpx 20rpx; border-radius: 10rpx; margin-right: 20rpx; - margin-bottom: 20rpx; - background-color: #7da9bd; - - &:nth-child(2n) { - background-color: #ccb3ff; - } - + margin-top: 40rpx; + color: #a3a3a3; + font-size: 22rpx; + } + + .post-num{ + display: inline-block; + border-radius: 10rpx; + margin-right: 20rpx; + margin-top: 40rpx; + color: #aaaaff; + font-size: 34rpx; + font-weight: 800; } } }