Skip to content

Commit 530441d

Browse files
committed
modify style
1 parent 91e5f91 commit 530441d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta name="description" content="想知道郵筒在哪? 透過地圖搜尋離你最近的郵筒地點!">
5-
<meta name="keywords" content="台灣郵筒位置地圖">
4+
<meta name="description" content="想知道郵筒在哪? 透過地圖搜尋離你最近的郵筒地點!全台灣5635個郵筒的位置都在這">
5+
<meta name="keywords" content="全台灣郵筒位置地圖">
66
<meta name="google-site-verification" content="v9MKqidJncD5bdENzNI0yEDZkwCh3VJr5BW0cTRcCgQ" />
77
<meta name="msvalidate.01" content="A81048F864056777A8E0E640649B3ECC" />
88
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
99
<meta charset="utf-8">
10-
<title>Places Search Box</title>
10+
<title>全台灣郵筒位置地圖</title>
1111
<style>
1212
/* Always set the map height explicitly to define the size of the div
1313
* element that contains the map. */
@@ -74,6 +74,8 @@
7474
padding: 0 11px 0 13px;
7575
text-overflow: ellipsis;
7676
width: 400px;
77+
top: 10px !important;
78+
height: 40px;
7779
}
7880

7981
#pac-input:focus {
@@ -93,7 +95,7 @@
9395
</style>
9496
</head>
9597
<body>
96-
<input id="pac-input" class="controls" type="text" placeholder="Search Box">
98+
<input id="pac-input" class="controls" type="text" placeholder="搜尋地點">
9799
<div id="map"></div>
98100
<script>
99101
// This example adds a search box to a map, using the Google Place Autocomplete

0 commit comments

Comments
 (0)