Commit 4c3bc464 by niuxiaolin

首页样式调整

parent 9fdd0822
...@@ -41,9 +41,9 @@ import { Observable } from 'rxjs'; ...@@ -41,9 +41,9 @@ import { Observable } from 'rxjs';
@Injectable() @Injectable()
export class DefaultService { export class DefaultService {
public basePath = 'http://localhost:8081'; //public basePath = 'http://localhost:8081';
//public basePath = 'http://192.168.19.200:8081'; public basePath = 'http://192.168.19.200:8081';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
// border: 1px solid #613d3d; // border: 1px solid #613d3d;
// margin-bottom: 1em; // margin-bottom: 1em;
// margin-left: 2em; // margin-left: 2em;
height:288px;
position: relative; position: relative;
button{ button{
//position: absolute; //position: absolute;
...@@ -55,10 +56,12 @@ ...@@ -55,10 +56,12 @@
} }
.left{ .left{
width: 292px; width: 292px;
position: absolute; position: absolute;
top: 188px; top: 188px;
display: flex;
flex-direction: column;
} }
.map{ .map{
...@@ -85,7 +88,7 @@ baidu-map{ ...@@ -85,7 +88,7 @@ baidu-map{
box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4a83b4, 0 0 35px #4a83b4, 0 0 40px #4a83b4, 0 0 50px #4a83b4, 0 0 75px #4a83b4; box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4a83b4, 0 0 35px #4a83b4, 0 0 40px #4a83b4, 0 0 50px #4a83b4, 0 0 75px #4a83b4;
border-radius: 14px; border-radius: 14px;
margin-bottom: 1em;
cursor: pointer; cursor: pointer;
width: 63px; width: 63px;
} }
...@@ -118,7 +121,7 @@ fieldset{ ...@@ -118,7 +121,7 @@ fieldset{
background: #202734; background: #202734;
margin: 5px; margin: 5px;
border-radius: 13px; border-radius: 13px;
margin-bottom: 1em; margin-bottom: 5em;
margin-left: 2em; margin-left: 2em;
width:120%; width:120%;
legend{ legend{
...@@ -161,7 +164,7 @@ fieldset{ ...@@ -161,7 +164,7 @@ fieldset{
position: relative; position: relative;
display: inline-block; display: inline-block;
border-bottom: 1px dotted black; border-bottom: 1px dotted black;
margin-top: 1em; margin-top: 1.6em;
text-align: center; text-align: center;
width:70px; width:70px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment