加载中...
diff --git a/css/svg.css b/css/svg.css new file mode 100644 index 0000000..c30869c --- /dev/null +++ b/css/svg.css @@ -0,0 +1,14 @@ +/* PC端设置 */ +#tanChiShe { + width: clamp(100px, 40vw, 600px); + height: auto; + display: block; + margin: 0 auto; +} + +/* 移动端适配 */ +@media (max-width: 768px) { + #tanChiShe { + width: clamp(100px, 80vw, 600px); + } +} \ No newline at end of file diff --git a/index.html b/index.html index de55ae5..f84e665 100644 --- a/index.html +++ b/index.html @@ -4,17 +4,18 @@
此处预留未来内容
+