hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
提交 | 用户 | 时间
58d006 1 body {
A 2 font-family: sans-serif;
3 }
4
5 h1, h2, h3, h4, h5, h6 {
6   margin: 0;
7   font-weight: lighter;
8   text-transform: lowercase;
9   font-variant: small-caps;
10 }
11
12 .map,
13 .panorama {
14   width: 100%;
15   height: 100px;
16 }
17
18 .with-columns {
19   display: block;
20   width: 100%;
21   overflow: hidden;
22 }
23
24 .with-columns .map,
25 .with-columns .panorama {
26   display: block;
27   width: 50%;
28   height: 150px;
29   float: left;
30 }