From d0ffd43a1ac5c4736cd5dfc2153d3d37eae384cc Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Thu, 8 Aug 2024 17:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/index.vue | 8 +- pages/knowledge/index.vue | 2205 +++++++++++++++++---------------- 2 files changed, 1121 insertions(+), 1092 deletions(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index f865431..6341c53 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -226,14 +226,13 @@ datas, 'POST') .then(res => { this.$set(this.totalData, 'UnderInvestigation', res.result.total) - }).catch((err) => { - }) + }).catch((err) => {}) }, getNum2() { let datas = { nuserid: this.$.getData('token'), status: '10', - + } let query = 2 == 2 ? `pageNum=${this.page}&pageSize=${10}&search=${this.search}&approve=${2}&classification=${this.queryType?this.queryType:1}` : @@ -243,8 +242,7 @@ datas, 'POST') .then(res => { this.$set(this.totalData, 'InGovernance', res.result.total) - }).catch((err) => { - }) + }).catch((err) => {}) }, getList() { let datas = { diff --git a/pages/knowledge/index.vue b/pages/knowledge/index.vue index 99ebdd7..ac8276b 100644 --- a/pages/knowledge/index.vue +++ b/pages/knowledge/index.vue @@ -1,1088 +1,1119 @@ - - - - - + line-height: 42rpx; + } + + .tipItem { + background-color: #e1f8f8; + margin: 15rpx; + padding: 15rpx; + + .title { + font-size: 32rpx; + font-weight: 700; + } + + .text { + font-size: 28rpx; + } + } + } + + .text { + font-size: 28rpx; + } + } + + .stepBox { + width: 100%; + height: 150rpx; + display: flex; + justify-content: center; + align-items: center; + background-color: #ffffff; + + .step { + display: flex; + + .stepItem { + display: flex; + flex-direction: column; + align-items: center; + } + + .circles { + display: flex; + // justify-content: space-between; + padding: 22px 0; + + .circle { + width: 4rpx; + height: 4rpx; + border-radius: 50%; + background-color: #e9edf5; + margin: 0 1px; + } + + .circleActive { + width: 4rpx; + height: 4rpx; + border-radius: 50%; + background-color: #ccc; + margin: 0 1px; + } + } + + .stepCircle { + width: 60rpx; + height: 60rpx; + line-height: 60rpx; + border-radius: 50%; + background-color: #e9edf5; + color: #a0abbd; + text-align: center; + margin-bottom: 10rpx; + } + + .stepCircleActive { + width: 50rpx; + height: 50rpx; + line-height: 50rpx; + border-radius: 50%; + background-color: #295cbc; + color: #ffffff; + text-align: center; + margin-bottom: 4rpx; + border: 5px solid #c6d8fc; + } + + .stepText { + font-size: 16px; + color: #bcc3cd; + } + } + } + + .chatlist { + width: 96%; + margin: auto; + height: calc(100vh - 1px) !important; + /* #ifdef H5 */ + height: calc(100vh - 100px) !important; + /*#endif*/ + // background-color: #f0f2f7; + // padding-bottom: 110rpx; + + .bar { + width: 100%; + display: flex; + margin-bottom: 40rpx; + overflow: hidden; + + .img { + width: 80rpx; + height: 80rpx; + margin-top: 15rpx; + } + + .content { + display: inline-block; + max-width: 80%; + border: 1px solid #ddd; + border-radius: 5px; + padding: 0; + margin: 15rpx 20rpx 0 20rpx; + // flex: 1; + overflow: hidden; + background-color: #ffffff; + + ._img { + max-width: 80%; + } + } + + &.currAnswer { + flex-direction: row-reverse; + + .content { + background-color: #cce0ff; + } + } + } + } + + .chatlist-wrapper-expanded { + // padding-bottom: 230rpx; + } + + .input-wrapper { + display: flex; + position: fixed; + bottom: 0; + z-index: 10; + width: 100%; + margin: 20rpx auto 0 auto; + // height: 80rpx; + flex-direction: column; + background-color: #ffffff; + box-sizing: border-box; + border-top: 1px solid #e2e4e9; + bottom: 1px solid #e2e4e9; + padding: 20rpx 20rpx 20rpx 20rpx; + + .topContent { + display: flex; + width: 100%; + } + + .expanded { + background-color: #f5f7fa; + display: flex; + margin-top: 10rpx; + + .expandedItem { + width: 106rpx; + height: 106rpx; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + + .camera-icon { + margin-top: 5px; + } + } + + .video { + width: 56rpx; + height: 56rpx; + } + } + } + + .input-wrapper-expanded { + // height: 200rpx; + } + + .uni-input { + height: 56rpx; + line-height: 56rpx; + font-size: 30rpx; + padding: 0rpx 10rpx; + flex: 1; + background-color: #fff; + } + + .uni-icon { + font-family: uniicons; + font-size: 48rpx; + font-weight: normal; + font-style: normal; + width: 48rpx; + height: 48rpx; + line-height: 48rpx; + color: #999999; + margin: 0 10rpx; + } + + .loading-animation2 { + width: 100%; + height: 120rpx; + } + + .loading-animation { + display: flex; + justify-content: center; + margin-top: 0; + + .bounce-dot { + width: 20rpx; + height: 20rpx; + margin: 10rpx; + background-color: #666; + border-radius: 50%; + animation: bounce 1.4s infinite both; + + &:nth-child(2) { + animation-delay: 0.2s; + } + + &:nth-child(3) { + animation-delay: 0.4s; + } + } + } + } + + + .con { + width: 600rpx; + height: 100rpx; + } + + .con-wrapper-expanded { + width: 600rpx; + height: 230rpx; + } + + @keyframes bounce { + + 0%, + 80%, + 100% { + transform: scale(0); + } + + 40% { + transform: scale(1); + } + } + + .downward { + position: fixed; + z-index: 100rpx; + right: 20rpx; + bottom: 150rpx; + background: #ffffff; + border: #cccccc solid 1px; + width: 60rpx; + height: 60rpx; + border-radius: 50%; + display: flex; + justify-content: center; + align-items: center; + + /deep/ .u-icon__icon { + font-size: 30rpx !important; + color: #999999 !important; + } + } + + .icon { + display: flex; + justify-content: flex-end; + margin: 0 15rpx 15rpx 12rpx; + + .uni-icons { + margin-left: 15rpx; + } + } + \ No newline at end of file