diff --git a/collect_information/src/subPages/pages/policeManager/index.scss b/collect_information/src/subPages/pages/policeManager/index.scss
index 2416329..b1dd448 100644
--- a/collect_information/src/subPages/pages/policeManager/index.scss
+++ b/collect_information/src/subPages/pages/policeManager/index.scss
@@ -2,3 +2,34 @@ page {
background-color: #f0f0f0;
}
+.myProject {
+ .myProjectItem {
+ margin: 20px;
+ border-radius: 10px;
+ background: #ffffff;
+ padding: 15px;
+ font-size: 28px;
+ line-height: 50px;
+ color: #333333;
+
+ .myProjectIndex {
+ color: #9b9b9f;
+ }
+
+ .project {
+ display: flex;
+ justify-content: space-between;
+ flex-flow: wrap;
+ text-align: center;
+
+ view {
+ width: 45%;
+ height: 100rpx;
+ border: 1px solid #cccccc;
+ line-height: 100rpx;
+ margin: 8px 0 8px 0;
+ }
+ }
+ }
+}
+
diff --git a/collect_information/src/subPages/pages/policeManager/index.vue b/collect_information/src/subPages/pages/policeManager/index.vue
index bfec2d3..f299bd0 100644
--- a/collect_information/src/subPages/pages/policeManager/index.vue
+++ b/collect_information/src/subPages/pages/policeManager/index.vue
@@ -1,52 +1,47 @@