Skip to content

Commit 6de76ed

Browse files
authored
Update zhoushan_travel.html
1 parent a122103 commit 6de76ed

File tree

1 file changed

+267
-0
lines changed

1 file changed

+267
-0
lines changed

zhoushan_travel.html

Lines changed: 267 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,266 @@
1+
<!DOCTYPE html><html>
2+
3+
<head>
4+
<meta charset="utf-8">
5+
<title>10月舟山自驾游行程</title>
6+
<style>
7+
html,body{ font-family: "SF UI Display", ".PingFang SC","PingFang SC", "Neue Haas Grotesk Text Pro", "Arial Nova", "Segoe UI", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "Hiragino Sans GB", sans-serif;
8+
font-size: 16px;
9+
color:#222
10+
-webkit-text-size-adjust:none; min-width: 200px;
11+
max-width: 760px;
12+
margin: 0 auto; padding: 1rem;
13+
line-height: 1.5rem;
14+
15+
}
16+
h1,h2,h3,h4,h5,h6{font-family: "PT Sans","SF UI Display", ".PingFang SC","PingFang SC", "Neue Haas Grotesk Text Pro", "Arial Nova", "Segoe UI", "Microsoft YaHei", "Microsoft JhengHei", "Helvetica Neue", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "Hiragino Sans GB", sans-serif;
17+
text-rendering:optimizelegibility;margin-bottom:1em;font-weight:bold; line-height: 1.8rem;
18+
19+
}
20+
h1,h2{position:relative;padding-top:1rem;padding-bottom:0.2rem;margin-bottom:1rem;
21+
border-bottom: solid 1px #eee;
22+
}
23+
h2{padding-top:0.8rem;padding-bottom:0.2rem;}
24+
h1{ font-size: 1.6rem;}
25+
h2{ font-size: 1.4rem;}
26+
h3{ font-size: 1.2rem;}
27+
h4{ font-size: 1.1rem;}
28+
h5{ font-size: 1.0rem;}
29+
h6{ font-size: 0.9rem;}
30+
31+
table{border-collapse:collapse;border-spacing:0;
32+
margin-top: 0.8rem;
33+
margin-bottom: 1.4rem;
34+
}
35+
tr{ background-color: #fff;
36+
border-top: 1px solid #ccc;}
37+
th,td{padding: 5px 14px;
38+
border: 1px solid #ddd;}
39+
40+
blockquote{font-style:italic;font-size:1.1em;line-height:1.5em;padding-left:1em; border-left:4px solid #D5D5D5; margin-left: 0;
41+
margin-right: 0;
42+
margin-bottom: 1.5rem; }
43+
44+
a{color:#1863a1}
45+
a:hover{color: #1b438d;}
46+
pre,code,p code,li code{font-family:Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace}
47+
48+
pre{-webkit-border-radius:0.4em;-moz-border-radius:0.4em;-ms-border-radius:0.4em;-o-border-radius:0.4em;border-radius:0.4em;border:1px solid #e7dec3;line-height:1.45em;font-size:0.9rem;margin-bottom:2.1em;padding:.8em 1em;color:#586e75;overflow:auto; background-color:#fdf6e3;}
49+
50+
:not(pre) > code{display:inline-block;text-indent:0em;white-space:no-wrap;background:#fff;font-size:0.9rem;line-height:1.5em;color:#555;border:1px solid #ddd;-webkit-border-radius:0.4em;-moz-border-radius:0.4em;-ms-border-radius:0.4em;-o-border-radius:0.4em;border-radius:0.4em;padding:0 .3em;margin:-1px 4px;}
51+
pre code{font-size:1em !important;background:none;border:none}
52+
53+
img{max-width:100%;padding: 8px 0px;}
54+
55+
56+
hr {
57+
height: 0;
58+
margin: 15px 0;
59+
overflow: hidden;
60+
background: transparent;
61+
border: 0;
62+
border-bottom: 1px solid #ddd;
63+
}
64+
65+
/* PrismJS 1.14.0
66+
https://prismjs.com/download.html#themes=prism-solarizedlight&languages=markup+css+clike+javascript */
67+
/*
68+
Solarized Color Schemes originally by Ethan Schoonover
69+
http://ethanschoonover.com/solarized
70+
71+
Ported for PrismJS by Hector Matos
72+
Website: https://krakendev.io
73+
Twitter Handle: https://twitter.com/allonsykraken)
74+
*/
75+
76+
/*
77+
SOLARIZED HEX
78+
--------- -------
79+
base03 #002b36
80+
base02 #073642
81+
base01 #586e75
82+
base00 #657b83
83+
base0 #839496
84+
base1 #93a1a1
85+
base2 #eee8d5
86+
base3 #fdf6e3
87+
yellow #b58900
88+
orange #cb4b16
89+
red #dc322f
90+
magenta #d33682
91+
violet #6c71c4
92+
blue #268bd2
93+
cyan #2aa198
94+
green #859900
95+
*/
96+
97+
code[class*="language-"],
98+
pre[class*="language-"] {
99+
color: #657b83; /* base00 */
100+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
101+
text-align: left;
102+
white-space: pre;
103+
word-spacing: normal;
104+
word-break: normal;
105+
word-wrap: normal;
106+
107+
line-height: 1.5;
108+
109+
-moz-tab-size: 4;
110+
-o-tab-size: 4;
111+
tab-size: 4;
112+
113+
-webkit-hyphens: none;
114+
-moz-hyphens: none;
115+
-ms-hyphens: none;
116+
hyphens: none;
117+
}
118+
119+
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
120+
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
121+
background: #073642; /* base02 */
122+
}
123+
124+
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
125+
code[class*="language-"]::selection, code[class*="language-"] ::selection {
126+
background: #073642; /* base02 */
127+
}
128+
129+
/* Code blocks */
130+
pre[class*="language-"] {
131+
padding: 1em;
132+
margin: .5em 0;
133+
overflow: auto;
134+
border-radius: 0.3em;
135+
}
136+
137+
:not(pre) > code[class*="language-"],
138+
pre[class*="language-"] {
139+
background-color: #fdf6e3; /* base3 */
140+
}
141+
142+
/* Inline code */
143+
:not(pre) > code[class*="language-"] {
144+
padding: .1em;
145+
border-radius: .3em;
146+
}
147+
148+
.token.comment,
149+
.token.prolog,
150+
.token.doctype,
151+
.token.cdata {
152+
color: #93a1a1; /* base1 */
153+
}
154+
155+
.token.punctuation {
156+
color: #586e75; /* base01 */
157+
}
158+
159+
.namespace {
160+
opacity: .7;
161+
}
162+
163+
.token.property,
164+
.token.tag,
165+
.token.boolean,
166+
.token.number,
167+
.token.constant,
168+
.token.symbol,
169+
.token.deleted {
170+
color: #268bd2; /* blue */
171+
}
172+
173+
.token.selector,
174+
.token.attr-name,
175+
.token.string,
176+
.token.char,
177+
.token.builtin,
178+
.token.url,
179+
.token.inserted {
180+
color: #2aa198; /* cyan */
181+
}
182+
183+
.token.entity {
184+
color: #657b83; /* base00 */
185+
background: #eee8d5; /* base2 */
186+
}
187+
188+
.token.atrule,
189+
.token.attr-value,
190+
.token.keyword {
191+
color: #859900; /* green */
192+
}
193+
194+
.token.function,
195+
.token.class-name {
196+
color: #b58900; /* yellow */
197+
}
198+
199+
.token.regex,
200+
.token.important,
201+
.token.variable {
202+
color: #cb4b16; /* orange */
203+
}
204+
205+
.token.important,
206+
.token.bold {
207+
font-weight: bold;
208+
}
209+
.token.italic {
210+
font-style: italic;
211+
}
212+
213+
.token.entity {
214+
cursor: help;
215+
}
216+
217+
pre[class*="language-"].line-numbers {
218+
position: relative;
219+
padding-left: 3.8em;
220+
counter-reset: linenumber;
221+
}
222+
223+
pre[class*="language-"].line-numbers > code {
224+
position: relative;
225+
white-space: inherit;
226+
}
227+
228+
.line-numbers .line-numbers-rows {
229+
position: absolute;
230+
pointer-events: none;
231+
top: 0;
232+
font-size: 100%;
233+
left: -3.8em;
234+
width: 3em; /* works for line-numbers below 1000 lines */
235+
letter-spacing: -1px;
236+
border-right: 1px solid #999;
237+
238+
-webkit-user-select: none;
239+
-moz-user-select: none;
240+
-ms-user-select: none;
241+
user-select: none;
242+
243+
}
244+
245+
.line-numbers-rows > span {
246+
pointer-events: none;
247+
display: block;
248+
counter-increment: linenumber;
249+
}
250+
251+
.line-numbers-rows > span:before {
252+
content: counter(linenumber);
253+
color: #999;
254+
display: block;
255+
padding-right: 0.8em;
256+
text-align: right;
257+
}
258+
259+
260+
261+
</style>
262+
263+
<style> @media print{ code[class*="language-"],pre[class*="language-"]{overflow: visible; word-wrap: break-word !important;} }</style></head><body><div class="markdown-body">
1264
<h1 id="toc_0">舟山自驾游</h1>
2265

3266
<h2 id="toc_1">行程日期</h2>
@@ -134,3 +397,7 @@ <h2 id="toc_11">费用相关</h2>
134397
<li>用餐:19日、20日晚统一用餐</li>
135398
<li>出海:看上面</li>
136399
</ul>
400+
401+
</div></body>
402+
403+
</html>

0 commit comments

Comments
 (0)