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 @@ DreamLife|HomePage - - - - - - + + + + + + +
@@ -41,7 +42,7 @@
加载中...
-

此处预留未来内容

+
@@ -70,14 +71,14 @@

津公网安备12011402001636号

- - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/svg/snake-Light.svg b/svg/snake-Light.svg new file mode 100644 index 0000000..ae5e0e4 --- /dev/null +++ b/svg/snake-Light.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file