From 846cac5f9a6ca505c7b8f10517d094c8e392e0a3 Mon Sep 17 00:00:00 2001
From: 396316021 <396316021@qq.com>
Date: Fri, 18 Aug 2023 11:03:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E7=BA=BF=E7=B4=A2=20?=
=?UTF-8?q?=E7=BA=BF=E7=B4=A2=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 10 +
pages/Index/components/HomePage/index.vue | 2 +-
pages/Index/components/UserPage/index.vue | 3 +-
.../components/ListPage/components/index.scss | 171 +++++-----
pages/Line/components/ListPage/index.vue | 291 ++++++++++--------
pages/Line/index.vue | 9 +-
pages/Line/user.vue | 191 ++++++++++++
pages/Street/components/index.scss | 46 +++
pages/Street/index.vue | 186 +++++++++++
9 files changed, 680 insertions(+), 229 deletions(-)
create mode 100644 pages/Line/user.vue
create mode 100644 pages/Street/components/index.scss
create mode 100644 pages/Street/index.vue
diff --git a/pages.json b/pages.json
index d9da0ca..bcaaf5f 100644
--- a/pages.json
+++ b/pages.json
@@ -76,6 +76,16 @@
"style" : {
"navigationBarTitleText" : "线索上传"
}
+ },{
+ "path" : "pages/Line/user",
+ "style" : {
+ "navigationBarTitleText" : "我的线索"
+ }
+ },{
+ "path" : "pages/Street/index",
+ "style" : {
+ "navigationBarTitleText" : "街道联系方式"
+ }
}
],
"globalStyle" : {
diff --git a/pages/Index/components/HomePage/index.vue b/pages/Index/components/HomePage/index.vue
index 35bcd04..fea507b 100644
--- a/pages/Index/components/HomePage/index.vue
+++ b/pages/Index/components/HomePage/index.vue
@@ -266,7 +266,7 @@ export default {
title:'顾问认证'
},{
image: imghost + '/static/image/index-five-3.png',
- url: '/pages/Index/index',
+ url: '/pages/Line/index',
title:'线索上传'
},{
image: imghost + '/static/image/index-five-4.png',
diff --git a/pages/Index/components/UserPage/index.vue b/pages/Index/components/UserPage/index.vue
index 51d33b5..655092d 100644
--- a/pages/Index/components/UserPage/index.vue
+++ b/pages/Index/components/UserPage/index.vue
@@ -109,7 +109,7 @@
:rightIconStyle="{fontSize:'28rpx'}"
:isLink="true"
title="我的线索"
- @click="navTo('/pages/Line/index')"
+ @click="navTo('/pages/Line/user')"
>
@@ -179,6 +179,7 @@
:rightIconStyle="{fontSize:'28rpx'}"
:isLink="true"
title="街道联系方式"
+ @click="navTo('/pages/Street/index')"
>
diff --git a/pages/Line/components/ListPage/components/index.scss b/pages/Line/components/ListPage/components/index.scss
index 5f1fb08..0e05cd6 100644
--- a/pages/Line/components/ListPage/components/index.scss
+++ b/pages/Line/components/ListPage/components/index.scss
@@ -1,113 +1,90 @@
-.wrap {
- padding: 12px;
+.card-container{
+ padding:0 26rpx;
}
-.index-five-button{
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- padding:35rpx 0;
- border:1px solid #dedede;
- border-radius: 20rpx;
-}
-.index-five-col{
- flex:0 0 20%;
- .button-title{
- font-size: 24rpx;
- font-weight: 400;
- color: #666666;
- text-align: center;
- }
- .button-img{
- text-align: center;
- .img{
- height:75rpx;
+.card-item{
+ margin-bottom:20rpx;
+ width:100%;
+ padding:24rpx 40rpx;
+ background: {
+ color:#FFFFFF;
+ };
+ overflow: hidden;
+ position: relative;
+ border-radius: 10rpx;
+ .card-main{
+ position: relative;
+ .main-hr{
+ position: relative;
+ z-index: 1;
+ width: 100%;
+ height: 2rpx;
+ background: #EEEEEE;
+ border-radius: 0rpx 0rpx 0rpx 0rpx;
+ opacity: 1;
}
+
}
-}
- .cell-container{
- align-items: center;
- line-height:1;
- .cell-title {
- font-size: 32rpx;
- font-weight: 400;
- color: #FF9545;
- }
- .cell-border{
- height:32rpx;
- width: 2rpx;
- margin:{
- left:16rpx;
- right:16rpx;
- }
- background:{
- color:#999999;
- }
- }
- .cell-title-desc{
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- }
+ .card-ext{
+ margin-top:20rpx;
}
- .index-ad-img{
- margin-top:15rpx;
- padding:0 26rpx;
- .img{
- border-radius: 20rpx;
- height:160rpx;
- width:100%;
+ .background-view{
+ width: 50%;
+ height: 50%;
+ opacity: 1;
+ position: absolute;
+ top:-45%;
+ left:-45%;
+ z-index: 2;
+ filter: blur(122px);
+ &.blue{
+ background-color: #178AF2;
}
- .index-ad-desc{
- font-size: 24rpx;
- font-weight: 400;
- color: #AFB5BE;
- line-height:1;
- margin-bottom:20rpx;
+ &.green{
+ background-color: #0EAF4E;
}
}
-.cell-two-container{
- align-items: center;
- line-height:1;
- .cell-title {
- font-size: 32rpx;
+ .label{
+ width:180rpx;
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #020B18;
+ line-height: 40rpx;
+ }
+ .content{
+ font-size: 28rpx;
font-weight: 400;
color: #020B18;
- line-height: 1;
+ line-height: 40rpx;
}
- .cell-border{
- height:40rpx;
- width: 8rpx;
- margin:{
- right:12rpx;
+ .status{
+ font-size: 28rpx;
+ font-weight: 400;
+ line-height: 40rpx;
+ margin-left:auto;
+ &.blue{
+ color: #178AF2;
}
- background:{
- color:#FF9545;
+ &.green{
+ color: #0EAF4E;
}
}
-}
-.about-us-content{
- font-size: 30rpx;
- font-weight: 400;
- color: #999999;
- line-height: 48rpx;
-}
-
-.image-container{
- border-radius: 10rpx;
- overflow: hidden;
- position: relative;
- .img-title{
- width:100%;
- height: 64rpx;
- background: linear-gradient(180deg, rgba(2,11,24,0) 0%, rgba(2,11,24,0.5) 100%);
- opacity: 1;
- font-weight: 400;
- position: absolute;
- padding:{
- left:26rpx;
+ .title-group{
+ padding:14rpx;
+ }
+ .body-group{
+ padding:14rpx;
+ .label{
+ color: #AFB5BE;
+ }
+ .content{
+ margin-left:-10rpx;
+ margin-right:-10rpx;
+ .content-img{
+ padding:10rpx;
+ }
+ &.orange{
+ color:#FF9545;
+ }
}
- bottom:0;
- left:0;
- box-sizing: border-box;
}
}
\ No newline at end of file
diff --git a/pages/Line/components/ListPage/index.vue b/pages/Line/components/ListPage/index.vue
index 7a9df42..170e8b6 100644
--- a/pages/Line/components/ListPage/index.vue
+++ b/pages/Line/components/ListPage/index.vue
@@ -1,112 +1,121 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 文字说明
-
-
+
+
+
+
+
+
+
+ 提交时间
+ 2023/08/03 15:23
+ 待办结
+
+
+
+
+ 事件类型
+ 环境污染
+
+
+ 事件地址
+ 四川省成都市新都区22号
+
+
+ 文字说明
+ 有污水排出,污染河流
+
+
+ 图片视频
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交时间
+ 2023/08/03 15:23
+ 已办结
+
+
+
+
+ 事件类型
+ 环境污染
+
+
+ 事件地址
+ 四川省成都市新都区22号
+
+
+ 文字说明
+ 有污水排出,污染河流
+
+
+ 图片视频
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+ 处理时间
+ 2023/09/23 16:25
+
+
+ 处理部门
+ ***部门
+
+
+ 丰行侠暖新币
+ 10币
+
+
+ 图片视频
+
+ 已勒令整改,并检查完成。
+
+
+
+
+
+
+
+
+
+
+
+
+
- >
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/Street/components/index.scss b/pages/Street/components/index.scss
new file mode 100644
index 0000000..f2cb94d
--- /dev/null
+++ b/pages/Street/components/index.scss
@@ -0,0 +1,46 @@
+.body-background{
+ background:{
+ color:#F5F5F6;
+ }
+}
+.new-item {
+ background: {
+ color: #fff;
+ };
+ border-radius: 20rpx;
+ padding: 20rpx 16rpx;
+ margin-bottom: 16rpx;
+
+ .new-thumb {
+ width: 260rpx;
+ }
+
+ .new-icon {
+ width: 64rpx;
+ display: inline-block;
+ vertical-align: middle;
+ margin-right:-12rpx;
+ }
+
+ .new-title {
+ padding:{
+ left:20rpx;
+ }
+ font-size: 28rpx;
+ font-family: Source Han Sans CN-Regular, Source Han Sans CN;
+ font-weight: 400;
+ color: #000000;
+ line-height: 42rpx;
+ text-align: justify;
+ }
+ .new-time{
+ margin-top:auto;
+ padding:{
+ left:20rpx;
+ }
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #000000;
+ line-height: 1;
+ }
+}
\ No newline at end of file
diff --git a/pages/Street/index.vue b/pages/Street/index.vue
new file mode 100644
index 0000000..5a45087
--- /dev/null
+++ b/pages/Street/index.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+ {{ item.time }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file