Commit c8b854a7 authored by 耿迪迪's avatar 耿迪迪

地图搜索 gengdidi

parent 691fc037
...@@ -611,24 +611,24 @@ input[type="radio"] { ...@@ -611,24 +611,24 @@ input[type="radio"] {
margin-right: 1rem; margin-right: 1rem;
} }
.search-input { .search-input {
position: absolute; position: fixed;
top: 100px; top: 100px;
left: 2%; left: 7%;
width: 240px; width: 240px;
} }
.search-but { .search-but {
position: absolute; position: fixed;
top: 100px; top: 100px;
left: 19%; left: 23%;
width: 85px; width: 85px;
color: white; color: white;
background-color: #053b6a; background-color: #053b6a;
} }
.refresh-but{ .refresh-but{
position: absolute; position: fixed;
top: 100px; top: 100px;
left: 25%; left: 28%;
width: 85px; width: 85px;
color: white; color: white;
background-color: #053b6a; background-color: #053b6a;
......
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