优化大屏显示

master
yutent 2023-04-25 18:18:19 +08:00
parent ca3e61e69a
commit 9680650306
1 changed files with 25 additions and 4 deletions

View File

@ -23,22 +23,22 @@
</section> </section>
<div class="blur-bg"></div> <div class="blur-bg"></div>
<svg class="line" width="960" height="300"> <svg class="line" width="1200" height="300">
<g> <g>
<path <path
d="M20,283 C288,288 604,64 960,16" d="M20,283 C288,288 604,64 1080,16"
fill="none" fill="none"
stroke="var(--color-blue-a)" stroke="var(--color-blue-a)"
stroke-width="0.5" stroke-width="0.5"
/> />
<path <path
d="M424,300 C512,288 588,108 960,23" d="M424,300 C512,288 588,108 1080,23"
fill="none" fill="none"
stroke="var(--color-dark-a)" stroke="var(--color-dark-a)"
stroke-width="0.5" stroke-width="0.5"
/> />
<path <path
d="M234,300 C512,288 588,108 960,63" d="M234,300 C512,288 588,108 1080,63"
fill="none" fill="none"
stroke="var(--color-teal-a)" stroke="var(--color-teal-a)"
stroke-width="0.5" stroke-width="0.5"
@ -197,4 +197,25 @@ a {
} }
} }
} }
@media screen and (min-width: 1440px) {
.wrapper {
width: 1200px;
}
.banner .wrapper {
h1 {
font-size: 46px;
}
cite {
font-size: 18px;
}
wc-button {
width: 160px;
height: 48px;
}
}
}
</style> </style>