diff --git a/src/app/ui/find-problem/find-problem.component.html b/src/app/ui/find-problem/find-problem.component.html
new file mode 100644
index 0000000..ecffdd5
--- /dev/null
+++ b/src/app/ui/find-problem/find-problem.component.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
问题1:
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/app/ui/find-problem/find-problem.component.scss b/src/app/ui/find-problem/find-problem.component.scss
new file mode 100644
index 0000000..9cf98c9
--- /dev/null
+++ b/src/app/ui/find-problem/find-problem.component.scss
@@ -0,0 +1,76 @@
+.box{
+ width: 100%;
+ height: 100%;
+ .topadd{
+ width: 100%;
+ margin: 0.488281rem 0.097656rem;
+ button{
+ background-color: #008CBA; /* Green */
+ border: none;
+ border-radius: 8px;
+ color: white;
+ padding: 0.097656rem 0.488281rem;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 0.146484rem;
+ margin-left: 0.488281rem;
+ cursor: pointer;
+ }
+ }
+ .center{
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction:column;
+ span{
+ font-size: 0.097656rem;
+ margin-left: 0.195313rem;
+ }
+ textarea{
+ position: relative;
+ left: 60%;
+ }
+ .one{
+ width: 100%;
+ }
+ }
+ .upload{
+ width: 20%;
+ height: 20%;
+ .uploadingimg{
+ width: 20%;
+ height: 10%;
+ // background: url('../../../assets/images/upload2.png') no-repeat center center;
+
+ position: absolute;
+ left: 0.390625rem;
+ bottom: 80px;
+ //border: 1px dashed gray;
+ border-radius:3px;
+ img{
+ margin-left: 0.195313rem;
+ margin-top: 0.048828rem;
+ }
+ }
+ }
+ .image{
+ // position: absolute;
+ // top: 199px;
+ // left: 160px;
+ // width: 299px;
+ // height: 170px;
+ input{
+ width: 0.976563rem;
+ height: 0.683594rem;
+ position: absolute;
+ left: 60px;
+ bottom: 0.244141rem;
+ opacity: 0;
+ margin-top: 0.048828rem;
+ cursor: pointer;
+ }
+ // opacity:0;
+
+ }
+}
\ No newline at end of file
diff --git a/src/app/ui/find-problem/find-problem.component.spec.ts b/src/app/ui/find-problem/find-problem.component.spec.ts
new file mode 100644
index 0000000..3f86382
--- /dev/null
+++ b/src/app/ui/find-problem/find-problem.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { FindProblemComponent } from './find-problem.component';
+
+describe('FindProblemComponent', () => {
+ let component: FindProblemComponent;
+ let fixture: ComponentFixture;
+
+ beforeEach(async(() => {
+ TestBed.configureTestingModule({
+ declarations: [ FindProblemComponent ]
+ })
+ .compileComponents();
+ }));
+
+ beforeEach(() => {
+ fixture = TestBed.createComponent(FindProblemComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});
diff --git a/src/app/ui/find-problem/find-problem.component.ts b/src/app/ui/find-problem/find-problem.component.ts
new file mode 100644
index 0000000..a5f612b
--- /dev/null
+++ b/src/app/ui/find-problem/find-problem.component.ts
@@ -0,0 +1,24 @@
+/*
+ * @Descripttion:
+ * @version:
+ * @Author: sueRimn
+ * @Date: 2020-11-06 14:39:10
+ * @LastEditors: sueRimn
+ * @LastEditTime: 2020-11-06 15:15:22
+ */
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'app-find-problem',
+ templateUrl: './find-problem.component.html',
+ styleUrls: ['./find-problem.component.scss']
+})
+export class FindProblemComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit(): void {
+ }
+ imgsrc = "../../../assets/images/upload.jpg" //没有上传图片时显示的图片,当上传后就会被替换,即保存时需要传的图片地址参数
+
+}
diff --git a/src/app/ui/know-route/know-route.component.html b/src/app/ui/know-route/know-route.component.html
index 4047f78..81486d3 100644
--- a/src/app/ui/know-route/know-route.component.html
+++ b/src/app/ui/know-route/know-route.component.html
@@ -4,27 +4,28 @@
* @Author: sueRimn
* @Date: 2020-11-05 15:27:58
* @LastEditors: sueRimn
- * @LastEditTime: 2020-11-06 10:33:56
+ * @LastEditTime: 2020-11-06 14:26:00
-->
添加熟悉部位:
-
-
-
-
-
-
-
+
+
添加路线:
-
{{item.name+item.idnum}}
-
-
+
+
+
+
+
+
+
+
+